computer
Developed by cloudflare
@cloudflare/computer is an open-source agent runtime by Cloudflare that gives every AI agent its own virtual computer. Instead of heavy containers, it dynamically orchestrates between lightweight isolates and full Linux container sandboxes. At its core is a workspace—a virtual filesystem backed by SQLite inside a Durable Object—which allows agents to read, write, and edit files, execute shell commands, and manage Git repositories while seamlessly preserving state across different execution environments, enabling highly scalable and cost-effective AI agent deployments.
- SQLite-backed Virtual Filesystem Workspace
- Dynamic Isolate & Linux Container Orchestration
- State Persistence via Durable Objects
- Shell Execution & Git Repository Integration
- Scalable and Lightweight Agent Runtime
web