Install the CLI
The codeam CLI wraps your terminal AI agent so your phone becomes the remote control — install it, pair with a QR code, and run.
- Requires Node.js 18+
- QR + 6-char code, 5 min TTL
- Agent runs with mobile control
codeam-cli is an npm package that wraps your terminal AI agent (Claude Code, Codex, Gemini CLI, Aider, and more) so your phone becomes the remote control. It runs anywhere Node.js does — your laptop, an SSH session, tmux, Docker, or a GitHub Codespace.
npm i -g codeam-cli
codeam pair
codeamnpm install -g codeam-cli — no separate runtime, just Node.js 18 or newer.
codeam pair prints a QR code and a 6-character fallback code, both expiring after 5 minutes.
SSH sessions, tmux/screen, Docker containers, remote servers, and Codespaces are all supported.
The agent runs with your existing API key or subscription — CodeAgent never sees your repository.
- 1Install
Run
npm install -g codeam-cliin your terminal. - 2Pair
Run
codeam pairand scan the QR (or type the 6-character code) in the mobile app or web dashboard. - 3Run your agent
Run
codeamto launch the agent with mobile control instead of the bare agent binary. - 4List or switch sessions
Use
codeam sessionsto list pairings andcodeam sessions switchto change the active one across multiple machines.
Pairing once binds the session by ID — after that, the 6-character code is no longer needed until you pair a new session.
FAQ
Related
Ready to try it?
