Anime, manga, and games, with a take · A Yukimedia publication

← all stories other 1 sources · 1h ago ·

Cloudflare Releases Kitesurf, a Browser Built for AI Agents

Kitesurf is Cloudflare's attempt to address the resource overhead and security risks of using human-oriented browsers like Chromium for AI agent tasks, by building a stateless browser that runs entirely on Workers.

Reporting from 1 source: GIGAZINE.

Cloudflare Releases Kitesurf, a Browser Built for AI Agents

Cloudflare has announced Kitesurf, a browser specialized for AI agents that run on its serverless Workers platform. It omits human-oriented features like tabs and extensions to cut CPU and memory use. Kitesurf uses parts of Blitz, Stylo, and Boa JS, and supports Chrome DevTools Protocol.

Cloudflare began developing Kitesurf around May 2026. The browser is stateless, meaning it can discard state after processing, which suits use cases where many browsers are spun up only when needed and terminated afterward.

Kitesurf does not build all browser mechanisms from scratch. It uses part of the Rust-based Blitz to read HTML and assemble the screen, adopts Stylo for CSS parsing, and uses Boa JS for some JavaScript processing. Its internals split into Engine, PageScript, and PageRenderer, with all external requests going through a dedicated SandboxOutbound component to limit the impact of malicious web pages.

The browser supports part of the Chrome DevTools Protocol, so it can be operated with tools like Puppeteer, Playwright, and Chrome DevTools. Cloudflare's measurements across 14 URLs showed lower CPU and memory use than Chromium, with screenshot capture taking 380 milliseconds compared to 11 seconds.

Synthesized by Yomimono from the 1 cited source below, including Japanese-language reporting where cited, then editorially reviewed before publishing.

Sources