Cloudflare launches Kitesurf agent-first browser, 3-7x less CPU and memory than Chromium
Cloudflare launched Kitesurf on August 7, an agent-first browser built on Workers V8 isolates that passes 215,000 Web Platform Tests in 12 weeks and uses 3.1x-7x less compute than Chromium.
On August 7, Cloudflare officially launched Kitesurf, a browser that runs inside Cloudflare Workers V8 isolates and is built specifically for AI agents rather than humans. Cloudflare engineering wrote the stack from scratch in Rust compiled to WebAssembly, going from first commit to public beta in 12 weeks.
The central design tradeoff is to discard everything a human browser needs. Chromium serves tabs, extensions, themes, pixel-perfect rendering, and 60fps scrolling, while AI agents care about structured content, token counts, context windows, scalability, performance, cost, and resistance to prompt injection. Kitesurf combines the Blitz rendering engine, Firefox Stylo CSS engine, Parley text layout, and Boa JS engine.
On a 14-URL test corpus, Kitesurf uses 3.1x to 3.8x less CPU than Chromium for screenshots and HTML extraction, and 4.7x to 7x less memory. Chromium still leads wall-clock time by about 1.7x because its JIT compiler outpaces a cold software renderer, but CPU and memory are what drive infrastructure bills. Kitesurf passes more than 215,000 Web Platform Tests and adds hundreds more each week.
Kitesurf is available free in beta through Cloudflare Browser Run, with compatibility for Puppeteer, Playwright, and any MCP client speaking CDP. Cloudflare plans to open source Kitesurf once mature and let customers deploy their own instances on their accounts. Background data shows AI agent traffic grew nearly 8,000% in the past year, and bots now generate most web traffic.