Cloudflare launches Kitesurf, a browser built for AI agents Cloudflare launched Kitesurf, a cloud-hosted browser designed specifically for AI agents, built on its Workers serverless platform and available for free in beta. The browser, developed in just 12 weeks, aims to let AI agents navigate websites and complete tasks more efficiently than Chromium, passing over 215,000 web platform tests. Cloudflare says Kitesurf is significantly more efficient in CPU and memory consumption than Chromium for common agentic tasks like screenshots and HTML extraction. Cloudflare is the latest company to join the race to build a new web browser. But instead of pitching a Chrome alternative to consumers, the internet infrastructure provider launched Kitesurf https://kitesurf.cloudflare.app/ , a cloud-hosted browser designed specifically for AI agents. AI software is evolving from chatbots that answer questions to agents that can complete tasks on users’ behalf. Browsers are a critical part of this transition, as they’ll need to navigate the web and use websites, as humans do. Unlike traditional web browsers built for humans, a browser built for AI agents doesn’t care about visual elements, like themes, tabs, or browser extensions, Cloudflare explained in its announcement https://blog.cloudflare.com/kitesurf/ . A browser designed for AI agents needs to manage context windows, performance, token costs, and scalability. It also faces a different threat model because an AI browser could be subject to vulnerabilities like prompt injection attacks and more, the company noted. With Kitesurf, AI developers will be able to build software that can navigate websites, fill out forms, and complete other browser-based tasks, without having to build their own browser software. Cloudflare says it decided to build Kitesurf just 12 weeks ago, and it runs entirely on top of the company’s serverless platform, called Workers. Kitesurf is available for free while in beta in Browser Run https://developers.cloudflare.com/browser-run/ , which lets developers programmatically control and interact with headless browser instances on Cloudflare’s network. For developers, Cloudflare’s pitch is that this enables AI agents to use the web more efficiently while using less computing power than Chromium, which keeps costs down. “Kitesurf is significantly more efficient in CPU and memory consumption than Chromium for common agentic tasks like screenshots and HTML extraction,” according to the company. The browser itself was built from other technologies, including a modular rendering engine from Blitz https://github.com/DioxusLabs/blitz ; Firefox’s CSS parser, Stylo https://github.com/servo/stylo ; and Boa JS https://boajs.dev/ , a Rust ECMAScript engine. Everything else runs inside Cloudflare Workers. Although still new, Cloudflare says Kitesurf already passes around 215,000+ web platform tests https://github.com/web-platform-tests/wpt , and it’s adding hundreds more, passing tests every week. Cloudflare also credited the open source Rust headless engine, Obscura, for inspiring it to develop Kitesurf, noting that the first proof of concept was a port of Obscura to Workers. The company said the browser correctly renders pages like TodoMVC https://todomvc.com/ , a popular benchmark application for comparing JavaScript frameworks, along with Wikipedia, Hacker News, the Cloudflare Blog, and much of the Cloudflare dashboard.