cloudflare/computer
Give your agent a computer 👾 observed · 2026-08-28
Health v2 · maintenance only
80/100
- Activity 99
- Release rhythm 98
- Longevity 6
Flags: young
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 5
- age_days: 89
- days_rel: 16
- days_push: 8
- n_releases_24m: 2
Adoption not part of the score
8734 stars · 482 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Cloudflare Computer is a TypeScript library providing a virtual filesystem backed by a Durable Object's SQLite storage, with pluggable execution backends (sandbox containers, isolate shells, or isolate JavaScript) exposed through a single runtime entry point. It is designed to give AI agents a persistent, sandboxed 'computer' environment on Cloudflare Workers.
Use cases
- give an AI agent a persistent sandboxed computer to run commands in
- run shell commands against a durable virtual filesystem on Cloudflare Workers
- execute JavaScript modules in isolated workers with filesystem access
- mount a Durable Object-backed filesystem into a sandbox container
- build agent computer-use environments without managing servers
When to choose
- you are building AI agents that need a persistent, sandboxed execution environment on Cloudflare
- you want a durable virtual filesystem backed by Durable Objects with pluggable execution backends
- you are experimenting with agent computer-use patterns and want a managed sandbox
When to avoid
- you need a production-ready, stable API - this is explicitly a preview with unstable APIs
- you are not deploying on Cloudflare Workers or using Durable Objects
- you need a general-purpose filesystem outside the Cloudflare ecosystem
Facets
library · maturity experimental
file-system agent-framework sdk developer-tools cloud-computing developer-tools infrastructure-as-code cloud durable-objects virtual-filesystem sandboxed-execution cloudflare-workers agent-computer-use capnweb fuse-mount preview-software sandbox ai-agents typescript nodejs docker
1 source
- readme: https://github.com/cloudflare/computer · fetched 2026-08-28 · 1b1a6d674090
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| cloudflare/computer | main | 80 |
For agents
markdown · JSON · MCP: product_card(name="cloudflare/computer")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem