Welcome to the official documentation for Regis AI Studio (Codex Hydra v10.0).
- Architecture: High-level overview of the Hybrid (Web + Desktop) system.
- Hydra Protocol: Details on the MCP-based orchestration system ("Three-Headed Beast").
- Launcher Manual: Guide to using the
regisCLI tool. - Gemini Context: Operational identity and context for the AI agent.
-
Install Prerequisites:
- Rust (latest stable)
- Node.js (v22+) & pnpm
- Claude Code (optional:
npm i -g @anthropic-ai/claude-code)
-
Run Doctor:
cargo run -p regis-cli -- doctor
-
Start Development:
cargo run -p regis-cli -- start
tools/regis-cli: The unified launcher.api-rust/: Axum backend (Web Mode).src-tauri/: Tauri backend (Desktop Mode).rust-lib/: Shared logic core.src/: React 19 Frontend.