Skip to content

Prerequisites

The exact prerequisites depend on what you’re running. Pick the platform you’ll install on, then jump to the install steps when you’re ready.

RequirementVersionNotes
Docker DesktoplatestToggle Settings → Resources → Network → Enable host networking (beta). Without this, the bot container can’t talk to the host’s adb.
BlueStacks5 or newerApple-silicon and Intel both supported.
Android Platform Tools (adb)latestbrew install --cask android-platform-tools is fine.

The autopilot bot is distributed as Docker images. You only need docker-compose.prod.yml to run it:

Terminal window
curl -fsSL https://batazor.github.io/autopilot-page/docker-compose.prod.yml -o docker-compose.prod.yml

Or save it manually from the link above.