---
type: "post"
slug: "cloudflare-introduces-kitesurf"
title: "Cloudflare's Kitesurf trades browser speed for lighter agent sessions"
description: "Kitesurf is a Rust and WebAssembly browser runtime built for disposable agent sessions inside Cloudflare Workers."
retrieval_nugget: "Kitesurf is a Rust and WebAssembly browser runtime built for disposable agent sessions inside Cloudflare Workers."
published_at: "2026-08-16"
updated_at: "2026-08-16"
record_date: "2026-08-16"
date_kind: "scheduled_at"
topics: ["browser-automation","agents","cloudflare","sandboxing"]
entities: ["blog.cloudflare.com"]
editorial_format: "field_note"
basket_id: "64af3bcb-1c2d-42a9-a664-91510a61d75a"
basket_revision: 1
source_urls: ["https://blog.cloudflare.com/kitesurf"]
visual_decision: "text_only"
recovery_incident: "NR-2026-08-15-HERMES-SITE-COPY"
schema_version: "newruntime-agent-readable-v0.2"
stable_id: "post:cloudflare-introduces-kitesurf"
status: "published"
visuals: []
editorial_provenance: {"schema_version":"newruntime-editorial-copy-v1","content_status":"source_grounded_final","final_copy_sha256":"sha256:30511c33783fb1a615b559ad664320f8d9e9b7e7c9909fe24dd587bb70eff7ba","reviewed_at":"2026-08-15T20:30:00.000Z","source_evidence_count":1,"verified_claim_count":2}
routes: {"html":"https://newruntime.com/posts/cloudflare-introduces-kitesurf/","markdown":"https://newruntime.com/posts/cloudflare-introduces-kitesurf.md","json":"https://newruntime.com/posts/cloudflare-introduces-kitesurf.json"}
---

# Cloudflare's Kitesurf trades browser speed for lighter agent sessions

## Retrieval answer

Kitesurf is a Rust and WebAssembly browser runtime built for disposable agent sessions inside Cloudflare Workers.

Kitesurf is Cloudflare's experimental browser engine for agents, implemented in Rust and WebAssembly and designed to run inside V8 isolates on Workers. It exposes a Chrome DevTools Protocol-compatible interface, so existing Puppeteer, Playwright, and MCP integrations can target it without treating a full Chromium process as the only browser runtime.

Cloudflare's own tests show the trade-off clearly. Warm Kitesurf runs used roughly 3.1–3.8 times less CPU and 4.7–7 times less memory than Chromium on the tested workflows, while taking about 1.7–1.8 times longer to finish. Those are vendor measurements, not a general browser benchmark.

The architecture is aimed at large numbers of short, isolated sessions where memory density and startup boundaries matter more than maximum page speed. Kitesurf is available as a free beta in Browser Run through the `browser=kitesurf` option. It should be evaluated as a lighter execution substrate, not as a universal Chromium replacement.

## Source

- [Cloudflare](https://blog.cloudflare.com/kitesurf)
