mrkeyoor.com_
Thu 03 Sept 14:36 UTC
Automationevaluationupdated 03 Sept 2026

CloakBrowser review

CloakBrowser is a browser-automation wrapper that replaces ordinary Playwright or Puppeteer Chromium with a build patched to expose fewer automation and fingerprint clues. It is meant for authorized scraping, testing, and agent workflows that are blocked when a site recognizes a standard automated browser.

trackingstars / 7d
Verdict

Our CloakBrowser run installed 47 packages and built in 61 seconds combined, but pytest finished with 54 failures and 15 errors, so we would trial it against one authorized target before paying or scaling. Its familiar Playwright surface and source-patched Chromium are useful when ordinary automation is rejected. The licensed current binary, bring-your-own proxy requirement, and live reports of site-specific blocking make it a service dependency rather than a permanent bypass.

We ran it

Lab card: what happened when we ran CloakBrowserScreenshot of CloakBrowser (cloakbrowser.dev)
Install✓ · 49s47 packages · 191 MB
Build✓ · 12s
Tests✗ · 639s742 passed · 54 failed · 2 skipped · 15 errors of 811 (pytest)
Known vulns0(pip-audit)
Repo225 files~66,642 lines of source · 8.1 MB · 3 CI workflows · Dockerfile · tests dir

Answers from our run

Does CloakBrowser build from source?

Dependencies installed in 49 seconds (47 packages), and the build succeeded in 12 seconds. We cloned commit f04c23d into a clean Debian container with 3 CPUs and no project-specific setup.

Do CloakBrowser's tests pass?

Not all of them: 742 of 811 passed and 54 failed when we ran the project's own test command (pytest), with 15 collection errors. Some failures need services or credentials a bare container does not have.

Does CloakBrowser have known vulnerabilities in its dependencies?

pip-audit found none in the dependency tree at the time of our run.

Who should not use CloakBrowser?

Teams that require the current browser binary to be unrestricted open source: the wrapper is MIT-licensed, while the README puts the newest builds behind a free or paid license key and session limits.

What are the alternatives to CloakBrowser?

Playwright for Python, nodriver, Camoufox. Our CloakBrowser run installed 47 packages and built in 61 seconds combined, but pytest finished with 54 failures and 15 errors, so we would trial it against one authorized target before paying or scaling.

Setup3/5Install and build passed; first launch and tests add real friction
Docs4/5Detailed APIs and troubleshooting, with claims that need target checks
Community4/531,128 stars and active issues, though the queue is large
Maturity3/5Version 0.5.x moves quickly and our full suite did not pass

Who it’s for

Playwright or Puppeteer developers whose authorized jobs are blocked by browser fingerprint checks.
QA and monitoring teams willing to test every target against a pinned browser build.
Operators who already manage proxies, persistent profiles, cookies, and browser processes.
Python, JavaScript, or .NET teams that can absorb API and binary changes in a young project.

Who it’s NOT for

Teams that require the current browser binary to be unrestricted open source: the wrapper is MIT-licensed, while the README puts the newest builds behind a free or paid license key and session limits.
Anyone seeking a promise that a protected site will work: open issues report blocks from Akamai, DataDome, and proxy-backed Cloudflare sessions despite the README's broad claims.
Jobs that cannot provide their own proxy service: the README recommends residential proxies for protected sites and says proxy rotation is not built in.
Minimal CI containers that need a dependable headless test result: our run ended with 54 failures and 15 errors, many showing a closed browser target.
Automation that violates a site's terms, access rules, or applicable law: changing a browser fingerprint does not grant permission to collect or act on a site.

Setup reality

Our sandbox installed 47 packages in 49 seconds and used 191 MB; the build passed in 12 seconds. Tests failed after 639 seconds: pytest reported 742 passed, 54 failed, 2 skipped, and 15 collection or setup errors out of 811. Pip-audit found 0 known vulnerabilities.

Basic local use needs Python, JavaScript, or the community .NET client, plus a first-run Chromium download of about 200 MB. The newest free build needs GitHub sign-in and allows one concurrent session; Pro uses a license key. Proxy credentials are supplied by the operator.

GeoIP matching is an optional extra and makes HTTP calls through the proxy. The log says geoip2 was missing for one test. Headed browser use, persistent profiles, proxy quality, and browser-version pinning all affect a production deployment.

Seventy-three Chromium patches sit behind a familiar browser API

CloakBrowser keeps the Playwright or Puppeteer programming model and changes the browser underneath it. The README says its Chromium build carries 73 source patches for canvas, WebGL, audio, fonts, screen properties, WebRTC, network timing, CDP input, and other fingerprint signals. Python users can replace the Playwright startup calls with launch(), while JavaScript users get Playwright and Puppeteer entry points. A community-maintained .NET client covers a third ecosystem.

The repository itself is fairly compact for a browser product: our checkout contained 225 files, about 66,642 lines of source, and 8.1 MB before dependencies. That is possible because the custom Chromium binary is downloaded rather than built from this wrapper checkout. First launch retrieves roughly 200 MB and caches it. The code you audit here controls downloads, options, and API behavior; it is not the complete browser source tree represented by the packaged binary.

