Cloudflare Kitesurf: 7x Leaner Browser for AI Agents Ships Cloudflare shipped Kitesurf, a browser engine written in Rust and WebAssembly that runs inside Cloudflare Workers V8 isolates, on August 7, 2026. Kitesurf uses 3-7x less CPU and memory than Chromium for AI agent tasks like screenshots, HTML extraction, and PDF rendering, and is free during beta via Browser Run. It passed 215,000+ web platform tests and requires only a one-query-parameter change to switch from Chromium, but it lacks support for video, WebGL, and long-lived authenticated sessions. On August 7, 2026, Cloudflare shipped Kitesurf https://blog.cloudflare.com/kitesurf/ — a browser engine written from scratch in Rust and WebAssembly that runs entirely inside Cloudflare Workers V8 isolates. It is not built for you. It is built for AI agents, and it uses 3-7x less CPU and memory than Chromium for the tasks agents actually need: screenshots, HTML extraction, and PDF rendering. The browser passed 215,000+ web platform tests in its first weeks and is free during beta via Browser Run. Why Chromium Is the Wrong Tool for Agents Chromium was designed to render video, sync bookmarks, run extensions, and manage dozens of tabs for a person sitting in front of a screen. AI agents use exactly none of that. They load a page, extract some data or take a screenshot, and move on — ideally thousands of times per hour. Chromium charges full admission anyway: 271 MiB of memory just to extract HTML from a single page. Kitesurf strips that overhead to 39.4 MiB for the same task — a 7x reduction. CPU tells a similar story: 877ms for Chromium versus 229ms for Kitesurf on HTML extraction. Screenshot performance is comparable: 271 MiB versus 57.8 MiB, and 1,173ms versus 380ms CPU. The trade-off is real — Kitesurf runs 1.7-1.8x slower in wall-clock time, because it uses software rendering instead of JIT-compiled code. For a single sequential agent, Kitesurf is slower. For an agent infrastructure running hundreds of concurrent sessions, the math flips fast: same hardware, 4-7x more capacity. One Query Parameter Away Kitesurf implements the Chrome DevTools Protocol CDP . If your agent code already talks to Playwright, Puppeteer, or any chrome-remote-interface client through Cloudflare Browser Run, switching to Kitesurf requires exactly one change: add ?browser=kitesurf to your endpoint URL. The Cloudflare developer docs https://developers.cloudflare.com/browser-run/kitesurf/ confirm existing clients already work without modification. Before Chromium on Browser Run wss://api.cloudflare.com/client/v4/accounts/