Open Source Radar
Ralphy is an autonomous AI coding loop CLI written in TypeScript that runs multiple AI engines to complete tasks until PRDs are finished. It supports npm global install and a bash script; includes task sources, parallel execution, config, and browser/webhook features. Latest activity: last_push 2026-02-05, stars 2961.
3.0kstars
366forks
44issues
2026since
Star historydaily snapshots by VibeCrowd
Collecting history — the radar snapshots this repo daily. The trend line appears after 3 days of data (1 so far).
Alternatives & relatedmatched by topic overlap
Reviewgenerated from repository data · Aug 5, 2026
What it is
Ralphy is an autonomous AI coding loop. Runs AI agents on tasks until done.
How it works
- Engine options include Claude Code, OpenCode, Cursor, Codex, Qwen-Code, Droid, Copilot, Gemini.
- Task sources: PRD.md by default, with options for YAML, JSON, or GitHub Issues. Parallel execution supports multiple agents and optional sandbox mode.
- Project config can be initialized to store rules, commands, and boundaries.
- Browser automation via agent-browser is optional and configurable.
- Webhook notifications supported (Discord, Slack, custom).
Getting started
Install options:
npm install -g ralphy-cli
# Then use anywhere
ralphy "add login button"
ralphy --prd PRD.md
Option B clone:
git clone https://github.com/michaelshimeles/ralphy.git
cd ralphy && chmod +x ralphy.sh
./ralphy.sh "add login button"
./ralphy.sh --prd PRD.md
Two modes:
ralphy "add dark mode"
ralphy "fix the auth bug"
Task list mode:
ralphy
ralphy --prd tasks.md
Project config commands:
ralphy --init
ralphy --config
ralphy --add-rule "use TypeScript strict mode"
Recent releases
- Changelog shows updates through v4.7.2 and earlier, including improvements to auth error detection, project standards, and parallel execution reliability. No latest release entries provided in README; latest release section lists none.
Traction
- Stars: 2961
- Forks: 366
- Open issues: 44
Behind the repo
- Language: TypeScript
- License: none listed
- Created: 2026-01-15
- Last push: 2026-02-05
- Topics: claude-code, opencode, ralph-loop, ralph-wiggum, ralphy
Caveats
- License not listed in README
- No explicit latest release artifacts (RELEASES latest 0: none)