The newest Chromium build requires a key and limits free concurrency

The repository declares an MIT license, yet current browser access has a separate commercial shape. The README says the latest build is free after GitHub sign-in for one concurrent session. Paid plans raise the concurrent-session limit and provide the current Pro binary, while the older Chromium 146 build remains on GitHub Releases. Teams choosing this project should assess the wrapper license and binary terms separately.

Release chromium-v151.0.7922.108.3-pro arrived on August 27, 2026 for Linux x64, Linux ARM64, Windows x64, and both macOS architectures. The wrapper selects a build using a license key, and the release documents environment-variable pins for rollback. Pinning matters because a new fingerprint seed can resolve to a different hardware identity across builds. Persistent identities therefore need coordinated handling of the browser version, seed, profile, and proxy address.

What happened when we ran it

Our sandbox installed commit f04c23d in 49 seconds, adding 47 Python packages and occupying 191 MB. The build completed in 12 seconds. We used a fresh unprivileged Debian container with 3 CPUs, 8 GB of RAM, and no secrets. Those first two stages were clean, and pip-audit reported 0 known vulnerabilities in the installed packages.

The test command failed after 639 seconds. Pytest reported 742 passed, 54 failed, 2 skipped, and 15 collection or setup errors out of 811. Its final timing line was 627.44 seconds. That is a lot of working code, but a red suite with 69 failures or errors is not a release check we would waive for a browser intended to behave consistently across sites and platforms.

The supplied log tail shows many TargetClosedError exceptions while launching or using the browser. Another test raised an ImportError saying geoip2 is required for geoip=True and gave an installation instruction. The log does not establish why the browser targets closed, so we will not blame container permissions, missing system packages, or the binary. The checkout had 3 CI workflow files, a Dockerfile, and a tests directory.

Detection results depend on the site, proxy, and browser build

CloakBrowser makes unusually broad claims. The README says it has been checked on more than 30 detection sites and presents results for Cloudflare Turnstile, reCAPTCHA, FingerprintJS, BrowserScan, and other services. It also says the tool does not solve CAPTCHAs. Instead, the patched browser tries to avoid the signals that cause a challenge. That distinction matters because the final decision belongs to a remote system the project does not control.

Current issue reports show the limit. Issue 528 describes Akamai blocking both free and Pro configurations while plain Chrome sometimes worked for the reporter. Issue 526 says a current Windows build was flagged by DataDome and BrowserScan. Issue 503 says the older free binary rarely passed one Cloudflare flow for its reporter. These reports do not disprove every README test; they show that a green vendor matrix cannot predict a particular account, proxy, region, or target.

Humanized input and GeoIP matching add their own dependencies

Setting humanize=True changes mouse paths, typing delays, scrolling, and element interaction. Proxy-aware GeoIP can match timezone and locale to an exit address, and the browser can alter the WebRTC address it exposes. Persistent contexts retain cookies and local storage. These controls address several common inconsistencies, but they also create state that an operator has to own and test. A random fingerprint on every login can be as suspicious as a visible automation flag.

Our 47-package environment also exposed one optional-extra boundary: a test using geoip=True failed because geoip2 was unavailable. The README documents a cloakbrowser[geoip] install for that path and notes that it makes external IP-resolution calls through the proxy. Protected-site examples recommend a residential proxy and headed mode, while proxy rotation and CAPTCHA solving remain outside the package. Budget for those services and for the display resources needed by headed sessions.

August releases and September reports show fast, unsettled work

GitHub recorded the last push on August 30, 2026, three days after the latest Pro browser release. An open pricing and free-version discussion was updated on September 2, while a closed WebRTC issue received later activity on September 1. The repository had 31,128 stars, 188 open issues excluding pull requests, and 211 combined issues and pull requests when fetched. That is an active project with a busy support surface.

The 742 passing tests show there is real engineering under the marketing, while 54 failures and 15 errors keep this version out of the set-and-forget category. Trial the exact build, operating system, mode, proxy type, and authorized destination you will use. Keep a rollback pin, record success rates outside the vendor's demo list, and decide whether the current-binary subscription is acceptable before making CloakBrowser central to a job.

Alternatives

ProjectWhat it isPick it when
Playwright for PythonMicrosoft's supported Python bindings for browser testing and automation.pick this instead when reliable browser control and test tooling matter more than hiding automation signals.
nodriverA Python browser-automation framework that avoids the conventional WebDriver path.pick this instead when you want a Python-first automation API without CloakBrowser's licensed current-binary model.
CamoufoxAn anti-detect browser based on a modified Firefox build.pick this instead when a Firefox-derived fingerprint and its automation tradeoffs fit the target better than Chromium.

What people are saying

  1. [velocity-scout] CloakHQ/CloakBrowser

Sources

  1. CloakBrowser README
  2. CloakBrowser repository facts
  3. Chromium 151 Pro release
  4. Issue 503: Older binary and Cloudflare report
  5. Issue 521: Humanized horizontal scrolling
  6. Issue 528: Akamai blocking report

More automation reviews

espanso · follow-builders · freqtrade · acme.sh · stagehand · Win11Debloat · the whole board →