RX SERIES · Agent-native
RXShell (rxs)
User-space CLI tool manager for AI agents: curated source, mandatory integrity checks, multi-version coexistence, stable JSON output.
Install (Linux)
curl -fsSL https://rxshell.com/install.sh | bash
Windows: install.ps1 · Tool CDN: cdn.rxshell.com
What it is
- No root — installs under
~/.rxshell - Official source only —
cdn.rxshell.com(Ed25519-signed index) - Forced SHA-256 + size verification
- Agent-friendly:
--json, stable exit codes - MVP platforms:
linux-amd64,windows-amd64
Agent stack (first tools)
rxs install cj # CLI/file → JSON (jc-compatible, Rust) rxs install jq # query JSON df -h | cj --df | jq .
cj is a fast Rust drop-in for zhongweili/cj — 230+ parsers for agent-readable output.
Status: MVP bootstrap · Not affiliated with historical RxShell projects — this is Agent CLI Manager / RX series.