WorthToTry

Cloudflare announces Kitesurf, a browser for agents

1 min readNews

Drafted by our automated systems from the sources listed at the end of this article, and reviewed before publication. Every fact here should be traceable to one of those links; we publish no benchmark, price or figure that a linked source does not state. Where a company makes a claim about its own product, we report it as their claim.

Cloudflare announced Kitesurf, a new browser that runs entirely on top of Workers built specifically for agents. According to Cloudflare, traditional browsers like Chromium were built for humans and come with heavy overheads such as visual rendering, tabs, and extensions that AI models do not need. Kitesurf omits these human-centric features to focus on metrics important to AI, such as token count, context windows, scalability, performance, and costs. The company reports that Kitesurf is significantly more efficient in CPU and memory consumption than Chromium for common agentic tasks like HTML extraction and screenshots.

Development and availability

The project started 12 weeks prior to the announcement after the team drew inspiration from obscura, a headless engine written in Rust for AI automation. Cloudflare states that Kitesurf is available for free while in beta in Browser Run. The browser runs in V8 isolates on Cloudflare Workers, utilising native Rust compiled directly to WebAssembly using wasm-bindgen to avoid unnecessary emulation layers.

Is it worth it?

Kitesurf is free while in beta in Browser Run, making it worth testing for developers who want to reduce the high CPU and memory costs of running Chromium instances for AI agents. Anyone relying on human-centric features like browser extensions or pixel-perfect CSS rendering should not bother with it yet. Before switching production workloads, you would want to check how thoroughly Kitesurf handles complex, hostile web pages outside of standard tests.

Sources

Tags