Cloudflare launches Kitesurf browser for AI agents

Get the Tech newsletter
Daily tech — startups, AI labs, chips, the launches that shape the next decade. Free.
- Cloudflare launched Kitesurf, a cloud-hosted browser built for AI agents — not humans — letting them navigate sites, fill forms, and complete browser-based tasks without visual elements like tabs, themes, or extensions.
- Kitesurf was built in just 12 weeks and runs entirely on Cloudflare's serverless Workers platform; it's free in beta through Browser Run, which lets developers programmatically control headless browser instances on Cloudflare's network.
- Cloudflare claims Kitesurf uses significantly less CPU and memory than Chromium for common agentic tasks like screenshots and HTML extraction, keeping compute costs lower for developers building agentic software.
- Kitesurf combines a modular rendering engine from Blitz, Firefox's Stylo CSS parser, and Boa JS (a Rust ECMAScript engine), with the rest of the stack running in Cloudflare Workers.
- Kitesurf already passes more than 215,000 web platform tests and correctly renders pages including TodoMVC, Wikipedia, Hacker News, and the Cloudflare dashboard.
- Cloudflare credited the open-source Rust headless engine Obscura as inspiration, noting the first proof of concept was a port of Obscura to Workers.
Why it matters: AI developers building agentic software currently shoulder the cost of running full browsers like Chromium for tasks like page parsing and screenshots. By offering Kitesurf free during beta on its own Workers infrastructure and claiming better CPU and memory efficiency, Cloudflare removes both the upfront browser-building burden and ongoing compute overhead for teams shipping agent-based products.



