Install
May 17, 2026 ยท View on GitHub
You can use our interactive installer to step through all host platform requirements and configuration options. It checks host dependencies, optionally downloads Android or iOS developer tools, and configures the MCP daemon.
curl -fsSL https://raw.githubusercontent.com/kaeawc/auto-mobile/main/scripts/install.sh | bash

Once you've finished that, learn how to use AutoMobile
Homebrew (macOS)
AutoMobile is published to the shared kaeawc/tap Homebrew tap on every
tagged release. The formula installs the auto-mobile CLI and pulls in
Bun as a runtime dependency.
brew install kaeawc/tap/auto-mobile
Verify the install:
auto-mobile --cli help
Uninstalling
To remove AutoMobile and its configurations, use the uninstall script:
curl -fsSL https://raw.githubusercontent.com/kaeawc/auto-mobile/main/scripts/uninstall.sh | bash
??? example "See demo: Uninstall"
