Cloudflare launches Kitesurf, a browser built for AI agents that uses 7x less memory than Chromium

3 Sources

Share

Cloudflare unveiled Kitesurf, an agent-first browser designed exclusively for AI agents to browse the internet more efficiently. Built in just 12 weeks, this cloud-hosted browser runs entirely on Cloudflare Workers and uses 3-7x less CPU and memory than Chromium while passing over 215,000 web platform tests.

News article

Cloudflare Kitesurf enters the browser race with a different approach

Cloudflare launched Kitesurf, a browser for AI that marks a departure from traditional browser development.

1

Instead of building another Chrome alternative for consumers, the internet infrastructure provider created a cloud-hosted browser designed exclusively for AI agents to browse the internet more efficiently. The timing reflects a broader shift in web traffic patterns, with bot activity now generating most web traffic and AI agent activity growing nearly 8,000% in the past year.

2

The agent-first browser runs entirely on Cloudflare Workers, the company's serverless platform, and strips away everything human browsers need but AI agents don't: tabs, extensions, themes, pixel-perfect rendering, and 60-fps scrolling.

2

What remains is a lightweight engine optimized for structured content extraction, screenshots, and isolation between sessions. Cloudflare decided to build Kitesurf just 12 weeks ago, recognizing that Chromium-based headless browsers, built for humans and repurposed for machines, were no longer the right tool.

1

Performance gains: Uses 7x less memory than Chromium

The performance numbers demonstrate why Cloudflare Kitesurf matters for developers building AI agents. On a 14-URL test corpus, Kitesurf used 3.1x less CPU for screenshots and 3.8x less for HTML extraction compared to Chromium.

2

Memory consumption showed even more dramatic improvements, clocking in at 4.7x lower for screenshots and 7x less memory than Chromium for HTML extraction. While Chromium remains faster on wall-clock time by about 1.7x due to its JIT compiler, CPU and memory are what drive infrastructure costs.

2

Lower resource usage translates directly into more concurrent agent sessions at reduced cost. For AI developers building software that needs to navigate websites, fill out forms, and complete other browser-based tasks programmatically, these efficiency gains mean they can scale operations without proportionally scaling their infrastructure bills.

1

The browser enables AI agents to use the web more efficiently while keeping computing costs down, a critical factor as autonomous AI systems increasingly handle browsing and scrolling online.

3

Technical architecture built from open-source components

Cloudflare constructed the browser using existing open-source technology, including the Blitz rendering engine, Firefox's Stylo CSS parser, and Boa JS, a Rust ECMAScript engine compiled to WebAssembly.

1

2

Everything else runs inside Cloudflare Workers. The company credited the open-source Rust headless engine, Obscura, for inspiring the development, noting that the first proof of concept was a port of Obscura to Workers.

1

The project went from first commit to public beta in just 12 weeks and already passes more than 215,000 web platform tests, with hundreds more added each week.

2

Kitesurf can correctly render websites like TodoMVC, Wikipedia, Hacker News, and much of the Cloudflare dashboard.

1

The browser works with Puppeteer, Playwright, and any MCP client that speaks CDP, ensuring compatibility with existing development tools.

2

Security model designed for agentic tasks

Unlike traditional web browsers built for humans, a browser designed for AI agents needs to manage context windows, performance, token costs, and scalability.

1

It also faces a different threat model because an AI browser could be subject to vulnerabilities like prompt injection attacks and other security challenges.

1

Kitesurf treats every page load as untrusted input, every session as stateless, and every component as isolated, a security model that matches how agents actually operate.

2

This approach addresses the unique security requirements of AI agents that need to navigate untrusted websites and extract information without human oversight. The isolation between sessions prevents contamination across different agent tasks, while the stateless design ensures each browsing session starts fresh.

Availability and future plans for open-source release

Cloudflare Kitesurf is available for free while in beta through Browser Run, which lets developers programmatically control and interact with headless browser instances on Cloudflare's network.

1

Anyone curious can try it firsthand through a public playground at kitesurf.cloudflare.app.

3

Cloudflare plans to open-source Kitesurf once it's ready and eventually let customers deploy their own instances on their own accounts.

2

This dual strategy reflects Cloudflare's broader positioning: simultaneously blocking AI crawlers that harvest content without paying while building infrastructure for agents that do pay. As AI agents gain more capabilities to book flights, fill out forms, and shop online for people, they need a platform to browse faster, and Cloudflare just built that missing piece.

3

Watch for the open-source release to accelerate adoption and customization across different use cases.

Today's Top Stories

© 2026 TheOutpost.AI All rights reserved