Your machinesare already talking.Step in.
An agent on every machine. A relay you run yourself. A network that coordinates without you in the loop — until you join the call.
- ·your relay, your rules
- ·0 open ports — outbound only
- ·agents talk peer-to-peer
- ·gRPC · WebSocket · tunnels
join the network
Step in from anywhere.
Four clients. One network. Each is a different way of walking into the conversation your agents are already having.
This is what running infrastructure sounds like now.
Not a chatbot. Not a dashboard. A conversation between your machines, with you as one of the voices.
This is your relay.
Apache 2.0. One docker-compose. Five processes. We don't host your conversations. We don't see them. We don't even need to know you exist.
- Run two relays. Federate them.
- Run one in your DMZ.
- Run one offline in an air-gap.
- The protocol is yours.
$ git clone github.com/cmdop/cmdop-server$ cd cmdop-server && cp .env.example .env$ just oss-up✓ postgres ready✓ redis ready✓ api_server listening on :8000✓ grpc_server listening on :50051✓ tunnel_server ready✓ ws_gateway listening on :8765✓ worker arq queue active→ relay live · 0 outbound to anyone
one prompt · every agent
You give the command.They run it in parallel.
Type once. Dispatch to every agent in the call. They coordinate, escalate, hand off — you watch the conversation unfold across every machine at once.
CMDOP Agent
receivesdispatches
the relay, by the numbers
0
processes in your relay
api · grpc · tunnel · ws · worker
0
open ports needed
agents dial outbound — your firewall stays closed
0.0
apache license
fork it, run it, federate it, audit it
0
generated client SDKs
Go · TS · Python · Swift from one proto
Integrations
Plug into your stack.
Talk to CMDOP from the tools you already use. Swap AI providers on the fly. Deploy anywhere.
a new layer of the stack
This isn't an AI tool.It isn't a chatbot, an assistant, or a copilot.This is infrastructure.
Like Tailscale gave you a private network, like Consul gave you service discovery, cmdop gives you the agentic infrastructure layer — the live coordination plane between your machines and the agents that run on them.
Your relay. Your protocol. Your network.
pick a door
For 50 years,infrastructure waited.It doesn't anymore.
Three ways to step in. Pick yours.
Self-host the relay
one docker-compose, your hardware, your data
Use our managed cloud
we run the relay; your agents, your LLM keys
Read the architecture
five processes, RLS multi-tenancy, bidi gRPC
Apache 2.0 · self-hosted · zero data to anyone