Cloudflare has launched Kitesurf, a new agent-first headless browser built entirely on Cloudflare Workers using V8 isolates, WebAssembly, and Rust. Unlike Chromium-based browsers, Kitesurf is designed specifically for AI agents, prioritizing low memory and CPU usage over pixel-perfect rendering. It uses components like a sandboxed outbound worker, a PageScript isolate for DOM/JS execution, and a PageRenderer for rasterization. Benchmarks show 3–7× lower CPU and memory usage than Chromium, though wall time is ~1.7× slower. It already passes 215,000+ Web Platform Tests and supports Puppeteer, Playwright, and MCP clients via CDP. Available free in beta through Browser Run, with plans to open source it.
Table of contents
Copy link How it startedCopy link How we built itCopy link Kitesurf passes 215,000+ WPT tests and growingCopy link Final notes57.9K Impressions1 Comment