Skip to content

[GitHub Trending] CloakHQ/CloakBrowser

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

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

Stealth browser for testing, relevant for dev tooling.

2026-05-18 open/source GitHub Trending
Summary

CloakBrowser is a stealth Chromium fork with 49 C++ source-level patches that passes bot detection tests like Cloudflare Turnstile and reCAPTCHA v3 (0.9 score). It offers a drop-in Playwright/Puppeteer replacement via pip or npm, auto-downloads a ~200MB binary, and includes features like human-like mouse curves, SOCKS5 proxy support, and WebRTC IP spoofing. The project is free, open source (MIT), and also provides a self-hosted browser profile manager alternative to Multilogin.

Key Takeaway

Replace your Playwright/Puppeteer import with cloakbrowser to instantly bypass bot detection on sites protected by Cloudflare, reCAPTCHA, and fingerprinting services.

Why it matters

For engineers building web automation agents or scraping pipelines, CloakBrowser eliminates the need to fight anti-bot systems, allowing reliable interaction with protected sites without custom workarounds.

Full Article

Stealth Chromium that passes every bot detection test. Not a patched config. Not a JS injection. A real Chromium binary with fingerprints modified at the C++ source level. Antibot systems score it as a normal browser — because it is a normal browser. Cloudflare Turnstile — 3 live tests passing (headed mode, macOS) Drop-in Playwright/Puppeteer replacement for Python and JavaScript. Same API, same code — just swap the import. 3 lines of code, 30 seconds to unblock. 49 source-level C++ patches — canvas, WebGL, audio, fonts, GPU, screen, WebRTC, network timing, automation signals, CDP input…