- Cloudflare launched Kitesurf, a cloud-hosted browser designed specifically for AI agents, rather than a consumer Chrome alternative.
- Cloudflare built Kitesurf in just 12 weeks, running entirely on its serverless platform Workers.
- Kitesurf is available for free in beta, letting developers programmatically control headless browser instances on Cloudflare’s network.
- Kitesurf already passes around 215,000+ tests weekly, and was inspired by the open source Rust headless engine Obscura, whose first proof of concept was a port to Workers.
- The browser is built from modular components including a rendering engine, Firefox’s CSS parser, and a Rust ECMAScript engine, all running inside Cloudflare Workers.
- With Kitesurf, AI developers can build software that navigates websites, fills out forms, and completes browser-based tasks without building their own browser.
- Unlike traditional browsers, a browser for AI agents ignores visual elements like themes, tabs, and extensions, and must manage context windows, performance, token costs, and scalability, while facing threats like prompt injection attacks.
- Cloudflare claims Kitesurf is more efficient in CPU and memory than Chromium for common agentic tasks like screenshots and HTML extraction, reducing computing power and costs.
Cloudflare's Kitesurf is a pioneering cloud-hosted browser specifically designed for AI agents, diverging from traditional consumer-focused browsers.1234571011
Launched just 12 weeks ago, Kitesurf operates on Cloudflare's serverless platform, Workers, allowing developers to create software that can efficiently navigate the web.
Unlike conventional browsers, Kitesurf prioritizes performance and scalability, managing context windows and token costs while addressing unique vulnerabilities such as prompt injection attacks.89
“Kitesurf is significantly more efficient in CPU and memory consumption than Chromium for common agentic tasks like screenshots and HTML extraction,” the company stated.
Currently in beta and available for free, Kitesurf enables AI agents to perform tasks like filling out forms without the need for custom browser software.
The browser has already passed over 215,000 tests weekly, showcasing its reliability and efficiency.
Built using a modular rendering engine and inspired by the open-source Rust headless engine, Obscura, Kitesurf represents a significant advancement in AI-driven web interaction.
As Cloudflare continues to enhance Kitesurf, it aims to provide developers with a powerful tool for building AI applications that leverage the web more effectively.
“Kitesurf is built from modular components including Firefox's CSS parser and a Rust ECMAScript engine, all running on Cloudflare's serverless Workers platform. The browser was inspired by the open source Rust headless engine Obscura, whose first proof of concept was a port to Workers.”
