Original text is not available for public display.
Browser Run: now running on Cloudflare Containers, it’s faster and more scalable
Cloudflare Blog · 2026-05-13
Related items
Containers - Containers and Sandboxes are now generally available
Cloudflare Containers and Sandboxes are now generally available. Containers let you run more workloads on the Workers platform, including resource-intensive applications, different languages, and CLI tools that need full Linux environments. Since the initial launch of Containers, there have been significant improvem...
Queues - Cloudflare Queues now available on Workers Free plan
Cloudflare Queues is now part of the Workers free plan, offering guaranteed message delivery across up to 10,000 queues to either Cloudflare Workers or HTTP pull consumers . Every Cloudflare account now includes 10,000 operations per day across reads, writes, and deletes. For more details on how each operation is de...
Pipelines, R2, Workers - Cloudflare Pipelines now available in beta
Cloudflare Pipelines is now available in beta, to all users with a Workers Paid plan. Pipelines let you ingest high volumes of real time data, without managing the underlying infrastructure. A single pipeline can ingest up to 100 MB of data per second, via HTTP or from a Worker . Ingested data is automatically batch...
Containers - SSH into running Container instances
You can now SSH into running Container instances using Wrangler. This is useful for debugging, inspecting running processes, or executing one-off commands inside a Container. To connect, enable wranglerssh in your Container configuration and add your ssh-ed25519 public key to authorizedkeys : wrangler.jsonc { " cont...
Browser Run - Playwright for Browser Rendering now available
We're excited to share that you can now use Playwright's browser automation capabilities from Cloudflare Workers . Playwright is an open-source package developed by Microsoft that can do browser automation tasks; it's commonly used to write software tests, debug applications, create screenshots, and crawl pages. Lik...
Browser Run - Browser Rendering is now Browser Run
We are renaming Browser Rendering to Browser Run . The name Browser Rendering never fully captured what the product does. Browser Run lets you run full browser sessions on Cloudflare's global network, drive them with code or AI, record and replay sessions, crawl pages for content, debug in real time, and let humans...