# cloudflare/computer

Give your agent a computer 👾

Repository: https://github.com/cloudflare/computer
Canonical: https://ross.abutalabs.com/products/computer
Language: TypeScript
License: MIT
License Family: permissive
Last push: 2026-08-25T15:26:48+00:00

## Health v2 (maintenance only)
Score: 80/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 99, release rhythm 98, longevity 6
- inputs: {"age_days": 89, "days_push": 8, "days_rel": 16, "gap_med": 5, "n_releases_24m": 2}
- flags: young
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 8734, forks 482 (observed 2026-08-28T04:10:24.453862+00:00)

## What it is
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
- artifact type: library
- maturity: experimental
- function: file-system, agent-framework, sdk, developer-tools
- domain: cloud-computing, developer-tools, infrastructure-as-code
- platform: cloud
- tags: durable-objects, virtual-filesystem, sandboxed-execution, cloudflare-workers, agent-computer-use, capnweb, fuse-mount, preview-software, sandbox, ai-agents, typescript, nodejs, docker

## Member repositories
- cloudflare/computer (main) score 80

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:10:24.453862+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:25:18.734920+00:00, confidence not recorded.
  - readme: https://github.com/cloudflare/computer (fetched 2026-08-28T04:10:24.453862+00:00, sha 1b1a6d674090)
- Data as of 2026-08-30T08:39:29.467469+00:00.
