multiplexer active

Ralph Workflow

Maker: Ralph-Workflow License: AGPL-3.0-or-later Stars: 5 First released: 2026-01-13 Language: Python
CLI

About

Ralph Workflow turns the Ralph loop — popularized as a blog technique for running coding agents in iterative cycles — into an installable orchestrator with operator-grade documentation. You hand it one well-specified task and it runs a plan, build, verify, fix loop against an agent backend of your choice: Claude Code, Codex, OpenCode, Nanocoder, AGY, Pi, Cursor, or Kimi Code, authenticated once locally. The tool ships an opinionated default workflow built around spec-driven development, intended to be adopted as-is and extended later, rather than a bare loop script. Install hygiene matters to the design: a separate rdev launcher avoids shadowing an existing global ralph installation, and the project ships Sphinx documentation, CI configs, and Docker support unusual for scripts in this genre. Developers who want the Ralph pattern without hand-rolling bash loops use it for coding tasks too large to babysit and too risky to run unattended without verification.