Pricing & editions
CMDOP ships as open source and self-hosted today — you run the relay and your instance, and it is fully functional and free with no enforced limits. Managed cloud tiers (Free / Pro / Enterprise) are planned, not yet available: there is no central billing or provisioning backend yet. The tier numbers below describe the intended offering, not a product you can buy today.
CMDOP follows a two-plane model:
- Self-hosted (open source) — you run the relay and your own instance. Free, fully functional, no enforced caps. This is shipping today.
- Managed / cloud (planned) — we run the relay for you, with tiered limits and support. This is on the roadmap; it is not yet available.
The managed cloud tiers on this page are planned, not live. There is no central billing or provisioning backend yet — nothing here is purchasable today. If you want CMDOP right now, self-host it for free.
Self-hosted / open source
This is the real, shipping product. You deploy the relay and a CMDOP instance on your own infrastructure and get everything below at no cost, with no enforced limits on machines, fleets, or sessions.
What you get, free, today:
- The relay — the data plane you run yourself, the backbone every machine and client connects through.
- Fleets — group your machines into fleets, with membership and per-fleet API keys.
- Machines — register and manage unlimited machines (the relay imposes no hard cap).
- AI chat — bring your own LLM provider keys, or point at a local LLM — no dependency on a hosted model.
- Web terminal — full PTY terminal access from the browser.
- Jarvis — the autonomous agent that runs on your machines.
- MCP — wire CMDOP into Claude Desktop, Cursor, and other MCP clients.
Run the Control Plane on your own Linux server with PostgreSQL and Redis.
DockerSpin up an instance with Docker Compose.
KubernetesDeploy CMDOP on a cluster.
Managed tiers (planned)
Every tier below is planned — not yet available. The numbers are the intended limits for a future managed offering and may change before launch. Today, self-host for free instead.
| Free (planned) | Pro (planned) | Enterprise (planned) | |
|---|---|---|---|
| Status | Planned — not yet available | Planned — not yet available | Planned — not yet available |
| Machines | ~5 | ~100 | Unlimited |
| Concurrent sessions | ~2 | ~20 | Unlimited |
| Audit retention | Short | Longer | Longest |
| Relay | We run it | We run it | We run it |
| Support | Community | Priority |
Free Pro for open-source projects (planned). Once managed billing launches, we intend to offer Pro-tier access free to qualifying open-source projects. This is an intention, not a live program — to register interest, contact [email protected] with your project URL and a short description.
Common questions
Can I use CMDOP free today?
Yes — self-host it. The open-source relay and instance are fully functional and free, with no enforced limits on machines, fleets, or sessions.
When will managed cloud launch?
It is on the roadmap. The central billing and provisioning backend that the managed tiers depend on is not built yet, so there is no purchase date to give. Until then, self-hosting is the way to run CMDOP.
Is anything on this page billed right now?
No. Nothing here is purchasable today. Self-hosted deployments are never billed.
Related
- How model access works — how the model router supplies inference today (metering is planned, not live).
- FAQ — more on limits, self-hosting, and the intended billing model.
- Self-hosted deployment
- Architecture