Prerequisites
Required software
Section titled “Required software” Docker Desktop latest — enable Settings → Resources → Network → host networking (beta), or the bot container can't reach the host's adb.
BlueStacks 5+ Apple-silicon and Intel both supported.
Android Platform Tools (adb) latest — brew install --cask android-platform-tools is fine.
Docker Engine + Compose v2 latest — network_mode: host works out of the box, no extra toggles.
BlueStacks 5+ Or any 720 × 1280 / 320 DPI Android emulator with ADB.
Android Platform Tools (adb) latest — apt install android-tools-adb / pacman -S android-tools.
Docker Desktop latest — requires WSL2; enable Settings → Resources → Network → host networking (beta).
BlueStacks 5+ Settings → Advanced → Android Debug Bridge → Enabled.
Android Platform Tools (adb) latest — unzip, add to PATH, and whitelist adb.exe if your AV flags it.
Get the compose file
Section titled “Get the compose file”The autopilot bot is distributed as Docker images. You only need docker-compose.prod.yml to run it:
curl -fsSL https://batazor.github.io/autopilot-page/docker-compose.prod.yml -o docker-compose.prod.ymlOr save it manually from the link above.