[GitHub Trending] cloudflare/computer
Scored daily by a customisable AI persona to surface the most relevant engineering leadership news.
Cloudflare's computer agent, novel infrastructure for agentic systems, strong community interest.
Cloudflare Computer is a virtual filesystem built on Durable Objects with SQLite as the authoritative state store, exposing a single `workspace.runtime.exec()` API that supports three pluggable backends: a full Linux container via FUSE mount, a just-bash shell in a Dynamic Worker, and an ECMAScript module runner in a Dynamic Worker. Backends connect lazily and sync changes over capnweb RPC, with no secondary store for the shell and JS runtimes. The project is preview-only, with unstable APIs, and includes examples ranging from a chat agent to a PDF generator using pandoc.
cloudflare