Cmd+Ctrl
Control AI coding agents from your phone, watch, tablet, or browser.
Quickstart
Claude Code example:
bash
# Install on the same machine as your coding agent (Claude Code example)
npm install -g @cmdctrl/claude-code
# Register with Cmd+Ctrl Cloud and start
cmdctrl-claude-code register -s https://api.cmd-ctrl.ai
cmdctrl-claude-code startThen open app.cmd-ctrl.ai to start a session or connect to existing ones.
Other Agents
| Agent | Install |
|---|---|
| Claude Code | npm install -g @cmdctrl/claude-code |
| Cursor IDE | npm install -g @cmdctrl/cursor-ide |
| Aider | npm install -g @cmdctrl/aider |
Replace cmdctrl-claude-code with cmdctrl-cursor-ide or cmdctrl-aider in the commands above.
How it Works
┌──────────────────┐ ┌────────────────────┐ ┌──────────────────┐
│ Your Phone │────▶│ Cmd+Ctrl Cloud │◀────│ Your Laptop, │
│ or Browser │ │ api.cmd-ctrl.ai │ │ Desktop, or VM │
└──────────────────┘ └────────────────────┘ └──────────────────┘
│
▼
┌──────────────────┐
│ Claude Code / │
│ Cursor / Aider │
└──────────────────┘The daemon runs on your machine alongside your coding agent. It connects outbound to the Cmd+Ctrl control plane, so you can control sessions from anywhere without exposing ports.
TIP
After a machine restart, run cmdctrl-<agent> start again or add it to your login items.
Requirements
- Node.js 18+ - nodejs.org
- Your coding agent installed (Claude Code, Cursor, or Aider)
- Cmd+Ctrl account - Sign up
Reference
- Daemon Commands - All daemon commands
- Agent Setup - Agent-specific prerequisites
- Troubleshooting - Common issues
