Skip to content
Open Source CLI

Install MobileCLI

A Rust CLI daemon. Install with one command, with release checksum verification.

Terminal
$ curl -fsSL https://mobilecli.app/install.sh | bash
iOS App Available

Mobile App

The iOS app is available on the App Store. Android is coming soon.

Get the App Android coming soon

Quick Setup

Install, run, and connect. That's it.

1

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.

Terminal
$ curl -fsSL https://mobilecli.app/install.sh | bash

Windows: use the GitHub Releases zip or cargo install mobilecli.

2

Run

Start the daemon and scan the QR code with your phone.

Terminal
$ mobilecli
▶ Starting daemon on port 9847...
Scan QR code to pair your phone...
3

Connected

Your AI coding sessions are now visible on your phone.

Terminal
Phone paired successfully
📱 Connected! Session 'claude' is 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.