-
Notifications
You must be signed in to change notification settings - Fork 11
Installation
PsProsen-Dev edited this page Mar 9, 2026
·
1 revision
Installing OpenClaw on Android (OCA) is designed to be a one-command process that handles all dependencies automatically.
- Termux app installed via F-Droid. Do NOT download Termux from the Google Play Store (it is outdated and deprecated).
- Minimum Android 8.0+ (Android 10+ recommended).
- At least 500MB of free storage space.
Open Termux and run the following command:
curl -sL https://raw.githubusercontent.com/PsProsen-Dev/OpenClaw-On-Android/master/bootstrap.sh | bashThe installer will prompt you for several optional but highly recommended features:
- Root Support: Wraps root commands safely so OpenClaw can use them without full system access.
- SSH Server: Sets up OpenSSH so you can remotely access your Termux environment from a PC.
- Termux:Boot: Ensures OCA AI servers start automatically when your phone reboots.
- Termux:API: Exposes device sensors (battery, location, camera) to AI agents.
- Qwen Code CLI: A powerful CLI-first coding assistant tool optimized for OpenClaw.
Once the script finishes, type the following to activate changes and check the status:
source ~/.bashrc
oca --statusIf you see Node.js v24.14.0 and the correct installation paths, you are good to go!
- Head over to the Troubleshooting section.
- Ask questions in our GitHub Discussions page.