Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

binary only? #128

Unanswered
hrstoyanov asked this question in Q&A
Apr 8, 2026 · 1 comments · 1 reply
Discussion options

Are there plans to ship CB without the extra layers of Python/TypeScript/Docker? Just a statically linked single binary like camoufox, easily installed on different machines (macos, windows, linux)?

I use agent-browser and all it needs is a Chromium process running with cdp ports open.

Awesome work!

You must be logged in to vote

Replies: 1 comment 1 reply

Comment options

Thanks for the kind words!

The binary already works standalone — no Python, Node, or Docker needed. The wrappers are optional convenience layers for Playwright/Puppeteer integration.

Download the binary for your platform from GitHub Releases, extract, and run:

tar xzf cloakbrowser-linux-x64.tar.gz
./chrome --remote-debugging-port=9222 --no-sandbox https://example.com

The binary auto-generates randomized fingerprints with zero flags. You can optionally pin a seed or override specific values (--fingerprint=<seed>, --fingerprint-platform=windows, etc.).

If you want to see the full set of default launch parameters (viewport, stealth args, platform spoofing), check cloakbrowser/config.py and cloakbrowser/browser.py. The wrapper passes things like --fingerprint-platform=windows on Linux by default, which you may want to replicate.

Available for Linux x64, Linux arm64, macOS (Intel + Apple Silicon), and Windows x64.

You must be logged in to vote
1 reply
Comment options

Thanks! Ideally would love to have a brew installer for macos, but it maybe too much to ask at this point!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet

AltStyle によって変換されたページ (->オリジナル) /