github mikeyobrien/ralph-orchestrator v2.0.0

latest releases: v2.6.0, v2.5.1, v2.5.0...
one month ago

🎉 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/ralph

Quick Start

ralph init --preset tdd-red-green
ralph run -p "Implement feature X"

Full Changelog: v1.2.3...v2.0.0

Don't miss a new ralph-orchestrator release

NewReleases is sending notifications on new releases.