mirror of
https://github.com/tiennm99/awesome-coding-agents.git
synced 2026-08-31 14:30:18 +00:00
91ff2bbec2943c06ea69fdc311f5c7d6109383c3
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-08 17:45 UTC · Tracked: 29 repos
| # | Repo | Stars | Δ7d | Language | Last push | Description |
|---|---|---|---|---|---|---|
| 1 | anomalyco/opencode | 195.0k | +3333 | TypeScript | 2026-08-08 | The open source coding agent. |
| 2 | anthropics/claude-code | 140.7k | +873 | Python | 2026-08-08 | 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 | google-gemini/gemini-cli | 106.4k | +135 | TypeScript | 2026-08-08 | An open-source AI agent that brings the power of Gemini directly into your terminal. |
| 4 | openai/codex | 104.8k | +1835 | Rust | 2026-08-08 | Lightweight coding agent that runs in your terminal |
| 5 | zed-industries/zed | 88.3k | +431 | Rust | 2026-08-08 | Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter. |
| 6 | earendil-works/pi | 85.6k | — | TypeScript | 2026-08-08 | AI agent toolkit: unified LLM API, agent loop, TUI, coding agent CLI |
| 7 | OpenHands/OpenHands | 83.5k | — | TypeScript | 2026-08-08 | 🙌 OpenHands: AI-Driven Development |
| 8 | cline/cline | 65.9k | +539 | TypeScript | 2026-08-08 | Autonomous coding agent as an SDK, IDE extension, or CLI assistant. |
| 9 | warpdotdev/warp | 64.1k | — | Rust | 2026-08-08 | Warp is an agentic development environment, born out of the terminal. |
| 10 | AntonOsika/gpt-engineer | 55.2k | -17 | Python | 2025-05-14 | CLI platform to experiment with codegen. Precursor to: https://lovable.dev |
| 11 | aaif-goose/goose | 52.6k | +517 | Rust | 2026-08-08 | an open source, extensible AI agent that goes beyond code suggestions - install, execute, edit, and test with any LLM |
| 12 | Aider-AI/aider | 48.1k | +204 | Python | 2026-05-22 | aider is AI pair programming in your terminal |
| 13 | continuedev/continue | 35.4k | +139 | TypeScript | 2026-08-08 | open-source coding agent |
| 14 | TabbyML/tabby | 33.8k | +18 | Rust | 2026-06-30 | Self-hosted AI coding assistant |
| 15 | Pythagora-io/gpt-pilot | 33.7k | — | Python | 2026-06-18 | The first real AI developer |
| 16 | voideditor/void | 28.9k | -6 | TypeScript | 2026-06-02 | |
| 17 | charmbracelet/crush | 27.2k | +190 | Go | 2026-08-08 | Glamourous agentic coding for all 💘 |
| 18 | QwenLM/qwen-code | 26.9k | — | TypeScript | 2026-08-08 | An open-source AI coding agent that lives in your terminal. |
| 19 | Kilo-Org/kilocode | 26.8k | — | TypeScript | 2026-08-08 | 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.4k | — | TypeScript | 2026-07-22 | 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.4k | -12 | TypeScript | 2026-05-15 | Roo Code gives you a whole dev team of AI agents in your code editor. |
| 22 | dyad-sh/dyad | 21.1k | — | TypeScript | 2026-08-07 | Local, open-source AI app builder for power users ✨ v0 / Lovable / Replit / Bolt alternative 🌟 Star if you like it! |
| 23 | kortix-ai/suna | 20.1k | +35 | TypeScript | 2026-08-08 | The open-source AI Management System |
| 24 | SWE-agent/SWE-agent | 20.0k | +53 | Python | 2026-08-03 | 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] |
| 25 | yetone/avante.nvim | 18.1k | +29 | Lua | 2026-07-28 | Use your Neovim like using Cursor AI IDE! |
| 26 | stackblitz/bolt.new | 16.5k | +19 | 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 | +21 | Go | 2025-10-03 | Open source AI coding agent. Designed for large projects and real world tasks. |
| 28 | bytedance/trae-agent | 12.0k | — | Python | 2026-02-05 | Trae Agent is an LLM-based agent for general purpose software engineering tasks. |
| 29 | github/copilot-cli | 11.1k | — | Shell | 2026-08-07 | 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
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.
License
Apache-2.0
Description
Daily-updated ranking of AI agent coding tools by GitHub stars
Readme
Apache-2.0
751 KiB
Languages
Go
71.3%
HTML
28.7%