Cloudflare has developed a browser specifically for AI agents. This browser consumes seven times less memory than Chromium and operates fully on Workers.
Cloudflare has introduced Kitesurf, an agent-first browser designed for its Workers, which uses 3-7 times less CPU and memory than Chromium. It has successfully passed over 215,000 Web Platform Tests and was developed in Rust/Wasm within a span of 12 weeks. Currently, it is available for free in beta through the Browser Run product and will eventually be open-sourced.
Kitesurf is a browser created from the ground up for AI agents, running entirely on Cloudflare Workers and utilizing Rust compiled to WebAssembly. It eliminates features unnecessary for agents, such as tabs, extensions, themes, pixel-perfect rendering, and 60-fps scrolling, resulting in a streamlined engine focused on essential tasks like structured content extraction, screenshots, and session isolation.
The performance metrics are impressive. In a test with 14 URLs, Kitesurf demonstrated 3.1 times lower CPU usage for screenshots and 3.8 times less for HTML extraction compared to Chromium. Additionally, memory usage was 4.7 times lower for screenshots and 7 times lower for HTML extraction. Although Chromium remains about 1.7 times faster in wall-clock time due to its JIT compiler, Kitesurf's reduced CPU and memory consumption significantly lowers infrastructure costs, enabling more simultaneous agent sessions.
The development of Kitesurf took only 12 weeks from initial commit to public beta, and it consistently adds hundreds of tests weekly while passing more than 215,000 Web Platform Tests. As AI agent activity has surged nearly 8,000% over the past year, Cloudflare recognized that a Chromium-based headless browser designed for humans was no longer suitable. Kitesurf treats all page loads as untrusted inputs, maintains stateless sessions, and ensures component isolation, aligning with the operational needs of agents.
Kitesurf is compatible with Puppeteer, Playwright, and any MCP client that supports CDP. Cloudflare is actively restricting AI crawlers that extract content without payment while simultaneously building the infrastructure for those that do compensate. Their strategy involves charging content-harvesting bots while providing a more cost-effective, purpose-built tool for working bots. Cloudflare intends to open source Kitesurf once it's ready, allowing customers to deploy their own instances on their accounts.
Other articles
Cloudflare has developed a browser specifically for AI agents. This browser consumes seven times less memory than Chromium and operates fully on Workers.
Cloudflare introduced Kitesurf, a browser designed for AI agents that consumes 3-7 times less CPU and memory compared to Chromium. It operates on Workers and successfully passes over 215,000 web platform tests. Currently, it is available for free in beta.
