Analysis updated 2026-05-18
Run web scraping or automation scripts that need to avoid being blocked by anti-bot services.
Replace Playwright or Puppeteer in an existing automation project with minimal code changes.
Add human-like mouse movement and typing timing to automated browser sessions.
Manage multiple isolated browser profiles and route traffic through HTTP or SOCKS5 proxies.
| kenkaneki18/cloakbrowser | tritano/ultraviewer | mikesheehan54/claude-code-design-ai | |
|---|---|---|---|
| Stars | 386 | 388 | 380 |
| Language | TypeScript | TypeScript | TypeScript |
| Setup difficulty | moderate | easy | easy |
| Complexity | 3/5 | 1/5 | 2/5 |
| Audience | developer | general | developer |
Figures from each repo's GitHub metadata at analysis time.
A Docker image is available for quick testing without a full local install.
CloakBrowser is a free, open-source tool that lets you browse the web or run automated scripts without being flagged as a bot. Most anti-bot systems identify non-human visitors by checking browser "fingerprints", tiny details like how your graphics card renders images, how your audio system behaves, or whether automation software is running. CloakBrowser defeats these checks not by patching settings after the fact, but by modifying the browser's source code directly in C++, across 49 different detection points including canvas rendering, WebGL, audio, fonts, and mouse behavior patterns. The result is a browser that genuinely looks human to detection services like Cloudflare Turnstile and FingerprintJS. For developers, it works as a drop-in replacement for Playwright or Puppeteer, the popular browser automation libraries, requiring only a small change to your import statement. A single flag called humanize=True adds realistic mouse movements, keyboard timing, and scrolling so automated scripts behave like real users. It also includes a proxy manager supporting HTTP and SOCKS5 connections, cookie isolation between sessions, and tools for managing multiple browser profiles independently. A Docker image is available for quick testing with no installation required, and the binary updates itself automatically to stay current with the latest stealth patches.
An open-source browser that evades bot-detection systems by rewriting its own source code, letting automated scripts pass as human visitors.
Mainly TypeScript. The stack also includes TypeScript, C++, Playwright.
License terms are not stated in the explanation.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.