Install¶
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.
One-line install (click to copy)
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.
Install via Homebrew
brew install kaeawc/tap/auto-mobile
Verify the install:
bash
auto-mobile --cli help
Uninstalling¶
To remove AutoMobile and its configurations, use the uninstall script:
One-line uninstall (click to copy)
curl -fsSL https://raw.githubusercontent.com/kaeawc/auto-mobile/main/scripts/uninstall.sh | bash
See demo: Uninstall
