From terminal to dashboard in five steps.
The whole product fits on one chalkboard. No accounts, no cloud — Ralpharium runs on your machine, talks to your AI CLI, and shows you what happened.
-
1
Scaffold the repo
Run inside any folder. Creates
PROMPT.md,AGENTS.md,IMPLEMENTATION_PLAN.md,specs/, and.ralph/.npx ralpharium init -
2
Boot the daemon
Spawns the FastAPI server, opens the dashboard automatically at
localhost:3000.npx ralpharium start -
3
Pick a runner + click Start
In Loop configuration, choose Claude / Codex / Aider / custom. Empty command = safe fallback (so you can demo without auth).
-
4
Watch it work
Iteration timeline, plan health, validation, agent activity stream live. Open
npx ralpharium ramfor the under-the-hood debug view.npx ralpharium ram -
5
Stop or continue
Pause between iterations with Space, panic-stop with Ctrl/⌘+P, or let it loop until your stop conditions hit.