Start with cc-agent as a single binary on your laptop. Connect it to a web UI when you need to. Wrap Claude Code, Codex, or Gemini CLI when you have one. Use our hosted console — or self-host the whole thing.
One dashboard to rule them all. Manage diverse environments from a single pane of glass.
Outbound-only WebSocket connections. No inbound ports. Zero Trust architecture ready.
Full xterm.js integration. It feels like SSH, but smarter and web-native.
Every command, every output. Full JSONL logging for compliance and replay.
Control your agents on the go with dedicated macOS and iOS applications.
MIT Licensed. Hackable. Deploy it on your own infrastructure.
Pick the level that matches what you're doing today. Graduate as you need more.
cc-agent locally — one binary, one LLM keyDownload cc-agent, give it a DeepSeek / Anthropic / OpenAI / local Ollama key, and start chatting. It runs the LLM loop itself with eight built-in tools (bash, read, write, grep, glob, sysinfo, proclist, logtail). Destructive commands hit an approval gate.
No control plane, no UI, no remote — just a REPL.
cc-agent to cc-control — drive it from the browserWant to run it on a remote server, share with teammates, or use the iOS / macOS / Windows clients? Add -control-url and an Agent Token. The agent registers, you get a web UI on top of it.
One process per node; the dashboard shows them all with a purple cc-agent badge.
cc-proxycc-proxy is a PTY proxy that wraps an external CLI agent and exposes it as a regular session in the same UI. Pair cc-agent on some nodes and cc-proxy on others — the control plane treats them uniformly.
Naming note: cc-proxy was called cc-agent before v0.7.0; the self-developed agent took over the name. Different roles, same protocol.
Two ways to get the cc-control side:
Sign up at console.cc-remote.app, mint UI / Agent tokens, point your nodes at wss://cc-remote.app/ws/agent. Works in minutes; iOS / macOS / Windows clients too.
cc-control is MIT-licensed. Run it on Linux behind TLS or a Cloudflare Tunnel. See the deployment guide.