Skip to content

Installation

MobileCLI is distributed as a single, self-contained binary with no external dependencies. It is available for Linux, macOS, and Windows.

Download the latest binary from the releases page.

Terminal window
curl -L https://github.com/mobile-next/mobilecli/releases/latest/download/mobilecli-darwin-arm64 -o /usr/local/bin/mobilecli
chmod +x /usr/local/bin/mobilecli
Terminal window
curl -L https://github.com/mobile-next/mobilecli/releases/latest/download/mobilecli-darwin-amd64 -o /usr/local/bin/mobilecli
chmod +x /usr/local/bin/mobilecli
Terminal window
curl -L https://github.com/mobile-next/mobilecli/releases/latest/download/mobilecli-linux-amd64 -o /usr/local/bin/mobilecli
chmod +x /usr/local/bin/mobilecli

Download mobilecli-windows-amd64.exe from the releases page and add it to your PATH.

Terminal window
mobilecli --version
mobilecli devices
  • Android SDK installed (via Android Studio or standalone)
  • adb on your PATH
  • USB debugging enabled on the device, or an emulator running
  • macOS required
  • Xcode installed
  • Device trust established, or a simulator running