Builder's directory

Agentic Coding Tools for Claude Code & Codex

The open-source agents, orchestrators, and frameworks that power modern AI-assisted building — every one with 4,000+ GitHub stars. A living map of the ecosystem your family is learning to build in.

38 repositories · 7 categories · star counts as of June 11, 2026

Terminal coding agents

12 repos

anomalyco/opencode

174k

A fully open-source coding agent for the terminal, model-agnostic so you can point it at Claude, GPT, or local models. Positioned as a free alternative to proprietary agents with the same edit-run-iterate loop, it has become one of the most-starred agentic coding projects on GitHub.

anthropics/claude-code

132k

Anthropic's official agentic coding tool. It lives in your terminal, reads your whole codebase, and edits files, runs commands, and opens pull requests from plain-English instructions. The reference implementation for what a Claude-powered coding agent can do, and the foundation most tools in this list extend.

google-gemini/gemini-cli

105k

Google's open-source AI agent that brings Gemini into your terminal. It handles coding, file edits, and shell tasks through an agent loop, and ships a large-context workflow aimed at reasoning over big repositories.

openai/codex

90.9k

OpenAI's lightweight, open-source coding agent that runs in your terminal. Codex plans tasks, edits code, and executes commands locally, and is the OpenAI-side counterpart to Claude Code. A huge ecosystem of skills, routers, and orchestrators has grown around it.

openinterpreter/openinterpreter

63.9k

A lightweight coding agent built to run open models like DeepSeek, Kimi, and Qwen. Open Interpreter lets a language model execute code on your machine through a natural-language chat, pioneering the local 'code interpreter in your terminal' pattern.

cline/cline

63.2k

An autonomous coding agent available as an SDK, an IDE extension, and a CLI. Cline plans multi-step changes, asks permission before running commands, and works across editors — a popular open-source option for developers who want an agent embedded directly in VS Code.

aaif-goose/goose

49.2k

An open, extensible AI agent that goes beyond suggestions — it installs dependencies, executes code, edits files, and tests its own work. Built around a pluggable extension system so you can wire it to any toolchain or model.

QwenLM/qwen-code

25.2k

Alibaba's open-source coding agent that lives in your terminal, tuned for the Qwen model family. It offers the familiar agentic edit-and-run loop with strong multilingual and large-context support.

RooCodeInc/Roo-Code

24.2k

An open-source agent that gives you a whole dev team of AI personas inside your code editor. Roo Code (a popular Cline fork) supports custom modes, multiple models, and granular approval controls for autonomous edits.

Kilo-Org/kilocode

20.1k

An all-in-one agentic engineering platform combining the best features of Cline and Roo Code with its own marketplace. Kilo focuses on letting teams build, ship, and iterate faster with model-agnostic coding agents.

plandex-ai/plandex

15.5k

An open-source terminal agent designed for large projects and real-world tasks. Plandex plans changes across many files, keeps a version-controlled sandbox of pending edits, and lets you review diffs before applying them.

github/copilot-cli

10.8k

GitHub's official CLI that brings the Copilot coding agent into your terminal. It can read repositories, propose and apply changes, and run commands, extending Copilot beyond the editor into agentic workflows.

Autonomous SWE agents

6 repos

AntonOsika/gpt-engineer

55.2k

A pioneering CLI that turns a natural-language spec into a full codebase, asking clarifying questions as it goes. gpt-engineer was the precursor to Lovable and remains a canonical example of end-to-end agentic code generation.

stitionai/devika

19.5k

An open-source 'agentic software engineer' — give Devika a high-level objective and it breaks it into steps, researches, writes code, and iterates. One of the first community answers to Devin.

SWE-agent/SWE-agent

19.5k

From Princeton, an agent that takes a GitHub issue and autonomously fixes it using the model of your choice. SWE-agent introduced the agent-computer interface that lets an LLM navigate, edit, and test a real repository, and is a standard on the SWE-bench leaderboard.

langchain-ai/open-swe

10k

LangChain's open-source asynchronous coding agent. Open SWE runs long-horizon tasks in the background, planning and executing changes against a repository without needing you to babysit each step.

SWE-agent/mini-swe-agent

5.1k

A radically simplified, ~100-line agent that solves GitHub issues or helps from the command line. mini-SWE-agent strips the concept down to its essentials, making it the clearest teaching example of how an autonomous coding agent actually works.

BuilderIO/micro-agent

4.3k

A small agent that writes genuinely useful code by generating tests first, then looping on the implementation until the tests pass. Its test-driven feedback loop keeps the output grounded and verifiable.

Orchestration & multi-agent

8 repos

wshobson/agents

36.7k

A multi-harness agentic plugin marketplace spanning Claude Code, Codex CLI, Cursor, OpenCode, and GitHub Copilot. It packages dozens of specialized subagents and commands you can drop into your agent of choice.

BloopAI/vibe-kanban

27k

A kanban board for orchestrating coding agents. Vibe Kanban lets you queue tasks for Claude Code, Codex, or any agent and watch them work in parallel, turning a backlog into autonomous execution.

manaflow-ai/cmux

22k

A terminal built for AI coding agents, with vertical tabs and notifications so you can run and monitor several Claude Code or Codex sessions at once without losing track of what each one is doing.

snarktank/ralph

20.2k

An autonomous agent loop that re-runs a coding agent repeatedly until every item in a product spec is complete. Ralph popularized the 'just keep looping until done' pattern with intelligent exit detection.

superset-sh/superset

11.8k

A code editor designed for the agent era — run an army of Claude Code, Codex, and other agents on your machine from one interface, reviewing and steering their work as a fleet.

smtg-ai/claude-squad

7.8k

A terminal manager for running multiple AI agents — Claude Code, Codex, OpenCode, and Amp — side by side in isolated git workspaces, so several agents can work on different tasks simultaneously.

21st-dev/1code

5.5k

An orchestration layer that coordinates coding agents like Claude Code and Codex, distributing tasks across them and consolidating the results so you drive several agents as one.

generalaction/emdash

4.8k

An open-source agentic development environment (YC-backed) for running multiple coding agents in parallel, each in its own sandbox, with a clean UI for reviewing and merging their output.

Routers & gateways

2 repos

GUIs & clients

3 repos

Code intelligence & memory

3 repos

Agent frameworks

4 repos

Listed for reference and education. BotBrained.ai is not affiliated with these projects. Star counts are point-in-time snapshots from the GitHub API and drift over time — follow each link for the live number.