Skip to content

Platform

open-compute runs the declared Cloudflare Workers programming model on a single node. The Worker API matches Cloudflare's documentation; storage, scheduling, and deploy live on this node.

sh
ocd --config /etc/open-compute/config.toml capabilities --json

--config is optional for capabilities. When omitted, limits come from the embedded default config. Top-level JSON: schema_version, release, runtime, products, limits.

Compatibility

AreaDetail
Worker APIWorker-side symbols for Workers, KV, D1, R2, Durable Objects, Queues, Workflows, Cache, and Images match Workers runtime APIs. Signature index: API reference.
TopologySingle node: one ocd, one pinned workerd, local authority storage. No global edge, dashboard, billing, or Cloudflare REST v4 / client.v4.
Project configopen-compute.json, not wrangler.jsonc. Unknown fields are rejected.
LimitsFrom ocd capabilities --json on the running binary.
Behavior differencesBehavior differences.
Products not providedUnsupported.

In this section