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.
Are Copilots Local Yet? The frontier of local LLM Copilots for code completion, project generation, shell assistance, and more. Find tools shaping tomorrow's developer experience, today!
| Date | Stars |
|---|---|
| 2026-07-31 | 602 |
| 2026-08-06 | 601 |
Today
-1 stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
<!-- Hey, you! Are you reading this in the generated README.md? Then you're in the wrong place! The template and data used to generate the README is in `README.md.in` and `data.json`, respectively. The README.md is generated using the following command: python3 generate_readme.py --> # 🛠️ Are Copilots Local Yet? Current trends and state of the art for using open & local LLM models as copilots to complete code, generate projects, act as shell assistants, automatically fix bugs, and more. 📝 *Help keep this list relevant and up-to-date by [making edits][edit]!* [edit]: https://github.com/ErikBjare/are-copilots-local-yet/edit/master/data/data.yaml ## Table of Contents - [Summary](#-summary) - [Background](#-background) - [Editor Extensions](#-editor-extensions) - [Tools](#-tools) - [Chat Interfaces](#-chat-interfaces) - [Models](#-models) - [Datasets](#-datasets) - [Misc Tools](#-misc-tools) - [Suggested Setup](#-suggested-setup) - [History](#-history) - [Stats](#-stats) ## 📋 Summary Local Copilots are now fully functional, although with output quality still not on par with those offered by cloud-based services like GitHub Copilot. This document is a curated list of local Copilots, shell assistants, and related projects. It is intended to be a resource for those interested in a survey of the existing tools, and to help developers discover the state of the art for projects like these. ## 📚 Background In 2021, GitHub released Copilot which quickly became popular among devs. Since then, with the flurry of AI developments around LLMs, local models that can run on consumer machines have become available, and it has seemed only a matter of time before Copilot will go local. Many perceived limitations of GitHub's Copilot are related to its closed and cloud-hosted nature. As an alternative, local Copilots enable: - 🌐 Offline & private use - ⚡ Improved responsiveness - 📚 Better project/context awareness - 🎯 The ability to run models specialized for a particular language/task - 🔒 [Constraining the LLM output](https://twitter.com/ErikBjare/status/1656731582001020928) to fit a particular format/syntax. ## 🧩 Editor Extensions Editor extensions used to complete code using LLMs: | Name | Editor | :star: | Released | Notes | | ------------- | -------- | ------- | -------- | --------- | | [GitHub Copilot](https://github.com/github/copilot.vim) | VSCode, vim | 9125 | 2021-6-29 | The GitHub Original, not local or open-source. | | [Cursor](https://github.com/getcursor/cursor) | VSCode | 27112 | 2023-3-14 | Fork of VSCode, not open-source | | [Fauxpilot](https://github.com/fauxpilot/fauxpilot) | VSCode | 14645 | 2022-9-3 | Early local PoC. Stale? | | [Tabby](https://github.com/TabbyML/tabby) | VSCode, vim, IntelliJ | 29074 | 2023-9-30 | Completes the cursor selection | | [turbopilot](https://github.com/ravenscroftj/turbopilot) | VSCode | 3818 | 2023-4-10 | Completions with FIM support, inspired by fauxpilot | | [HuggingFace-vscode](https://github.com/huggingface/huggingface-vscode) | VSCode | 1255 | 2023-6-19 | Fork of Tabnine, supports Starcoder | | [localpilot](https://github.com/danielgross/localpilot) | VSCode | 3369 | 2023-10-2 | Utility for easily hosting models locally, for use with official Copilot extension using custom API endpoint. | | [StarcoderEx](https://github.com/Lisoveliy/StarCoderEx) | VSCode | 101 | 2023-5-5 | Completes the cursor selection | | [WizardCoder-VSC](https://github.com/mzbac/wizardCoder-vsc) | VSCode | 145 | 2023-6-19 | PoC, article available | | [KoboldAIConnect](https://github.com/Phiality-dot/KoboldAIConnect-VSCODE/) | VSCode | | 2023-10-7 | Copilot clone using local KoboldAI backend | | [gen.nvim](https://github.com/David-Kunz/gen.nvim) | vim | 1323 | 2023-10-1 | Edit selection using custom prompts | | [uniteai](https://github.com/freckletonj/uniteai) | VSCode, emacs, lsp | 309 | 2023-8-27 | | | [Privy](https://github.com/srikanth235/privy) | VSCode | 916 | 2024-1-8 | A
Excerpt of 10,665 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:84fa889a3d4098c8, topic:llm, topic:llama
matched fp:84fa889a3d4098c8, topic:copilot, desc:code completion