HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Show HN: Clark-Browser – Stealth Chromium(github.com)

16 points·by stan_kirdey·2 maanden geleden·4 comments
github.com
Show HN: Clark-Browser – Stealth Chromium

https://github.com/clark-labs-inc/clark-browser

Fully open-sourced, perfect for agentic browsing, works with Vercel's agent-browser and playwright.

5 comments

Jinyibruceli·2 maanden geleden
I've been building browser automation agents with Playwright and the detection cat-and-mouse game is real. The C++ level overrides are interesting but I'm curious how this holds up against Cloudflare's latest checks - they're not just looking at navigator properties anymore, they're timing canvas operations and checking for inconsistencies in the rendering pipeline. Have you tested this against any real-world bot detection beyond the basic fingerprinting libs?
stan_kirdey·2 maanden geleden
Just ran evals on a few detectors, and clark-browser passed live stealth checks on Cloudflare smoke, SannySoft, BrowserLeaks Client Hints, and WebGL.

Results + new binary https://github.com/clark-labs-inc/clark-browser
Trung0246·2 maanden geleden
Hmm how does it differ from this: https://github.com/daijro/camoufox
stan_kirdey·2 maanden geleden
clark-browser is c++ level overwrite of core chromium parts
cj_angrist·2 maanden geleden