Releases: PsProsen-Dev/OpenClaw-On-Android
Releases · PsProsen-Dev/OpenClaw-On-Android
OCA v01.04.2026 - RTX⚡ Protocol Edition
OCA v01.04.2026 - RTX⚡ Protocol Edition 🚀
This is the Master Architecture release for OpenClaw-On-Android (OCA).
In this release, we explicitly detail the massive evolutionary jump from the base framework to our highly advanced, autonomous RTX⚡ Protocol, showcasing what features have been newly built in OCA compared to its foundation repo.
⚡ Features EXCLUSIVE to OpenClaw-On-Android (PsProsen-Dev)
(Features NOT present in AidanPark/openclaw-android)
1. RTX⚡ 3-Tier Master Architecture
- Complete architectural separation into RTX⚡1 (Infrastructure), RTX⚡2 (Engine), and RTX⚡3 (Arsenal Tools) for modular scalability.
2. The oca Master CLI Tool
- Fully rebranded and rewritten
ocacommand-line tool. - Tiered diagnostic outputs with
oca healthto instantly pinpoint bottlenecks. - Smooth self-updates and deployment integrations.
3. Playwright FHS Suite & Stealth Scraping
- Real, native headless Chromium automation running entirely on Android.
- Pre-configured
xvfbvirtual displays (scripts/install-chromium.sh) out of the box.
4. Advanced AI & Local LLM Integration
- Official support and configuration specs for Ollama Cloud Models.
- Deep integration readiness for Qwen Code and Gemini APIs to turn Android into an autonomous coding node.
5. WASM-First Image Processing
- Included
build-sharp.shengine specifically optimized for high-performance ARM64 image rendering directly on mobile.
6. Extensive Enterprise Documentation (MDX)
- Total documentation overhaul (
architecture.mdx,local-llm.mdx,ai-cli-tools.mdx,TECHNICAL_DOCS.md). - Step-by-step Dashboard Connection, precise Phone Preparations, Root vs Non-Root specs.
7. DevOps & Quality Assurance Tooling
- 100% GitHub Community Standards Compliant (Bug/Feature templates, config workflows).
- Pre-commit hooks embedded with strict
ShellCheckand.markdownlint-cli2.yamlvalidation for unbreakable scripts.
8. Enhanced Linux Ecosystem Bridges
- Automated integration of Homebrew and Go Language designed explicitly for glibc-powered mobile setups.
🛠️ Core Features present in both Repositories
(The reliable foundation we started with)
- Bionic/glibc Hardware Bridging: Using
proot-distroon Termux to run complex Linux binaries natively on Android. - Node.js & Python Ready: Pre-compiled runtime setups optimized for ARM architectures.
- Automated Bootstrapping:
bootstrap.shandinstall-tools.shlogic to set up bare-metal dependencies. - Remote IDE Accessibility: Termux SSH configurations to seamlessly code on Android using a remote PC.
- Phantom Process Mitigation Setup: Basic instructions to disable Android's aggressive memory killing.
Released under the MIT License
Made with ⚡ by PsProsen-Dev
📦 Full Changelog
OCA 10.03.2026 - Local LLM Edition
OCA 09.03.2026
OCA 09.03.2026
Changes
- Core Rebranding: Complete transformation from OpenClaw Pocket Server to OpenClaw on Android (OCA) (
~/.oca/). - Node.js Upgrade: Bumped environment to Active LTS Node.js v24.14.0 for modern feature support.
- Root Access Integration: Added
setup-root.shproviding a safeoca-rootwrapper with explicitly whitelisted system commands for rooted devices. - Termux Automation: Added first-class support for Termux:Boot (
oca-boot.sh) for auto-start, and Termux:API integration. - AI CLI Models: Integrated Qwen Code CLI (
@qwen-code/qwen-code@latest) into the optional installation and update flows. - Installer Enhancements: Added clear
(optional)and(optional but highly recommended)labels to interactive prompts, including SSH server setup. - Legacy Migration: Implemented automatic seamless migration from existing
~/.openclaw-pocket-serverpaths to the new~/.oca/ecosystem. - Uninstaller Safety: Thoroughly clean up all environment variables,
.bashrcblocks, and legacy directories inoca --uninstall. - Date-based Versioning: Adopted custom
dd.mm.yyyyversioning format.