mirror of
https://github.com/tiennm99/awesome-coding-agents.git
synced 2026-08-31 02:25:13 +00:00
main
Awesome Coding Agents
Curated ranking of AI agent coding tools, sorted by GitHub stars. Updated daily by GitHub Actions.
📊 Interactive dashboard with star-history charts →
Last updated: 2026-08-30 04:19 UTC · Tracked: 29 repos Top 7-day mover: openai/codex (+6440 stars)
| # | Repo | Stars | Δ7d | Language | Last push | Description |
|---|---|---|---|---|---|---|
| 1 | anomalyco/opencode | 202.4k | +2058 | TypeScript | 2026-08-30 | The open source coding agent. |
| 2 | anthropics/claude-code | 143.4k | +871 | Python | 2026-08-28 | Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands. |
| 3 | openai/codex | 119.9k | +6440 | Rust | 2026-08-30 | Lightweight coding agent that runs in your terminal |
| 4 | google-gemini/gemini-cli | 106.7k | +120 | TypeScript | 2026-08-30 | An open-source AI agent that brings the power of Gemini directly into your terminal. |
| 5 | earendil-works/pi | 99.1k | +3608 | TypeScript | 2026-08-29 | AI agent toolkit: unified LLM API, agent loop, TUI, coding agent CLI |
| 6 | zed-industries/zed | 89.4k | +376 | Rust | 2026-08-30 | Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter. |
| 7 | OpenHands/OpenHands | 85.6k | +785 | TypeScript | 2026-08-30 | 🙌 OpenHands: AI-Driven Development |
| 8 | cline/cline | 67.1k | +463 | TypeScript | 2026-08-30 | Autonomous coding agent as an SDK, IDE extension, or CLI assistant. |
| 9 | warpdotdev/warp | 64.6k | +188 | Rust | 2026-08-30 | Warp is an agentic development environment, born out of the terminal. |
| 10 | AntonOsika/gpt-engineer | 55.1k | -9 | Python | 2025-05-14 | CLI platform to experiment with codegen. Precursor to: https://lovable.dev |
| 11 | aaif-goose/goose | 53.7k | +409 | Rust | 2026-08-29 | an open source, extensible AI agent that goes beyond code suggestions - install, execute, edit, and test with any LLM |
| 12 | Aider-AI/aider | 48.6k | +183 | Python | 2026-05-22 | aider is AI pair programming in your terminal |
| 13 | continuedev/continue | 35.7k | +97 | TypeScript | 2026-08-28 | open-source coding agent |
| 14 | TabbyML/tabby | 33.8k | +9 | Rust | 2026-06-30 | Self-hosted AI coding assistant |
| 15 | Pythagora-io/gpt-pilot | 33.7k | +1 | Python | 2026-06-18 | The first real AI developer |
| 16 | voideditor/void | 28.8k | -12 | TypeScript | 2026-06-02 | |
| 17 | charmbracelet/crush | 27.8k | +210 | Go | 2026-08-30 | Glamourous agentic coding for all 💘 |
| 18 | QwenLM/qwen-code | 27.5k | +197 | TypeScript | 2026-08-30 | An open-source AI coding agent that lives in your terminal. |
| 19 | Kilo-Org/kilocode | 27.1k | +94 | TypeScript | 2026-08-30 | Kilo is the all-in-one agentic engineering platform. Build, ship, and iterate faster with the most popular open source coding agent. |
| 20 | onlook-dev/onlook | 26.6k | +59 | TypeScript | 2026-08-25 | The Cursor for Designers • An Open-Source AI-First Design tool • Visually build, style, and edit your React App with AI |
| 21 | RooCodeInc/Roo-Code | 24.3k | -3 | TypeScript | 2026-05-15 | Roo Code gives you a whole dev team of AI agents in your code editor. |
| 22 | dyad-sh/dyad | 21.3k | +34 | TypeScript | 2026-08-28 | Local, open-source AI app builder for power users ✨ v0 / Lovable / Replit / Bolt alternative 🌟 Star if you like it! |
| 23 | SWE-agent/SWE-agent | 20.2k | +63 | Python | 2026-08-24 | SWE-agent takes a GitHub issue and tries to automatically fix it, using your LM of choice. It can also be employed for offensive cybersecurity or competitive coding challenges. [NeurIPS 2024] |
| 24 | kortix-ai/suna | 20.2k | +26 | TypeScript | 2026-08-30 | The open-source AI Management System |
| 25 | avante-corp/avante.nvim | 18.1k | +9 | Lua | 2026-08-28 | Use your Neovim like using Cursor AI IDE! |
| 26 | stackblitz/bolt.new | 16.5k | +6 | TypeScript | 2024-12-17 | Prompt, run, edit, and deploy full-stack web applications. -- bolt.new -- Help Center: https://support.bolt.new/ -- Community Support: https://discord.com/invite/stackblitz |
| 27 | plandex-ai/plandex | 15.6k | +6 | Go | 2025-10-03 | Open source AI coding agent. Designed for large projects and real world tasks. |
| 28 | bytedance/trae-agent | 12.1k | +12 | Python | 2026-02-05 | Trae Agent is an LLM-based agent for general purpose software engineering tasks. |
| 29 | github/copilot-cli | 11.1k | +12 | Shell | 2026-08-29 | GitHub Copilot CLI brings the power of Copilot coding agent directly to your terminal. |
How it works
data/agents.ymlis the curated source list.- A daily GitHub Actions workflow (
.github/workflows/update.yml) runs the Go updater. - The updater fetches live repo metadata via the GitHub GraphQL API in one batched query.
- Star counts are appended to
data/history.jsonlfor 7-day delta computation. - This
README.mdis regenerated fromtemplates/readme.tmpland committed back to the repo. site/data.jsonis regenerated and the dashboard (site/index.html) is redeployed to GitHub Pages.
Δ7d: Change in stars over the past 7 days; — means fewer than 7 days of history.
Contributing
Inclusion criteria — a repo belongs on this list when it is:
- An AI coding agent or assistant itself — a tool that autonomously writes, edits, or reviews code. Frameworks, wrappers, observability layers, and workspaces for agents are out of scope.
- Notable: roughly 10,000+ GitHub stars (the current list floor).
- Open source and actively maintained (archived repos are kept only for historical significance, marked as such).
Add an agent to data/agents.yml:
agents:
- owner: github-username-or-org
repo: repository-name
category: cli # cli | ide | extension | library | research | web
Open a PR. The next daily run picks it up automatically.
PRs are validated automatically by CI (go run . -check): owner/repo must be non-empty and look like a real GitHub slug, category must be one of the values above, and duplicates (case-insensitive) are rejected.
License
Apache-2.0
Description
Daily-updated ranking of AI agent coding tools by GitHub stars
Readme
Apache-2.0
735 KiB
Languages
Go
71.3%
HTML
28.7%