6 Sources
[1]
Cloudflare launches Kitesurf, a browser built for AI agents
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, 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. 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, 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; Firefox's CSS parser, Stylo; and Boa JS, a Rust ECMAScript engine. Everything else runs inside Cloudflare Workers. Although still new, Cloudflare says Kitesurf already passes around 215,000+ web platform tests, 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, a popular benchmark application for comparing JavaScript frameworks, along with Wikipedia, Hacker News, the Cloudflare Blog, and much of the Cloudflare dashboard.
[2]
Cloudflare built a browser for AI agents. It uses 7x less memory than Chromium and runs entirely on Workers.
Cloudflare launched Kitesurf, an agent-first browser on Workers. Uses 3-7x less CPU/memory than Chromium. Passes 215K+ WPT tests. Built in Rust/Wasm in 12 weeks. Free in beta via Browser Run. Will be open sourced. Cloudflare built a browser from scratch for AI agents and launched it today as a free beta inside its Browser Run product. Kitesurf runs entirely on Cloudflare Workers, uses Rust compiled to WebAssembly, and strips out everything a human browser needs but an agent does not: tabs, extensions, themes, pixel-perfect rendering, and 60-fps scrolling. What remains is a lightweight engine optimised for the things agents actually care about, structured content extraction, screenshots, and isolation between sessions. The performance numbers are the headline. On a 14-URL test corpus, Kitesurf used 3.1x less CPU for screenshots and 3.8x less for HTML extraction compared to Chromium. Memory consumption was 4.7x lower for screenshots and 7x lower for HTML extraction. Chromium is still faster on wall-clock time by about 1.7x because its JIT compiler outpaces a cold software renderer, but CPU and memory are what drive infrastructure bills. Lower resource usage means more concurrent agent sessions at lower cost. The project went from first commit to public beta in 12 weeks. It passes more than 215,000 Web Platform Tests and adds hundreds more each week. Bots now generate most web traffic, with AI agent activity growing nearly 8,000% in the past year. That surge is exactly why Cloudflare decided a Chromium-based headless browser, built for humans and repurposed for machines, was no longer the right tool. Kitesurf treats every page load as untrusted input, every session as stateless, and every component as isolated, a security model that matches how agents actually operate. The browser works with Puppeteer, Playwright, and any MCP client that speaks CDP. Cloudflare is simultaneously blocking AI crawlers that harvest content without paying, while building the infrastructure for agents that do pay. That is the dual bet: charge the bots that take, and give the bots that work a cheaper, purpose-built tool to work with. Cloudflare plans to open source Kitesurf once it is ready, and eventually let customers deploy their own instances on their own accounts.
[3]
Cloudflare's new browser Kitesurf is designed for AI agents to browse the internet
AI agents just got their own browser that lets them browse the internet more efficiently. Cloudflare just entered the AI-browser race with a twist. Instead of building another Chrome alternative for people, the company launched Kitesurf, a cloud-hosted browser made only for AI agents. Since autonomous AI systems are increasingly the ones doing the actual browsing and scrolling online, Cloudflare just made its to claim that space. Why did Cloudflare make Kitesurf browser exclusively for AI agents? Traditional browsers carry features humans rely on daily, including tabs, extensions, and smooth visual rendering. AI agents need none of that. What they need is speed, low cost, and the ability to process content efficiently within limited context windows. Recommended Videos Kitesurf strips away the extras and runs entirely on Cloudflare Workers, its serverless computing platform, instead of relying on Chromium like most browsers do. Cloudflare says this approach uses significantly less computing power for common agent tasks like taking screenshots or extracting page content. This is important because running thousands of agent sessions on traditional browsers can be very expensive. What makes Kitesurf different from other browsers? Cloudflare built Kitesurf using a mix of existing open source technology, including a rendering engine called Blitz and Firefox's CSS parser Stylo. The project reportedly began just 12 weeks ago and already passed over 215,000 web platform compatibility tests. It can correctly render websites like Wikipedia and Hacker News, though it still cannot handle video playback or long authenticated sessions. Kitesurf is available for free during its beta phase through Cloudflare's Browser Run product, and anyone curious can try it firsthand through a public playground at kitesurf.cloudflare.app. Cloudflare also says it plans to open-source Kitesurf down the line, letting any customer deploy and run their own version. As AI agents gain more capabilities to book flights, fill out forms, and shop online for people, they need a platform to browse faster, and Cloudflare just built that missing piece.
[4]
Cloudflare Introduces Kitesurf: A Browser Meant Only for AI Agents
The logic behind the move is that AI agents do not need user experience quality and Kitesurf promises to cut down token costs Cloudflare has now joined the ever-growing bandwagon of companies releasing their own web browsers. However, they have done something different by not attempting to create a Chrome alternative. Instead, they have positioned Kitesurf is a cloud-hosted browser specifically meant for AI agents. Having first asked the question "but, why?" we quickly warmed up to the idea given that AI software too has moved the needle to smarter and sharper solutions. Gone are the mere chatbots that answered random questions. Now AI agents complete tasks on a user's behalf and for this to happen, browsers are a must as they alone can traverse the web. In a blog post, Cloudflare begins by asking the very question we asked ourselves upon reading the news. "Should we build our own browser?" And they go on to provide so much details about the experiment, the decision and the rationale that it becomes somewhat overwhelming by the time one gets to the end of the blog. And Cloudflare gets that too. "Thank you for making it all the way here -- we know this was a long and technical blog post, but hopefully an interesting one. We went into detail because we don't take lightly how important, but also how complex, it is to build a new browser, even a very specific one," the post says. So, what exactly is Kitesurf and why is it there? Quite simply, web browsers were built for humans while one exclusively meant for AI agents doesn't actually care about visual elements like themes, tabs etc. All it needs is the ability to manage context windows, performance, token costs, and above all scalability. Browser engines like Chromium, "consume so much memory and compute that providing every agent with its own instance is prohibitively expensive, restricting large parts of the Web to only the most sophisticated and costly AI models with higher parametric knowledge, while locking out many other agentic applications." Then there is also a different threat round the corner because AI browsers could be subject to vulnerabilities like prompt injection attacks. Then there is also the challenge where an agent is pointed at whatever a task demands such as arbitrary code from vague sources, unlike a browser on the laptop which knows you're visiting sites you trust - well, almost always! "So we built this browser on the assumption that every page load is untrusted input and every session starts fresh. Each component is isolated and has access only to the resources strictly necessary for its function, says the post. So, AI developers can build software that can navigate websites via Kitesurf and fill out forms, without building their own browser software. The decision to take the plunge was taken barely three months ago and now it is running on top of the company's serverless platform called Workers. Users can check out Kitesurf in beta from Browser Run, which allows developers use programs to control and interact with headless browser instances on Cloudflare's network. The company pitches their browser to developers by stating that it enables AI agents to use the web more efficiently with less compute power compared to Chromium. So, effectively the costs are substantially down. "Kitesurf is significantly more efficient in CPU and memory consumption than Chromium for common agentic tasks like screenshots and HTML extraction," they say. The company also noted that they're going to open source Kitesurf once ready. "Our goal is to let any customer deploy their own version of Kitesurf on their own accounts, if they want to," says the blog post while noting that the browser was built with other technologies. It includes a modular rendering engine from Blitz, Firefox's CSS parser, Stylo; and Boa JS, a Rust ECMAScript engine. Everything else runs inside Cloudflare Workers. They also credited the open source Rust headless engine, Obscura, for inspiring it to develop Kitesurf. Of course, Kitesurf does not do everything. "If you need to play video, render WebGL, negotiate a bot-challenge handshake with real TLS fingerprints, or start a ten-minute authenticated session that requires persistent state -- Kitesurf isn't yet the right option. Just use Browser Run's default, which is powered by Chromium," the blog says. And the final message from Cloudflare...? "Kitesurf is in its early stages, but we wanted to open it up to you as soon as possible and learn from your feedback. The team will be actively improving it with frequent updates focused on performance, efficiency, and compatibility."
[5]
Cloudflare Kitesurf: New Browser Built For AI Agents Explained
Cloudflare has launched Kitesurf, a cloud-hosted browser designed specifically for artificial intelligence agents rather than human users. The browser is built to help AI agents navigate websites, extract information, capture screenshots and complete web-based tasks while using less computing power and memory than conventional browsers such as Chromium. Kitesurf runs on Cloudflare Workers and removes several features that human users typically need, including tabs, extensions and high-fidelity rendering. Instead, it focuses on requirements that matter to AI agents, such as context windows, token usage, performance, memory consumption and cost.
[6]
Cloudflare Unveils Kitesurf Browser for Faster AI Agent Tasks Online
Cloudflare has launched Kitesurf, a cloud-hosted browser built to help AI agents use websites and complete online tasks. The beta runs on Cloudflare Workers and is free through Browser Run, subject to account limits. Developers can use Kitesurf for screenshots, HTML extraction, form completion, and other automated browser work. It supports existing tools through the Chrome DevTools Protocol, including Playwright, Puppeteer, and compatible AI clients. Unlike a consumer browser, Kitesurf has no desktop interface for daily web use. Developers call it through APIs and automation libraries inside Workers. This setup lets software open pages, read content, capture files, and complete forms without maintaining a separate browser service or dedicated server infrastructure for each agent task.
Share
Copy Link
Cloudflare unveiled Kitesurf, a cloud-hosted browser built exclusively for AI agents rather than humans. Developed in just 12 weeks, it runs entirely on Cloudflare Workers and uses 3-7x less CPU and memory than Chromium. The agent-first browser strips away tabs and extensions to focus on what AI agents need: efficient content extraction, screenshots, and scalability at lower token costs.
Cloudflare launched Kitesurf, a cloud-hosted browser designed exclusively for AI agents rather than human users
1
2
. The browser for AI represents a fundamental shift in how companies approach web browsing infrastructure as AI agent activity has grown nearly 8,000% in the past year2
. The internet infrastructure provider made the decision to build Kitesurf just 12 weeks ago, recognizing that traditional browsers like Chromium were designed for humans and repurposed for machines, making them inefficient for autonomous systems2
4
.
Source: TechCrunch
Unlike conventional browsers that prioritize visual elements like themes, tabs, and browser extensions, the browser built for AI agents focuses on managing context windows, performance, token costs, and scalability
1
5
. Kitesurf runs entirely on Cloudflare Workers, the company's serverless platform, and is available for free during beta through Browser Run, which lets developers programmatically control and interact with headless browser instances1
.The agent-first browser delivers substantial efficiency improvements compared to Chromium. On a 14-URL test corpus, Cloudflare Kitesurf used 3.1x less CPU for screenshots and 3.8x less for HTML extraction
2
. Memory consumption showed even more dramatic gains, with Kitesurf using 4.7x less memory for screenshots and 7x less for HTML extraction compared to Chromium2
. While Chromium remains faster on wall-clock time by approximately 1.7x due to its JIT compiler, CPU and memory consumption are what drive infrastructure bills for companies running AI agents at scale2
.Cloudflare's pitch to developers emphasizes that lower resource usage translates directly to more concurrent agent sessions at reduced costs
2
3
. Browser engines like Chromium "consume so much memory and compute that providing every agent with its own instance is prohibitively expensive, restricting large parts of the Web to only the most sophisticated and costly AI models," according to Cloudflare4
. This efficiency enables AI developers to build software that can navigate websites, fill out forms, and complete browser-based tasks without building their own browser infrastructure1
.The browser was constructed using a combination of existing open-source technologies compiled to WebAssembly
2
. Cloudflare assembled Kitesurf from a modular Blitz rendering engine, Firefox's Stylo CSS parser, and Boa JS, a Rust ECMAScript engine1
4
. Everything else runs inside Cloudflare Workers1
. The company credited the open-source Rust headless engine Obscura for inspiring the development, noting that the first proof of concept was a port of Obscura to Workers1
.Despite its rapid development timeline, Cloudflare Kitesurf already passes more than 215,000 Web Platform Tests and adds hundreds more passing tests each week
1
2
. The browser correctly renders websites including TodoMVC, Wikipedia, Hacker News, and portions of the Cloudflare dashboard1
3
. The browser works with standard automation tools including Puppeteer, Playwright, and any MCP client that speaks CDP2
.Related Stories
The browser built for AI agents faces a different threat model than traditional browsers. AI agents could be vulnerable to prompt injection attacks and other security risks when navigating arbitrary websites
1
4
. Kitesurf treats every page load as untrusted input, every session as stateless, and every component as isolated2
4
. Each component has access only to resources strictly necessary for its function4
.This security architecture matches how AI agents actually operate, where an agent might be pointed at whatever a task demands from vague sources, unlike a human browser that typically visits trusted sites
4
. The isolated, stateless design provides protection while enabling agents to browse the internet more efficiently across multiple concurrent sessions2
.Kitesurf currently cannot handle certain use cases that remain better suited for Chromium-based browsers. The browser does not yet support video playback, WebGL rendering, bot-challenge handshakes with real TLS fingerprints, or extended authenticated sessions requiring persistent state
3
4
. For these scenarios, Cloudflare recommends using Browser Run's default Chromium-powered option4
.Cloudflare plans to open-source Kitesurf once it reaches sufficient maturity, allowing any customer to deploy their own version on their own accounts
2
3
4
. The company emphasized that "Kitesurf is in its early stages, but we wanted to open it up to you as soon as possible and learn from your feedback," with the team actively improving performance, efficiency, and compatibility through frequent updates4
. Developers can experiment with the browser through a public playground at kitesurf.cloudflare.app3
.Summarized by
Navi
[2]
[3]
[5]
05 Aug 2026•Technology

01 Jul 2026•Technology

23 Apr 2026•Technology

1
Technology

2
Policy and Regulation

3
Technology
