open-compute
A serverless platform for building Workers applications on a single node. open-compute runs the declared Cloudflare Workers programming model (ocd + pinned workerd). It does not provide a global edge, billing, or the Cloudflare dashboard.
Deploy module Workers with oc. Run the platform as a service with ocd. The project file is open-compute.json.
Compute
- Workers — Module Workers, executed by local
workerd - Durable Objects — Stateful compute with strongly consistent storage
- Workflows — Replayable multi-step applications
- Queues — At-least-once message delivery
Storage
Media
Platform
- Platform — Compatibility, limits, and behavior differences
- Limits —
capabilities.limitsfrom the running binary - Compatibility — Products, Worker APIs, single-node topology
- Behavior differences — Single-node topology and runtime behavior
Operate
Install ocd, write config, run it as a service, and the incident handbook: ocd.