Glossary
Anti-detect browser
A browser built to run many separate identities on one machine, each with its own storage, device characteristics and network address.
Also called: antidetect browser, anti-detection browser.
An anti-detect browser is a browser whose unit of work is the identity rather than the window. Each identity gets its own storage on disk, its own set of device characteristics reported to pages, and its own route onto the network, so two sessions running side by side on one computer present as two unrelated visitors. That is the whole category: ordinary browsers are built to be one person efficiently, and these are built to be several people separately.
The distinction that matters when comparing them is where the substitution happens. Tooling that automates a browser it did not build can only intervene in JavaScript — an extension or an injected script replaces a native function with a wrapper — and a page that inspects the wrapper learns not only that something is hidden but that this visitor is the kind that hides things. Argus ships its own Chromium build, so the values are applied in the renderer, which is how fingerprints work here in detail.
What the category does not do is create permission. Separating accounts you are entitled to hold is not the same as making a prohibited account permitted, and any vendor blurring those two is describing something that does not exist.
More from the glossary
Browser fingerprint
The set of properties a page can read about your browser and machine in a few milliseconds, without permission, which together identify the device.
Canvas fingerprint
An identifier derived by asking the browser to draw a shape or a line of text and hashing the exact pixels that come back.
WebGL fingerprint
An identifier built from the graphics hardware a page can see through WebGL — the reported vendor and renderer strings, plus the pixels a 3D scene produces.
Audio fingerprint
An identifier derived from processing a synthesized tone through the browser's audio stack and hashing the numbers that come out.
WebRTC leak
A page reading your real IP address out of WebRTC's connection setup, bypassing the proxy the rest of the browser is using.
User-agent client hints
Chromium's structured replacement for the user-agent string: a set of Sec-CH-UA request headers and a JavaScript API that report the browser, platform and hardware separately.
Every entry is listed on the glossary index.