Every AI agent that touches the web hits the same wall: Cloudflare decides it’s a bot and slams the door. Camofox Browser, an open-source stealth headless browser from jo-inc (the team behind personal agent Jo), just crossed 10,000 GitHub stars — +135 in one day — by attacking exactly that.
A headless browser that doesn’t look headless
It’s built on Camoufox, a Firefox fork patched at the C++ level: WebGL renderer, hardware concurrency, screen geometry and WebRTC are spoofed before JavaScript ever runs. No stealth plugins — those are their own fingerprint. It’s a drop-in replacement for Playwright and Puppeteer setups that keep getting blocked. MIT-licensed, roughly 40MB idle.
An API built for agents, not scrapers
The REST API returns accessibility snapshots about 90% smaller than raw HTML, with stable element refs for clicking and typing. Tools like camofox_snapshot and camofox_click plug straight into agent frameworks, with isolated per-session cookies, proxy and GeoIP support. Typical use case: a coding or research agent that needs to read sites blocking standard headless Chrome.
The timing is the real story. Cloudflare is pushing x402 and signed agents — identify yourself, pay up. Camofox is the open-source counterargument: agents browse like humans do. Both sides can’t win.
You Might Also Like
- Cloudflare Computer Cloudflare Computer Hits 1 on Github Trending Every ai Agent Gets its own Machine
- Vercel Agent Browser Might be the Smartest way to let ai Actually use the web
- 83k Github Stars and 17m in Funding how Browser use Became the Default Framework for ai Browser Agents
- Agent Reach Hits 12k Github Stars by Solving ai Agents Biggest Blind Spot
- Cloudflare Stripe Agent Provisioning Protocol ai Agents can now buy Domains and Ship Apps Without you

Leave a comment