open-compute documentation
Install, develop for, and operate the open-compute single-node Cloudflare Workers-compatible platform.
open-compute runs supported Cloudflare Workers applications on one machine you control. One ocd binary owns the control plane, data plane, SQLite state, object storage, and a supervised pinned workerd runtime.
Start here
Section titled “Start here”| I want to… | Go to |
|---|---|
| Install open-compute and deploy my first Worker | Get started |
| Develop, deploy, debug, and roll back applications | Develop |
| Configure and operate an open-compute host | Operate |
Look up an ocd command |
CLI |
| See supported bindings and platform products | Products |
| Check compatibility, limits, and API contracts | Reference |
Know the boundary
Section titled “Know the boundary”open-compute is designed for self-hosted, single-machine deployments. It is not Cloudflare’s global edge and does not claim multi-region replication, Anycast, hosted billing, or managed fleet behavior. Supported APIs keep their Cloudflare programming model; documented topology differences remain explicit.
Contributors can start with Project architecture and development.