Control Claude Code, Gemini CLI, and Codex from your phone while your desktop runs the sessions.
Website: https://mobilecli.app Docs: https://mobilecli.app/docs Download: https://mobilecli.app/download
- Host AI CLI sessions on your desktop and continue them on mobile.
- View session status, working directory, and activity in real time.
- Send messages and approve tool calls without leaving your desk.
- Pair devices quickly with a QR code.
- Connect on local network or via Tailscale.
- Run the Desktop app on your main dev machine.
- Open Settings (gear icon) -> Connectivity and generate a QR code.
- Scan the QR in the MobileCLI app to sync sessions instantly.
- Local network: same Wi-Fi, lowest latency.
- Tailscale: connect from anywhere on your Tailnet.
- Direct device-to-device; no relay server.
| CLI | Status | Notes |
|---|---|---|
| Claude Code | Full Support | Primary CLI, all features |
| Gemini CLI | Full Support | Session persistence, tool approval |
| Codex | Full Support | Session management, tool approval |
| OpenCode | Full Support | Session management |
- desktop/ - Tauri desktop host/client app.
- shared/ - Shared types and helpers.
The mobile app and website live in separate repos.
Prereqs: Node.js 18+, Rust 1.70+, Tauri CLI 2.0
cd desktop
npm install
npm run tauri devMIT