Release Notes
Added
- Web Dashboard (Alpha): Full-featured web UI for monitoring and managing Ralph orchestration loops
- React + Vite + TailwindCSS frontend with Fastify + tRPC + SQLite backend
ralph webcommand to launch both servers (backend:3000, frontend:5173)- Preflight checks and auto-install for fresh installs
- Port conflict detection, labeled output, and automatic browser open
- Node 22 pinned for backend dev with tsc+node compilation
- Hats CLI: Topology visualization and AI-powered diagrams (
ralph hats) - Event Publishing Guide: Skip topology display when a hat is already active
- Parallel config gate:
features.parallelconfig option to control worktree spawning - Per-hat backend args:
argssupport in hat-level backend configurations - New presets: Additional presets and improved workflow patterns
- Documentation: Reorganized docs with governance files and enhanced README
Fixed
- Honor hat-level backend configuration and args overrides
- Backend dev workflow uses tsc+node instead of ts-node
ralph-bench 2.3.0
Install ralph-bench 2.3.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/mikeyobrien/ralph-orchestrator/releases/download/v2.3.0/ralph-bench-installer.sh | shInstall prebuilt binaries into your npm project
npm install @ralph-orchestrator/ralph-bench@2.3.0Download ralph-bench 2.3.0
| File | Platform | Checksum |
|---|---|---|
| ralph-bench-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| ralph-bench-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| ralph-bench-aarch64-unknown-linux-gnu.tar.xz | ARM64 Linux | checksum |
| ralph-bench-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
ralph-cli 2.3.0
Install ralph-cli 2.3.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/mikeyobrien/ralph-orchestrator/releases/download/v2.3.0/ralph-cli-installer.sh | shInstall prebuilt binaries into your npm project
npm install @ralph-orchestrator/ralph-cli@2.3.0Download ralph-cli 2.3.0
| File | Platform | Checksum |
|---|---|---|
| ralph-cli-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| ralph-cli-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| ralph-cli-aarch64-unknown-linux-gnu.tar.xz | ARM64 Linux | checksum |
| ralph-cli-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
ralph-e2e 2.3.0
Install ralph-e2e 2.3.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/mikeyobrien/ralph-orchestrator/releases/download/v2.3.0/ralph-e2e-installer.sh | shInstall prebuilt binaries into your npm project
npm install @ralph-orchestrator/ralph-e2e@2.3.0Download ralph-e2e 2.3.0
| File | Platform | Checksum |
|---|---|---|
| ralph-e2e-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| ralph-e2e-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| ralph-e2e-aarch64-unknown-linux-gnu.tar.xz | ARM64 Linux | checksum |
| ralph-e2e-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |