Bypass bot detection systems with a modified Chromium browser for web scraping and automation.
CloakBrowser is an open-source stealth browser designed to bypass bot detection. It's a custom-compiled Chromium binary with fingerprint modifications made directly at the C++ source code level. This approach allows web scraping and browser automation scripts to appear as genuine user traffic to services like Cloudflare Turnstile and FingerprintJS, preventing them from being blocked. It's built as a drop-in replacement for existing automation libraries.
Users install CloakBrowser as a Python or Node.js package. On first launch, it automatically downloads a custom, pre-patched Chromium binary. Developers then import the library and use the standard Playwright or Puppeteer API to control the browser, which transparently launches the stealth binary instead of a stock one. The tool is free and open-source, with no subscriptions or usage limits.
This tool is ideal for developers and data engineers running web scraping or browser automation tasks that are being blocked by sophisticated anti-bot systems.
CloakBrowser is designed to prevent CAPTCHAs from appearing, but it does not solve them if they are triggered. The documentation notes that its Puppeteer wrapper is less effective against reCAPTCHA Enterprise due to limitations in Puppeteer's own protocol.