kangraemin/ralph-x

3 stars · Last commit 2026-05-15

Interactive AI development loop with mode selection — choose your pipeline before you start

README preview

<div align="center">

# Ralph-X

**Turn a conversation into a self-running `claude -p` loop.**

[![License](https://img.shields.io/github/license/kangraemin/ralph-x?style=for-the-badge)](https://github.com/kangraemin/ralph-x/blob/main/LICENSE)
[![Version](https://img.shields.io/github/v/release/kangraemin/ralph-x?style=for-the-badge&label=version)](https://github.com/kangraemin/ralph-x/releases)
[![Stars](https://img.shields.io/github/stars/kangraemin/ralph-x?style=for-the-badge)](https://github.com/kangraemin/ralph-x/stargazers)

[Getting Started](#install) · [한국어](README.ko.md) · [Issues](https://github.com/kangraemin/ralph-x/issues)

</div>

---

A single `claude -p` with a long prompt loses focus as context grows. One heavy step — like web crawling — can eat all the turns and block everything else.

Ralph-X fixes this by giving **each step its own `claude -p` process**. Every step runs to completion independently. All steps finishing = one iteration.

View full repository on GitHub →