Cloudflare Launches Kitesurf, A Rust Browser Built For AI Agents On Workers

Cloudflare has released Kitesurf, an agent-first, Chromium-free browser written in Rust that runs on V8 isolates on the company's Workers edge platform, cutting CPU and memory use for automated web tasks.

Cloudflare Launches Kitesurf, A Rust Browser Built For AI Agents On Workers

Cloudflare has unveiled Kitesurf, a lightweight, Chromium-free web browser purpose-built for AI agents rather than humans. It runs directly on the company's Workers serverless platform, using V8 isolates instead of a full browser engine.

Why A Browser Just For Agents?

AI agents burn through cloud browsers doing page extraction, screenshots and click-throughs — workloads Chromium was never designed for. Kitesurf strips out human affordances like tabs, themes and pixel-perfect rendering and focuses on the operations agents actually need. Cloudflare says the runtime uses 3-7x less CPU and memory than a headless Chromium instance while passing more than 235,000 web-platform tests.

Speaks Chrome DevTools Protocol

Existing agent tooling should Just Work: Kitesurf supports the Chrome DevTools Protocol, so Puppeteer, Playwright and MCP-driven agents can point at it with only a parameter change. It also integrates with Cloudflare's Browser Rendering / Browser Run service and can be summoned from Workers with a few lines of code.

Cloudflare logo

Built In 12 Weeks, Now In Beta

Cloudflare says it decided to build Kitesurf just 12 weeks before shipping, and the browser is now available in beta through the Browser Run service at no cost, subject to per-account limits. Current gaps include video playback, WebGL, long authenticated sessions and some bot-check flows — a reminder that this is a specialised tool, not a Chromium replacement for consumer browsing.

Positioning Against Browserbase, Anchor And BrowserOS

Kitesurf pushes Cloudflare deeper into the agent-infrastructure race, competing with startups like Browserbase and Anchor and adjacent projects like BrowserOS, all racing to serve the growing category of headless-browser-plus-LLM agents used by every serious agentic tool.

The launch fits the broader Cloudflare agent push alongside Warp Factories' cloud coding agents and other summer 2026 agent infrastructure moves.

Reporting based on coverage from the Cloudflare blog, TechCrunch and TechRepublic.

Category: AI & Technology

Tags: Partnership AI Agents AI Infrastructure agentic AI

Related Articles