RexCLI¶
Keep your current CLI workflow. Add OpenClaw-style capabilities on top of
codex,claude,gemini, andopencode.
Star on GitHub Quick Start Compare Workflows Superpowers
Project URL: https://github.com/rexleimo/rex-cli
Quick Answer¶
RexCLI is an AI memory system + orchestration layer for coding agents.
Use it when you want:
- Memory system behavior across CLI sessions (
ContextDB) - Hermes engine style workflows for automation and execution control
- Agent Team collaboration for multi-agent delivery
- Automatic subagent planning with preflight and merge gates
Keyword-to-Feature Map¶
AI memory system-> ContextDBmemory system-> Case - Cross-CLI HandoffHermes engine workflows-> CLI WorkflowsAgent Team-> Agent Team & HUDautomatic subagent planning-> Architecture
Latest¶
- AIOS RL Training System: Multi-Environment Reinforcement Learning
- ContextDB Search Upgrade: FTS5/BM25 by Default
- Windows CLI Startup Stability Update
- Orchestrate Live: Subagent Runtime
What is this?¶
RexCLI is a thin layer on top of your existing CLI agents. It doesn't replace them—it makes them work better together.
Four things it adds:
- Memory that survives restarts - Your project context comes back automatically after you close and reopen the terminal, and syncs across devices for the same project.
- Browser automation - Control Chrome via MCP without manually clicking around.
- Superpowers - Smart planning: auto-decompose requirements, parallel task distribution, automatic verification.
- Privacy Guard - Automatically redacts secrets before they leak into prompts or logs.
Who is this for?¶
- You already use
codex,claude,gemini, oropencoderegularly - You want your workflows to survive terminal restarts
- You need browser automation without switching tools
- You want automation skills that enforce best practices
Quick Start¶
curl -fsSL https://github.com/rexleimo/rex-cli/releases/latest/download/aios-install.sh | bash
source ~/.zshrc
aios
The command above is the stable release install path. If you want unreleased main behavior, use the dev-friendly git clone flow from Quick Start instead.
Launch aios to open the full-screen setup TUI, choose Setup, and run Doctor before you leave.
Windows PowerShell commands are listed on the Quick Start page.
What's Included¶
| Feature | What it does |
|---|---|
| ContextDB | Persistent memory across sessions |
| Playwright MCP | Browser automation |
| Superpowers | Smart planning (auto-decompose, parallel dispatch, auto-verify) |
| Privacy Guard | Redact secrets automatically |
FAQ¶
Is RexCLI a memory system for coding agents?¶
Yes. ContextDB persists and rehydrates project memory across CLI sessions and across agent clients in the same repository.
Does RexCLI support Hermes-like orchestration workflows?¶
Yes. Use team and orchestrate flows for staged planning, execution routing, and verification gates.
Can it auto-plan subagents for multi-step tasks?¶
Yes. RexCLI includes route-aware planning (single/subagent/team) and execution guardrails.
Read More¶
- Superpowers - Automation skills that make your CLI smarter
- Quick Start
- Raw CLI vs RexCLI
- Case Library
- Architecture
- ContextDB
- Changelog