Skip to content

[GitHub Trending] CloakHQ/CloakBrowser

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

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

Stealth browser for bot evasion, good for scraping but not primary interest.

2026-05-19 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 stealth Chromium fork with 49+ C++ patches that modify fingerprints at the binary level, achieving a 0.9 reCAPTCHA v3 score and passing 30+ detection sites including Cloudflare Turnstile. It provides a drop-in Playwright/Puppeteer API replacement — just swap the import — with features like auto-updating binaries, humanize mouse curves, and a self-hosted profile manager. Built on Chromium 146, it includes 57 fingerprint patches, native SOCKS5 proxy support, and a CDP multiplexer for multi-connection stealth.

Key Takeaway

Swap your Playwright/Puppeteer import to CloakBrowser to instantly bypass bot detection with zero code changes and no config.

Why it matters

For a solutions architect building AI agents or automated pipelines, CloakBrowser eliminates the headache of bot detection blocks, enabling reliable web automation and data extraction without maintaining complex evasion scripts.

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…