Skip to content

Latest commit

 

History

History
87 lines (56 loc) · 2.89 KB

File metadata and controls

87 lines (56 loc) · 2.89 KB

OCA Release 01.04.2026

Release Date: April 1, 2026
Version: 010426
Codename: RTX⚡ Protocol Edition


🎉 What's New

🦾 RTX⚡ Protocol Architecture

The most significant update since launch! We've transitioned from classic dependency "layers" to a formal, Stark-grade RTX⚡ Protocol. This organizes the entire OpenClaw ecosystem into three strictly defined tiers:

  • RTX⚡1: INFRASTRUCTURE (Core setup, git, paths, Termux-native tools)
  • RTX⚡2: PLATFORM ENGINE (glibc-runner, Node.js v24, build toolchains)
  • RTX⚡3: MASTER ARSENAL (Optional tools: AI CLIs, Chromium, Playwright, Go, Homebrew)

🚀 Orchestrator Alignment

All core management scripts have been rebuilt to be Protocol Aware:

  • install.sh: Now follows the 8-step RTX flow for a more robust setup.
  • update-core.sh: Rebranded as the RTX⚡ Syncing Engine, ensuring your tiers are always in parity with the master branch.
  • uninstall.sh: Rebranded as the RTX⚡ Purge System, providing a surgically clean removal of all tiers.

✅ Tiered Verification

The new verify-install.sh tool now provides detailed, tier-by-tier diagnostics:

  • Validates RTX⚡1 environment variables and paths.
  • Verifies RTX⚡2 glibc-architecture and Node wrapper health.
  • Confirms RTX⚡3 arsenal availability and command-line health.

🏗 New Arsenal: Playwright FHS

The RTX⚡3 Arsenal now includes a full Playwright Suite running inside a native Linux FHS container (via proot-distro). This enables:

  • 100% compatible Headless Scraping on Android.
  • Native Linux Chromium binaries without Termux-package limitations.
  • Virtual display support via xvfb-run for complex automation.

📚 Documentation Refresh

A complete overhaul of the Documentation suite to match the new identity:

  • README.md: New architecture diagrams and tier-based feature tables.
  • docs/architecture.mdx: Deep-dive into how the RTX tiers bridge Android Bionic and Linux glibc.
  • docs/installation.mdx: Updated step-by-step for the v1.0.15 flow.

🔧 Maintenance & Cleanup

  • Purged Legacy Patches: Removed redundant scripts (apply-patches.sh, patch-paths.sh, etc.) to reduce repository weight.
  • SSH Optimization: Officially transitioned to SSH Remote for secure, password-less repository interactions.

🙏 Credits

Built by PsProsen-Dev using Jarvis (RTX⚡).

Special Thanks:

  • The OpenClaw core community for architectural inspiration.
  • All users who helped test the glibc-runner integration.

📝 Migration Guide

From v1.0.14

Simply run the new updater:

ocaupdate

The updater will automatically sync your infrastructure to the RTX⚡ Protocol standard.


Released under the MIT License

Made with ⚡ by PsProsen-Dev