The absolute fastest way to turn your old Android phone into a 24/7 AI Server.
OpenPocket is a unified AI ecosystem that runs the OpenClaw engine and the Mission Control dashboard natively on Android. No virtualization bloat, no proot-distro lag.
OpenPocket isn't just a script; it's a pre-tuned environment where the engine and the UI are fused into one experience.
- ⚡ Native Performance: Runs directly on Android Bionic. 250MB footprint.
- 🧠 Brain (OpenClaw): Industrial-grade agent framework.
- 🖥️ Control (Mission Control): Stunning glassmorphism dashboard pre-bound to
0.0.0.0for instant Tailscale/Network access. - 🛡️ Secure: Built-in SSH server, automated wakelock, and background persistence.
- Install Termux (F-Droid).
- Paste and Run:
curl -sL https://raw.githubusercontent.com/Muxd21/openpocket/main/bootstrap.sh | bashThe script automates everything in one pass:
- Phase 1: Environment tuning & glibc-stub installation.
- Phase 2: OpenClaw Engine & Mission Control Dashboard setup.
- Phase 3: Automated path patching & hardware acceleration (Sharp).
- Phase 4: 24/7 background persistence via
tmux.
Once installed, your server is reachable globally over Tailscale:
- Dashboard:
http://<your-ip>:3000 - SSH:
ssh -p 8022 <user>@<your-ip> - Console:
openclaw tui
Built for Muxd21. MIT License.