cloudflare/computer Gives an Agent a Filesystem Inside a Durable Object — SQLite as Ground Truth, Projected Into a Real FUSE Mount
Cloudflare's new 'computer' repo (4,334 stars, +891 today, #3 on GitHub Trending) is a virtual filesystem living inside a Durable Object, with authoritative state in SQLite and three interchangeable execution backends registered under stable IDs: a container backend that projects the SQLite state as a real FUSE mount with full Linux userland and network, a just-bash isolate shell in a Dynamic Worker, and an ECMAScript-module isolate with filesystem support. One entry point — workspace.runtime.exec(source, { backend }) — swaps between them. It is explicitly marked PREVIEW ONLY with unstable APIs, and it landed the same week as Cloudflare Wallets and alongside cloudflare/vibesdk, making agent infrastructure Cloudflare's clearest current bet.
Source
↳ Follow the thread