Skip to content

Cmd+Ctrl ​

Control AI coding agents from your phone, watch, tablet, or browser.

Your Workstation
cmdctrl daemon
& coding agent
Your Devices
iOS, Android, Web
1Install the daemon
→
2Get the mobile app (or use the web)
→
3Control your agents
That's it!

Set it up with the agent you already have ​

Paste this into any coding agent you already run to set it up:

text
Set up Cmd+Ctrl so I can control my coding agents from my phone.

Find which AI coding agent CLIs are on this machine, and for
each one install its daemon (needs Node 18+):
    npm install -g @cmdctrl/<daemon>
Daemons: claude-code, gemini-cli, codex-cli, cursor-cli, copilot-cli,
opencode, aider, openclaw, pi

Register each one in the BACKGROUND:
    cmdctrl-<daemon> register
Each prints an approval URL then waits. Show me every URL right
away - don't block on them. Leave any that are already
registered alone.

After I approve, start each one:
    cmdctrl-<daemon> start -d

Never use pkill. Kill only exact PIDs you started.

Your agent finds your tools, installs what it needs, and hands you an approval link. Open it, sign in – you can create your account right there – and you're connected. No account required before you start.

Or install it yourself ​

bash
curl -fsSL https://docs.cmd-ctrl.ai/install.sh | bash

The installer will:

  • Check prerequisites (Node.js 18+)
  • Let you choose which agents to set up
  • Install and register each daemon

After you've configured your AI Agent Daemons, open app.cmd-ctrl.ai or the mobile app to connect to sessions.

Download on the App StoreGet it on Google Play

Manual Daemon Installation Instructions →