Install MobileCLI
A Rust CLI daemon. Install with one command, with release checksum verification.
curl -fsSL https://mobilecli.app/install.sh | bash Mobile App
The iOS app is available on the App Store. Android is coming soon.
Quick Setup
Install, run, and connect. That's it.
Install
Run the macOS/Linux install script, use Cargo, or install the Windows zip from GitHub Releases. The script verifies the release checksum before extraction.
curl -fsSL https://mobilecli.app/install.sh | bash Windows: use the GitHub Releases zip or cargo install mobilecli.
Run
Start the daemon and scan the QR code with your phone.
mobilecli Connected
Your AI coding sessions are now visible on your phone.
Installation FAQ
What platforms does MobileCLI support?
The CLI daemon runs on macOS (Apple Silicon and Intel), Linux (x86_64 and ARM), and Windows (x64). The mobile app is available for iOS on the App Store, with Android coming soon.
How do I install MobileCLI?
On macOS and Linux, use the install script: curl -fsSL https://mobilecli.app/install.sh | bash. It verifies the downloaded GitHub Release archive against SHA256SUMS.txt before extracting. On Windows, install from the GitHub Releases zip or use Cargo with cargo install mobilecli.
Do I need both the CLI and the mobile app?
Yes. The CLI daemon runs on your desktop and captures AI coding sessions. The mobile app connects to the daemon to display the terminal and send approvals. Install the CLI first, then get the iOS app from the App Store.