ralph-workflow
Ralph Workflow is a free, open-source AI agent orchestrator for coding work. You give it one well-specified task; it runs a Ralph loop (plan → build → verify → fix) with your chosen coding agent, then you come back to inspect the result. Adopt the default workflow as-is first; extend it later.
It fits developers and small teams with work that is too big to babysit and too risky to trust blindly. It is not for vague prompts or repos without tests or other guardrails.
Install
From a checkout, choose the build you need:
cd ralph-workflow
make install # self-contained manual snapshot; rdev --version ends in -build
make dev # self-contained development snapshot; rdev --version ends in -dev
make stable # published release; ralph --version has no local suffix
make install and make dev copy the checkout and its bundled templates to
their own snapshot, so rdev does not depend on the cloned repository. They
install rdev only: an existing global ralph is reported and left untouched,
and rdev is used instead. Any rdev from an earlier dev build is replaced.
make stable owns the global ralph, so before it changes files you choose in
a terminal to continue, remove a pipx/uv-tool install, or abort; non-interactive
conflicts abort safely.
Use pipx install ralph-workflow or pip install ralph-workflow only when the
Makefile workflow is unavailable.
First run
- Install Ralph Workflow with the build that fits your workflow (above).
- In your project:
ralph --init— creates user-global config and a starterPROMPT.md; it does not create.agent/. Advanced project-local overrides are explicit opt-in viaralph --init-local-config(alias:ralph --generate-local-config). - Confirm a supported agent CLI is on your
PATHand authenticated (ralph --list-agents). - Run
ralph --diagnoseand fix any reported problem until every line is green. - Edit
PROMPT.mdwith the outcome and checks you expect. Remove the<!-- ralph:starter-prompt ... -->sentinel at the top — Ralph Workflow refuses to run while it remains. Or, beforePROMPT.mdexists, seed a task-shaped starter withralph --init feature-spec,guardrail,refactor,test-coverage, ordocs. - Run
ralph. When it finishes, read the summary of what changed and which checks passed, then verify the feature yourself.
The canonical first-run walkthrough is Getting started. For agent-specific model-string formats, see Agent compatibility. For configuration after the first run, open the operator manual.
Auto-integration ownership
Ralph Workflow refreshes the configured mainline before integration seams. The worktree
that owns that branch is infrastructure: with the default configuration Ralph Workflow
may snapshot and reset its uncommitted content to keep the mainline current.
Recover discarded contents with
git -C <target-owner-path> restore --source=<snapshot-ref> --staged --worktree ..
Snapshots remain under refs/ralph-reclaim/<target>/...; feature worktrees are never reclaimed. Set
auto_integrate_reclaim_target_worktree = false in ralph-workflow.toml to
keep the older refuse-and-retry behavior. See the
configuration reference for
all six settings.
Supported agents
Eight built-in agents ship with Ralph Workflow:
| Agent | Notes |
|---|---|
| Claude Code | Anthropic's CLI for Claude (interactive, PTY transport). |
| Claude Code (Headless) | Same claude binary in headless subprocess mode (claude-headless). |
| Codex | OpenAI's Codex CLI. |
| OpenCode | Open-source terminal coding agent. |
| Nanocoder | Local-only TUI coding agent. |
| Google Anti Gravity (AGY) | Google's Antigravity CLI (agy). Re-check after AGY updates. |
| Pi | Minimal coding agent. Headless mode is pi --mode json <prompt>. |
| Cursor | Cursor Agent CLI (agent), headless --print mode. |
Pick one, authenticate it on your machine once, and Ralph Workflow uses it. Selection and trust-boundary details are in agents and agent-compatibility.
Requirements
- Python ≥ 3.12
- Local execution; no daemon, no cloud dependency
- One supported agent CLI installed and authenticated
License
AGPL-3.0-or-later.
Documentation
The maintained operator manual is at
docs/sphinx/index.rst — tutorial,
configuration reference, MCP / artifact / pipeline configuration,
concepts, troubleshooting, diagnostics, and developer internals.
Project home
- Repository: https://github.com/Ralph-Workflow/Ralph-Workflow
- PyPI: https://pypi.org/project/ralph-workflow/
- Issue tracker: https://github.com/Ralph-Workflow/Ralph-Workflow/issues/new
- Contribution route:
CONTRIBUTING.md
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ralph_workflow-0.9.19.tar.gz.
File metadata
- Download URL: ralph_workflow-0.9.19.tar.gz
- Upload date:
- Size: 2.5 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
336dc9fada75544e9d078f2450fbb7114ca742d6cc2e0774a6ec56c76c3a510b
|
|
| MD5 |
818bc70f02f5795f916f38e63ee9bd26
|
|
| BLAKE2b-256 |
16a37db7e36ad7e8ae5c6a8df43b24f4c4689f6814ce606436e6af7942f594e9
|
File details
Details for the file ralph_workflow-0.9.19-py3-none-any.whl.
File metadata
- Download URL: ralph_workflow-0.9.19-py3-none-any.whl
- Upload date:
- Size: 3.3 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
17a86adf21b39f662035e078aaa01bcd087759d609d2b17e27441ecb19cc8a92
|
|
| MD5 |
d9ce61c830699d8acab31f76e255d275
|
|
| BLAKE2b-256 |
14ea1ae22740470039524dc8ca9e53943b2a3379ee5548c8ab87b0ab68363a9f
|