Skip to content

[GitHub Trending] CloakHQ/CloakBrowser

7.7 relevance
Score Breakdown
technical depth
7
novelty
7
actionability
8
community
6
strategic
4
personal
6

Scored daily by a customisable AI persona to surface the most relevant engineering leadership news.

Stealth browser for automation, useful for testing and scraping but not core AI/cloud.

2026-05-12 open/source GitHub Trending
Stealth Chromium that passes every bot detection test. Drop-in Playwright replacement with source-level fingerprint patches. 30/30 tests passed. - CloakHQ/CloakBrowser
Summary

CloakBrowser is an open-source Chromium fork with 49 C++ patches that achieves a 0.9 reCAPTCHA v3 score and passes Cloudflare Turnstile, FingerprintJS, and 30+ detection sites. It provides drop-in Playwright/Puppeteer replacements (Python/JS) with human-like behavior flags, native SOCKS5 proxy, and auto-updating binaries, plus a self-hosted profile manager alternative to Multilogin. The MIT-licensed project includes a CDP multiplexer (cloakserve) for multi-connection proxy and supports geoip auto-detection.

Key Takeaway

Swap your Playwright/Puppeteer import to cloakbrowser to bypass bot detection with zero code changes and gain human-level browser fingerprints.

Why it matters

For engineers building browser-based agents or scraping pipelines, this eliminates the cat-and-mouse of bot detection with a production-ready, open-source solution that integrates into existing Playwright/Puppeteer codebases with a single import change.