Agent frameworksCoding agents

Cloudflare Computer

cloudflare/computer

Durable agent filesystem and isolated exec environment inside Cloudflare Workers.

Repository
Stars
2.9k
Forks
180
Open issues
22
Language
TypeScript
Licence
MIT
Created
2026-07-20
Last push
2026-08-16
Effort to adopt

Some wiring

A few days of integration work — credentials, data mapping, a deploy target.

01

What it actually does

Cloudflare Computer gives your AI agents a literal computer on the edge. Instead of running a clunky Docker container, this runs entirely within Cloudflare's massive global network using Durable Objects. It provides an isolated filesystem, a shell execution environment, and a JavaScript runtime that an agent can control. When your agent says 'run this python script', it executes securely on a Cloudflare Edge node within milliseconds, completely isolated from your main infrastructure.

02

Who it's for

  • 01

    AI developers building code-interpreting agents (like ChatGPT's Advanced Data Analysis) who need secure, cheap sandboxes

  • 02

    Platform engineers wanting to run untrusted AI-generated code without risking their own servers

  • 03

    Startups needing to spin up millions of lightweight agent environments instantly

EngineeringFoundersSaaS
03

Where it earns its keep

  • Giving a customer service bot a secure environment to run an SQL script against a temporary SQLite database to answer a user's question
  • Building a web-based IDE where every user gets an instant, globally distributed backend powered by an AI agent
  • Running multi-agent simulations where each agent has its own persistent filesystem
04

Use it, or skip it

Reach for it when

  • You need to safely execute untrusted code generated by an LLM
  • You require massive scale and sub-millisecond startup times for your agent environments

Skip it when

  • You need heavy GPU compute—this is for lightweight CPU/filesystem tasks
  • Your workload requires complex Linux packages (like headless Chrome) that don't fit in a V8 isolate
05

10 automations

  1. 01Engineering

    Safe Code Evaluation Sandbox

    When a user asks your coding agent to test a script, route the execution to a disposable Cloudflare Computer environment instead of your server.

  2. 02Operations

    Dynamic Data Pipeline Generator

    Agent writes a custom data transformation script for a client and instantly deploys it to a secure edge node.

  3. 03Engineering

    Automated Data Cleaning

    Upload a messy CSV, have an agent write a Pandas script, execute it on the edge, and return the clean data.

  4. 04Engineering

    Edge Markdown Compiler

    Agent compiles a user's custom documentation site instantly on the edge node nearest to them.

  5. 05Founders

    Interactive Tutorial Backend

    Provide a live, secure execution environment for users following your technical documentation.

  6. 06Engineering

    Disposable Web Scraper

    Agent writes a custom scraper and runs it in an isolated environment that destroys itself when finished.

  7. 07Engineering

    Serverless Build System

    Agent orchestrates mini-builds of static sites entirely within Cloudflare's network.

  8. 08Operations

    Automated Math Solver

    Agent generates complex Python math scripts and runs them safely to provide verifiable answers to students.

  9. 09Engineering

    Temporary Database Host

    Agent spins up an SQLite file in the durable filesystem to execute complex relational queries for a single session.

  10. 10Engineering

    AI CI/CD Worker

    Agent executes linting, testing, and formatting scripts on a lightweight edge node before opening a PR.

Want one of these running by Friday?

LimeDock builds these as real workflows inside your stack — deployed to your cloud, wired into your Slack and CRM, with the code in your repo. You pay a build fee and your own API keys, nothing else.

Book a workflow call
07

Source

Repository stats were read from the GitHub API and reflect the last time we refreshed this entry. The editorial breakdown above is LimeDock’s own analysis — we are not affiliated with cloudflare.

https://github.com/cloudflare/computer