Skip to content

[GitHub Trending] CloakHQ/CloakBrowser

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

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

Stealth Chromium for bot detection is technically deep, highly novel, and directly actionable for automation engineers.

2026-05-11 open/source GitHub Trending
Summary

CloakBrowser is an open-source Chromium fork with 49 C++ patches that evade bot detection by modifying fingerprint vectors at the source level, achieving a 0.9 reCAPTCHA v3 score and passing Cloudflare Turnstile. It provides drop-in replacements for Playwright and Puppeteer with one-line import changes, supporting async contexts, SOCKS5 proxy, WebRTC IP spoofing, and a humanize flag for behavioral mimicry. The auto-updating binary and Docker container (docker run cloakhq/cloakbrowser cloaktest) enable instant, zero-config deployment for headless automation.

Key Takeaway

Replace your Playwright or Puppeteer import with cloakbrowser, enable humanize=True, and proxy support to bypass major bot detection systems while retaining full API compatibility.

Why it matters

For a senior engineer building AI agent orchestration or web automation pipelines, this offers a production-grade, open-source anti-detection browser that can be swapped into existing Playwright/Puppeteer stacks with minimal code changes, reducing captcha and bot detection failures.