Install on macOS
# 1. Fetch the compose filecurl -fsSL https://batazor.github.io/autopilot-page/docker-compose.prod.yml -o docker-compose.prod.yml
# 2. Bring up the host's ADB and confirm BlueStacks is visibleadb start-serveradb devices
# 3. Pull and start: redis + bot + api + webdocker compose -f docker-compose.prod.yml up -d
# 4. Open the dashboardopen http://127.0.0.1:3000/overviewOn first start the dashboard will prompt for a license file — see License activation.