🎉 Ralph Orchestrator 2.0 — Complete Rust Rewrite
This is a major release — a complete rewrite from Python to Rust with a new hat-based architecture.
What's New
- 🦀 Rust Implementation — Faster, more reliable, single binary distribution
- 🎩 Hat-Based Architecture — Specialized personas that coordinate through events
- 📦 20+ Presets — Pre-configured workflows (TDD, spec-driven, debug, etc.)
- 🖥️ Interactive TUI — Real-time terminal UI for monitoring (experimental)
- 🔌 Multi-Backend Support — Claude, Kiro, Gemini, Codex, Amp
Breaking Changes
- Configuration format changed (see migration guide)
- Python version is deprecated — use
pip uninstall ralph-orchestrator
Installation
cargo install ralph-cli
# or
npm install -g @ralph-orchestrator/ralphQuick Start
ralph init --preset tdd-red-green
ralph run -p "Implement feature X"Full Changelog: v1.2.3...v2.0.0