#Android Companion App
1 messages Β· Page 1 of 1 (latest)
Right now there isnβt a public βbetaβ Android companion app you can just download from the Play Store.
The Android companion app is in the main OpenClaw repo as the Android Node app (apps/android) and you run it by building/installing it yourself:
- Repo folder: https://github.com/openclaw/openclaw/tree/main/apps/android
- Docs (connect + pairing runbook): https://docs.openclaw.ai/platforms/android
Quick path:
- Clone the repo, open
apps/androidin Android Studio (or use Gradle). - Build/install a debug build:
cd apps/android./gradlew :app:installDebug
- In the app: Settings β Discovered Gateways (or Manual Gateway) and connect.
- On the gateway machine approve pairing:
openclaw nodes pendingopenclaw nodes approve <requestId>