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.
Kilo is the all-in-one agentic engineering platform. Build, ship, and iterate faster with the most popular open source coding agent.
| Date | Stars |
|---|---|
| 2026-07-31 | 26636 |
| 2026-08-01 | 26660 |
| 2026-08-12 | 26824 |
| 2026-08-18 | 26910 |
| 2026-08-19 | 26926 |
| 2026-08-20 | 26940 |
| 2026-08-21 | 26960 |
| 2026-08-22 | 26972 |
| 2026-08-23 | 26977 |
| 2026-08-24 | 26999 |
| 2026-08-25 | 27013 |
| 2026-08-26 | 27025 |
| 2026-08-27 | 27041 |
| 2026-08-28 | 27053 |
| 2026-08-29 | 27060 |
| 2026-08-30 | 27080 |
| 2026-08-31 | 27099 |
| 2026-09-01 | 27116 |
| 2026-09-02 | 27133 |
| 2026-09-03 | 27156 |
| 2026-09-04 | 27175 |
| 2026-09-05 | 27182 |
| 2026-09-06 | 27195 |
| 2026-09-07 | 27210 |
| 2026-09-08 | 27222 |
| 2026-09-09 | 27231 |
| 2026-09-10 | 27242 |
| 2026-09-11 | 27258 |
| 2026-09-12 | 27274 |
| 2026-09-13 | 27285 |
| 2026-09-14 | 27301 |
| 2026-09-15 | 27312 |
| 2026-09-16 | 27324 |
| 2026-09-17 | 27333 |
| 2026-09-18 | 27349 |
| 2026-09-19 | 27358 |
| 2026-09-20 | 27377 |
Today
+19 stars today
This week
+92 stars this week
This month
+417 stars this month
Momentum
203.0
growth rate 0.34%/day
<p align="center"> English | <a href="translations/README.zh.md">简体中文</a> | <a href="translations/README.zht.md">繁體中文</a> | <a href="translations/README.ko.md">한국어</a> | <a href="translations/README.de.md">Deutsch</a> | <a href="translations/README.es.md">Español</a> | <a href="translations/README.fr.md">Français</a> | <a href="translations/README.it.md">Italiano</a> | <a href="translations/README.da.md">Dansk</a> | <a href="translations/README.ja.md">日本語</a> | <a href="translations/README.pl.md">Polski</a> | <a href="translations/README.ru.md">Русский</a> | <a href="translations/README.bs.md">Bosanski</a> | <a href="translations/README.ar.md">العربية</a> | <a href="translations/README.no.md">Norsk</a> | <a href="translations/README.br.md">Português (Brasil)</a> | <a href="translations/README.th.md">ไทย</a> | <a href="translations/README.tr.md">Türkçe</a> | <a href="translations/README.uk.md">Українська</a> | <a href="translations/README.bn.md">বাংলা</a> | <a href="translations/README.gr.md">Ελληνικά</a> | <a href="translations/README.vi.md">Tiếng Việt</a> </p> <p align="center"> <a href="https://kilo.ai"><img width="250" alt="Kilo Code logo" src="https://github.com/user-attachments/assets/bdb0c174-b9fd-40ad-a47b-f3aab9b54e8d" /></a> </p> <p align="center">The open source coding agent for building with AI in VS Code, JetBrains, or the CLI.</p> <p align="center"> <a href="https://marketplace.visualstudio.com/items?itemName=kilocode.Kilo-Code"><img src="https://raster.shields.io/badge/VS_Code_Marketplace-007ACC?style=flat&logo=visualstudiocode&logoColor=white" alt="VS Code Marketplace" height="20"></a> <a href="https://www.npmjs.com/package/@kilocode/cli"><img alt="npm" src="https://raster.shields.io/npm/v/@kilocode/cli?style=flat" height="20" /></a> <a href="https://x.com/kilocode"><img src="https://raster.shields.io/badge/kilocode-000000?style=flat&logo=x&logoColor=white" alt="X (Twitter)" height="20"></a> <a href="https://blog.kilo.ai"><img src="https://raster.shields.io/badge/Blog-555?style=flat&logo=substack&logoColor=white" alt="Blog" height="20"></a> <a href="https://kilo.ai/discord"><img src="https://raster.shields.io/badge/Join%20Discord-5865F2?style=flat&logo=discord&logoColor=white" alt="Discord" height="20"></a> <a href="https://www.reddit.com/r/kilocode/"><img src="https://raster.shields.io/badge/Join%20r%2Fkilocode-D84315?style=flat&logo=reddit&logoColor=white" alt="Reddit" height="20"></a> </p>  --- Kilo Code is an AI coding agent that meets you everywhere you work: [VS Code](https://kilo.ai/landing/vs-code), [JetBrains](https://kilo.ai/features/jetbrains-native), and the [CLI](https://kilo.ai/cli). It's open source with open pricing. You pick from 500+ models, switch between them mid-task, and pay the model provider's rate with zero markup. No API keys required to start. ### Installation Pick where you want to run Kilo. <details open> <summary><strong>VS Code</strong></summary> <br> Install the [Kilo Code extension](vscode:extension/kilocode.kilo-code) directly, or grab it from the [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=kilocode.Kilo-Code). Create an account and you'll have access to 500+ models including GPT-5.5, Claude Opus 4.7, Claude Sonnet 4.6, and Gemini 3.1 Pro Preview, all at provider pricing. </details> <details open> <summary><strong>CLI</strong></summary> <br> ```bash # npm npm install -g @kilocode/cli # curl curl -fsSL https://kilo.ai/cli/install | bash # pnpm pnpm add -g @kilocode/cli # bun bun add -g @kilocode/cli # Homebrew (macOS / Linux) brew install Kilo-Org/tap/kilo # Arch Linux (AUR) paru -S kilo-bin ``` Then run `kilo` in any project directory to start. </details> <details> <summary><strong>JetBrains</strong></summary> <br> Install the [Kilo Code plugin](https://plugins.jetbrains.com/plugin/28350-kilo-code) from
Excerpt of 7,986 characters
Read on GitHubDax · United States
2.2k
2.0k
Adam · @anomalyco · United States
2.0k
1.7k
Aiden Cline · @Anomalyco · United States
1.3k
1.1k
Kit Langton · Anomaly · United States
1.0k
1.0k
@actions
995
823
762
David Hill · United Kingdom
566
550
Christiaan Arnoldus · Kilo Code · Netherlands
500
Igor Šćekić · Kilo Code · Serbia
450
404
372
Frank · @AnomalyInnovations · Canada
358
Jay · @sst
355
Brendan Allan · @anomalyco
294
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:0368fc5b9908d6f6, topic:ai-coding, desc:coding agent
matched fp:0368fc5b9908d6f6, topic:chatgpt