git404hub

what is xiaohei-chrome fr?

timethrough/xiaohei-chrome — explained in plain English

Analysis updated 2026-05-18

122JavaScriptAudience · generalComplexity · 3/5Setup · moderate

tl;dr

A Windows tool that runs many isolated Chrome browser profiles side by side, each with its own cookies, cache, and storage.

vibe map

mindmap
  root((xiaohei-Chrome))
    What it does
      Multiple isolated Chrome profiles
      Proxy exit IP checks
      Extension management
    Tech stack
      JavaScript
      Electron
      Node.js
      NET Framework
    Use cases
      Separate cookies per profile
      Test proxy compatibility
      Sync windows across profiles
    Audience
      Windows users
      Multi account operators

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Run several isolated Chrome profiles side by side without cookies or cache leaking between them.

VIBE 2

Check a proxy's exit IP and test compatibility before using it across separate browser profiles.

VIBE 3

Manage and sync browser extensions and windows across multiple local environments.

what's the stack?

JavaScriptElectronNode.jsChromium.NET

how it stacks up fr

timethrough/xiaohei-chromeelyelysiox/recaptchagaearon/react-deep-force-update
Stars122122121
LanguageJavaScriptJavaScriptJavaScript
Setup difficultymoderateeasyeasy
Complexity3/55/52/5
Audiencegeneralresearcherdeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · moderate time til it works · 30min

Portable build still requires a separately installed copy of Google Chrome, building from source needs Node.js, npm, and a .NET Framework 4 C# compiler.

in plain english

xiaohei-Chrome, whose project name translates roughly to Xiaohei Multi-Instance Launcher, is a tool for running many separate, isolated Chrome browser profiles on the same Windows computer. The project's README notes that its code was mainly written and maintained by ChatGPT under the guidance of the project's user, and asks anyone running it to review the source themselves and scan it with trusted antivirus or sandbox tools before use, since automated AI review is only a helper and not a full security audit. The current release is version 14.0.0, and its focus is local isolation between browser environments. Each environment gets its own Chrome user directory, so cookies, cache, local storage, and IndexedDB data stay separate from one profile to the next. The tool also supports standard browser privacy settings, checking a proxy's exit IP, compatibility testing, managing browser extensions, and syncing windows across profiles, along with diagnostics for keeping environments consistent. The README is explicit that the tool does not promise to help users evade a website's risk controls, anti-bot systems, or account linking detection. It also states that the app does not upload browser profiles, cookies, proxy credentials, logs, or any third-party executables to a remote server, since configuration and user data are kept on the local machine by default. Most users are expected to download a portable Windows build from the project's GitHub Releases page, unzip it fully, and run a START command file. That build bundles Electron and a matching Chromium runtime, though a separately installed copy of Google Chrome is still required for the browser environment features to work. Building the portable package from source instead requires Windows 10 or 11, Node.js, npm, a .NET Framework 4 C sharp compiler, and Google Chrome, and involves running npm commands that recompile several native helper programs and download a locked Electron version before packaging the final zip file.

prompts (copy fr)

prompt 1
Show me how to download and run the xiaohei-Chrome portable Windows build using START.cmd.
prompt 2
Explain how xiaohei-Chrome isolates cookies and local storage between different Chrome profiles.
prompt 3
Walk me through building the xiaohei-Chrome portable package from source with npm and Electron.
prompt 4
What does the xiaohei-Chrome v14-selftest.js script check before I use the app?

Frequently asked questions

what is xiaohei-chrome fr?

A Windows tool that runs many isolated Chrome browser profiles side by side, each with its own cookies, cache, and storage.

What language is xiaohei-chrome written in?

Mainly JavaScript. The stack also includes JavaScript, Electron, Node.js.

How hard is xiaohei-chrome to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is xiaohei-chrome for?

Mainly general.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.