
Cloudflare Launches Kitesurf - a Browser Built From Scratch for AI Agents, Not Humans
No Chromium, no tabs, no themes. Kitesurf runs on Workers, consumes 3-7x less CPU than a headless Chromium browser, and already passes 215,000 web platform tests.
Kitesurf is Cloudflare's answer to a new problem. AI agents need browsers - not to display pages to people, but to navigate sites, fill forms, extract data, and complete tasks on someone's behalf. Cloudflare Kitesurf, announced August 7 on the company's developer blog, runs entirely on Cloudflare Workers and skips Chromium altogether - the result is a browser with no tabs, no themes, no extensions, and far lower resource consumption than anything built for human use.
No Chromium - Kitesurf Combines Three Open-Source Rust Projects Inside V8 Isolates
Three open-source projects form the foundation. Kitesurf draws its rendering engine from Blitz (by Dioxus Labs), its CSS parsing from Firefox's Stylo, and its JavaScript execution from Boa JS, a Rust ECMAScript engine - all of it running inside V8 isolates on Cloudflare Workers, with no Chromium process underneath. Cloudflare says the result uses 3-7x less CPU and memory than Chromium for common agentic tasks like screenshots and HTML extraction. Already, Kitesurf passes more than 215,000 web platform tests - rendering Wikipedia, Hacker News, and much of the Cloudflare dashboard correctly - and Cloudflare adds hundreds more passing tests each week. Cloudflare credited the open-source Rust headless engine Obscura as the starting point; the first proof of concept was a port of Obscura to Workers.
What Kitesurf Can and Cannot Do - Chromium Still Wins on Complex Pages
Kitesurf is not a Chromium replacement for everything. Pages that rely on video or WebGL still require Chromium - Kitesurf supports neither - and tasks run 70-80% longer than Chromium even where the rendering works. For the agentic use cases it targets, Apple approached the same layer differently with its Safari MCP server: Apple gave agents browser access through MCP integrations; Cloudflare Kitesurf went further and built the browser itself. Kitesurf supports Puppeteer, Playwright, and CDP, so developers swapping it into agentic pipelines need no toolchain changes - they point at a different backend and the rest stays the same.
Free in Beta - Open-Source Plans Confirmed but No Date Set
Access is free in beta. Browser Run, Cloudflare's developer sandbox for headless browser control, is where Kitesurf lives now - open-source plans are confirmed without a release date. Agentic AI workflows that loop through browser steps many times a day pay a real compute cost with Chromium; Cloudflare Kitesurf cuts that cost while accepting 70-80% slower task execution - a trade-off loop engineering practitioners building high-volume agents will benchmark carefully before committing. Cloudflare built Kitesurf in 12 weeks, which is fast; how quickly the web platform test count catches up with Chromium's coverage is the open question.