Skip to content

Releases: PsProsen-Dev/OpenClaw-On-Android

OCA v01.04.2026 - RTX⚡ Protocol Edition

01 Apr 01:10

Choose a tag to compare

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 oca command-line tool.
  • Tiered diagnostic outputs with oca health to 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 xvfb virtual 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.sh engine 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 ShellCheck and .markdownlint-cli2.yaml validation 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-distro on Termux to run complex Linux binaries natively on Android.
  • Node.js & Python Ready: Pre-compiled runtime setups optimized for ARM architectures.
  • Automated Bootstrapping: bootstrap.sh and install-tools.sh logic 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

09 Mar 23:18

Choose a tag to compare

What's Changed

  • [ImgBot] Optimize images by @imgbot[bot] in #7

New Contributors

  • @imgbot[bot] made their first contribution in #7

Full Changelog: v09.03.2026...v10.03.2026

OCA 09.03.2026

09 Mar 03:05

Choose a tag to compare

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.sh providing a safe oca-root wrapper 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-server paths to the new ~/.oca/ ecosystem.
  • Uninstaller Safety: Thoroughly clean up all environment variables, .bashrc blocks, and legacy directories in oca --uninstall.
  • Date-based Versioning: Adopted custom dd.mm.yyyy versioning format.