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
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
