Prerequisites
Required software
Section titled “Required software” Docker Desktop latest — enable Settings → Resources → Network → host networking (beta), or the bot can't reach the emulator. No host adb needed — the bot ships its own.
BlueStacks 5+ Apple-silicon and Intel both supported. Enable ADB in its settings.
Docker Engine + Compose v2 latest — network_mode: host works out of the box, no extra toggles. The bot ships its own adb, so none on the host.
BlueStacks 5+ Or any 720 × 1280 / 320 DPI Android emulator with ADB enabled.
Docker Desktop latest — requires WSL2; enable Settings → Resources → Network → host networking (beta). No host adb needed — the bot ships its own.
BlueStacks 5+ Settings → Advanced → Android Debug Bridge → Enabled.
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.