New app: dev.rootaicli (Root.AICLI)
New app submission
Package: dev.rootaicli Name: Root.AICLI Source: https://github.com/Crypt0Shmipt0/root-aicli License: MIT Categories: Development, System Released: v0.1.0 (2026-06-26)
What it does
A 25 KB Android app that installs and repairs AI coding CLIs (Anthropic Claude Code, Google Antigravity, OpenAI Codex, xAI Grok Build) inside Termux on rooted Android devices.
Auto-detects the environment (Magisk vs KernelSU vs APatch, bare Termux vs Alpine proot-distro, Termux UID and its computed SELinux MLS categories) and picks the right install path for each CLI. Installs a boot-time persistence hook that heals two common Termux failure modes (mode-600 .so files from apt, dropped MLS categories from packages written under su) so Termux stops breaking after pkg upgrade.
Anti-features compliance
- Tracking: no telemetry, no analytics, no app-initiated network calls
- Non-Free Dependencies: app itself has none. CLIs it installs are user-initiated and governed by vendor terms
- Upstream Non-Free: source code in this repo is fully MIT
- No bundled vendor binaries: install actions call official upstream installers, never rehosted
Build
- Gradle-free: aapt2 + javac + d8 + apksigner directly
- No external runtime dependencies (no Compose, no androidx, no Kotlin stdlib)
- CI at
.github/workflows/build.yml
Testing
Verified end-to-end on Magisk + Android 15 + Termux 0.118.3 + Alpine proot. All four CLI installs return [exit 0].
Docs
Happy to address review feedback.