Cloudflare Ships Kitesurf, a Browser Built for AI Agents
Cloudflare built Kitesurf, a cloud-hosted browser for AI agents, in just 12 weeks. It's free in beta and claims to beat Chromium on efficiency.

Cloudflare just shipped a browser with no tabs, no themes, and no human users in mind. It's built for AI agents, and it took the company 12 weeks to build.
A Browser That Doesn't Care What It Looks Like
Cloudflare is the latest company to join the race to build a new web browser — but instead of pitching a Chrome alternative to consumers, the internet infrastructure provider launched Kitesurf, a cloud-hosted browser designed specifically for AI agents rather than people. Unlike a traditional browser, Cloudflare says a browser built for AI agents doesn't need visual elements like themes, tabs, or extensions — instead it has to manage context windows, performance, token costs, and scalability, while facing a different threat model where the browser itself can be a target for prompt injection attacks.
The pitch for developers: AI software is moving from chatbots that answer questions to agents that complete tasks on a user's behalf, and browsers are a critical part of that shift because agents need to navigate the web and use websites the way humans do. Kitesurf gives developers that capability without having to build their own browser software.
How It's Built
Cloudflare says it decided to build Kitesurf just 12 weeks ago, and it runs entirely on top of the company's serverless platform, Workers. The browser itself was assembled from existing technologies: a modular rendering engine from Blitz, Firefox's CSS parser Stylo, and Boa JS, a Rust ECMAScript engine — with everything else running inside Workers. Cloudflare also credited the open-source Rust headless engine Obscura for inspiring the project, noting that its first proof of concept was a port of Obscura to Workers.
The company claims Kitesurf is "significantly more efficient in CPU and memory consumption than Chromium for common agentic tasks like screenshots and HTML extraction." Cloudflare says the browser already passes around 215,000+ web platform tests, with hundreds more added and passing every week, and that it correctly renders pages including TodoMVC, Wikipedia, Hacker News, the Cloudflare Blog, and much of the Cloudflare dashboard.
Try It Now, Free in Beta
Kitesurf is available for free while in beta inside Browser Rendering, Cloudflare's product for programmatically controlling headless browser instances on its network. If you're building agents that scrape, test, or fill out forms on the web, this is a lower-cost alternative to running Chromium worth checking against your own workload before committing — Cloudflare's efficiency numbers are self-reported and still beta-stage.
More from DangMua