Cloudflare launches Kitesurf, a cloud-native browser for AI agents
Built in 12 weeks on Workers, Kitesurf passes 215,000 web tests.
Cloudflare has entered the AI browser race with Kitesurf, a cloud-hosted browser built specifically for AI agents rather than human users. Announced as a free beta in Browser Run, Kitesurf runs entirely on Cloudflare's Workers serverless platform. It's designed for the emerging wave of AI agents that need to navigate the web, fill out forms, and complete real-world tasks. According to Cloudflare, the browser manages context windows, performance, token costs, and scalability while addressing unique threats like prompt injection attacks—challenges traditional human-focused browsers don't face.
Kitesurf was built in just 12 weeks, using a modular rendering engine from Blitz, Firefox's Stylo CSS parser, and the Boa JS Rust ECMAScript engine, with everything else running on Workers. The company says it's significantly more efficient in CPU and memory consumption than Chromium for common agentic tasks like screenshots and HTML extraction, which keeps computing costs down. Already passing over 215,000 web platform tests with hundreds more added weekly, Kitesurf correctly renders pages like Wikipedia, Hacker News, and TodoMVC. It was inspired by the open-source Rust headless engine Obscura, whose first proof of concept was ported to Workers. Cloudflare's pitch: developers can build web-navigating AI agents without building their own browser from scratch.
- Kitesurf is a cloud-hosted browser built for AI agents, running on Cloudflare Workers and available free in beta via Browser Run.
- It uses a modular rendering engine from Blitz, Firefox's Stylo CSS parser, and Boa JS, passing 215,000+ web platform tests.
- Cloudflare claims Kitesurf uses significantly less CPU and memory than Chromium for agent tasks like screenshots and HTML extraction.
Why It Matters
Gives developers a cost-efficient, scalable way to build AI agents that can interact with the web without building custom browser tech.