Skip to content
Open Source CLI

Install MobileCLI

A Rust CLI daemon. Install with one command.

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 install script or use Cargo.

Terminal
$ curl -fsSL https://mobilecli.app/install.sh | bash
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?

The fastest way is the install script: curl -fsSL https://mobilecli.app/install.sh | bash. You can also install via 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.