Skip to content

[GitHub Trending] CloakHQ/CloakBrowser

8.9 relevance
Score Breakdown
technical depth
8
novelty
8
actionability
9
community
6
strategic
6
personal
9

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

Stealth Chromium with source-level patches is a practical tool for web automation and anti-detection, directly useful for developers.

2026-05-13 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 patches Chromium at the C++ source level (49 patches) to evade bot detection, achieving 0.9 reCAPTCHA v3 scores and passing Cloudflare Turnstile. It provides drop-in Playwright/Puppeteer API replacements for Python and JS that auto-download the stealth binary, with flags like `humanize=True` for behavioral camouflage. The open-source project, built on Chromium 146, also includes a self-hosted browser profile manager and native SOCKS5 proxy support.

Key Takeaway

Swap your Playwright/Puppeteer imports to cloakbrowser and enable humanize=True to bypass advanced bot detection with minimal code changes.

Why it matters

For a senior engineer building AI agents or web automation tools, this eliminates the constant arms race of patching detection workarounds, offering a reliable, low-maintenance foundation for interacting with bot-sensitive sites.