Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Type `ralph "prompt"` to start open code in a ralph loop. Also supports a prompt file & status check. Open Code, Claude Code, Codex, Copilot
| Date | Stars |
|---|---|
| 2026-07-31 | 1866 |
| 2026-08-05 | 1871 |
| 2026-08-06 | 1871 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
<p align="center"> <h1 align="center">Open Ralph Wiggum</h1> <h3 align="center">Autonomous Agentic Loop for Claude Code, Codex, Copilot CLI, Cursor Agent, Qwen Code & OpenCode</h3> </p> <p align="center"> <img src="screenshot.webp" alt="Open Ralph Wiggum - Iterative AI coding loop for multiple AI coding agents" /> </p> <p align="center"> <em>Works with <b>Claude Code</b>, <b>OpenAI Codex</b>, <b>Copilot CLI</b>, <b>Cursor Agent</b>, <b>Qwen Code</b>, and <b>OpenCode</b> — switch agents with <code>--agent</code>.</em><br> <em>Based on the <a href="https://ghuntley.com/ralph/">Ralph Wiggum technique</a> by Geoffrey Huntley</em> </p> <p align="center"> <a href="https://github.com/Th0rgal/open-ralph-wiggum/blob/master/LICENSE"><img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="MIT License"></a> <a href="https://github.com/Th0rgal/open-ralph-wiggum"><img src="https://img.shields.io/badge/built%20with-Bun%20%2B%20TypeScript-f472b6.svg" alt="Built with Bun + TypeScript"></a> <a href="https://github.com/Th0rgal/open-ralph-wiggum/releases"><img src="https://img.shields.io/github/v/release/Th0rgal/ralph-wiggum?include_prereleases" alt="Release"></a> </p> <p align="center"> <a href="#supported-agents">Supported Agents</a> • <a href="#what-is-open-ralph-wiggum">What is Ralph?</a> • <a href="#installation">Installation</a> • <a href="#quick-start">Quick Start</a> • <a href="#commands">Commands</a> </p> <p align="center"> <strong>Tired of agents breaking your local environment?</strong><br> 🏝️ <a href="https://github.com/Th0rgal/sandboxed.sh">sandboxed.sh</a> gives each task an isolated Linux workspace. Self-hosted. Git-backed. </p> <p align="center"> 💬 <strong>Join the community:</strong> <a href="https://relens.ai/community">relens.ai/community</a> </p> --- ## Supported Agents Open Ralph Wiggum works with multiple AI coding agents. Switch between them using the `--agent` flag: | Agent | Flag | Description | |-------|------|-------------| | **Claude Code** | `--agent claude-code` | Anthropic's Claude Code CLI for autonomous coding | | **Codex** | `--agent codex` | OpenAI's Codex CLI for AI-powered development | | **Copilot CLI** | `--agent copilot` | GitHub Copilot CLI for agentic coding | | **Cursor Agent** | `--agent cursor-agent` | Cursor Agent CLI for headless AI coding | | **Qwen Code** | `--agent qwen-code` | Alibaba's Qwen Code CLI for headless AI coding | | **OpenCode** | `--agent opencode` | Default agent, open-source AI coding assistant | ```bash # Use Claude Code ralph "Build a REST API" --agent claude-code --max-iterations 10 # Use OpenAI Codex ralph "Create a CLI tool" --agent codex --max-iterations 10 # Use Copilot CLI ralph "Refactor the auth module" --agent copilot --max-iterations 10 # Use Cursor Agent ralph "Add unit tests" --agent cursor-agent --max-iterations 10 # Use Qwen Code ralph "Add unit tests" --agent qwen-code --max-iterations 10 # Use OpenCode (default) ralph "Fix the failing tests" --max-iterations 10 ``` --- ## What is Open Ralph Wiggum? Open Ralph Wiggum implements the **Ralph Wiggum technique** — an autonomous agentic loop where an AI coding agent (Claude Code, Codex, Copilot CLI, Cursor Agent, Qwen Code, or OpenCode) receives the **same prompt repeatedly** until it completes a task. Each iteration, the AI sees its previous work in files and git history, enabling self-correction and incremental progress. This is a **CLI tool** that wraps any supported AI coding agent in a persistent development loop. No plugins required — just install and run. ```bash # The essence of the Ralph loop: while true; do claude-code "Build feature X. Output <promise>DONE</promise> when complete." # or codex, copilot, cursor-agent, qwen, opencode done ``` **Why this works:** The AI doesn't talk to itself between iterations. It sees the same prompt each time, but the codebase has changed from previous iterations. This creates a powerful feedback loop where th
Excerpt of 32,429 characters
Read on GitHub75
4
3
2
1
1
1
1
1
1
1
1
1
nettee · AI Agent Engineer · China
1
1
Tunisia
1
1
1
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:347b76c6d245ee12, llm:repo topics: claude-code, open-code, opencode, ralph, ralph-wiggum; description: 'Type `ralph "prompt"` to start open code in a ralph loop. Also supports a prompt file & status check. Open Code, Claude Code, Codex, Copilot' — CLI tool to run code-generation loops with LLMs
matched fp:347b76c6d245ee12, llm:repo topics: claude-code, open-code, opencode, ralph, ralph-wiggum; description: 'Type `ralph "prompt"` to start open code in a ralph loop. Also supports a prompt file & status check. Open Code, Claude Code, Codex, Copilot' — CLI tool to run code-generation loops with LLMs
matched fp:347b76c6d245ee12, llm:repo topics: claude-code, open-code, opencode, ralph, ralph-wiggum; description: 'Type `ralph "prompt"` to start open code in a ralph loop. Also supports a prompt file & status check. Open Code, Claude Code, Codex, Copilot' — CLI tool to run code-generation loops with LLMs