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.
An open-source alternative to GitHub copilot that runs locally.
| Date | Stars |
|---|---|
| 2026-07-31 | 990 |
| 2026-08-06 | 990 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
<div align="center">
<h1><b>💬 Privy</b></h1>
<p>
<strong>An open-source alternative to GitHub copilot that runs locally.</strong>
</p>
<img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="License: MIT"/>
<img src="https://img.shields.io/github/v/release/srikanth235/privy" alt="GitHub: Releases"/>
<img src="https://img.shields.io/github/issues/srikanth235/privy" alt="GitHub Issues"/>
<img src="https://img.shields.io/github/stars/srikanth235/privy" alt="GitHub Stars"/>
<a href="https://twitter.com/getprivydev" style="text-decoration: none; outline: none"><img src="https://img.shields.io/twitter/url/https/twitter.com/getprivydev.svg?style=social&label=%20%40getprivydev" alt="Twitter: @getprivydev"/></a>
<a href="https://discord.gg/wykDxGyUHA" style="text-decoration: none; outline: none">
<img src="https://dcbadge.vercel.app/api/server/vAcVQ7XhR2?style=flat&compact=true" alt="Discord"/>
</a>
</div>
## 👀 See it in action
#### Real time code completion
<img src="https://raw.githubusercontent.com/srikanth235/privy/master/app/vscode/asset/media/autocompletion.gif" width="760"/>
#### Chat with AI about your code
<img src="https://raw.githubusercontent.com/srikanth235/privy/master/app/vscode/asset/media/chat.gif" width="760"/>
## 🛠️ Pre-requisites
If you haven't done already, please pick one of the following platforms to run LLM of your choice on your system **locally**.
- [Ollama](https://github.com/jmorganca/ollama) (Highly Recommended)
- [llamafile](https://github.com/Mozilla-Ocho/llamafile) (Experimental)
- [llama.cpp](https://github.com/ggerganov/llama.cpp) (Experimental)
## 👍 LLM Recommendations
Please note that you need to configure LLM for code completion and chat feature **separately**. Some of the popular LLMs that we recommend are as follows. Please pick the size (i.e. 1.3b, 7b, 13b or 34b) of the model based on your hardware capabilities.
| Code Completion | Chat | Links |
| ------------------------------------------ | --------------------------------------------- | --------------------------------------------------------------------------------------------------------------- |
| deepseek-coder:{1.3b or 6.7b or 33b }-base | deepseek-coder:{1.3b or 6.7b or 33b}-instruct | [Ollama Tags](https://ollama.com/library/deepseek-coder), [Home](https://github.com/deepseek-ai/DeepSeek-Coder) |
| codellama:{7b or 13b or 34b}-code | codellama:{7b or 13b or 34b}-instruct | [Ollama Tags](https://ollama.com/library/codellama), [Home](https://github.com/facebookresearch/codellama) |
| | mistral:{7b}-instruct | [Ollama Tags](https://ollama.com/library/mistral), [Home](https://mistral.ai/) |
You can also pick a model by evaluating your local LLMs using [Benchllama](https://github.com/srikanth235/benchllama).
## 🚀 Quick Install
You can install Privy extension from the Visual Studio Code Marketplace or from the Open VSX Registry.
- [Visual Studio Code Marketplace](https://marketplace.visualstudio.com/items?itemName=privy.privy-vscode)
- [Open VSX Registry](https://open-vsx.org/extension/Privy/privy-vscode)
## ⚙️ Configuration Options
Please set the following options in the **settings** for Privy extension.
- **privy.provider**(`required`): Pick the platform that is being used for running LLMs locally. There is support for using OpenAI, but this will affect the privacy aspects of the solution. The default is `Ollama`.
- **privy.providerUrl**(`required`): The URL of the platform that is being used for running LLMs locally. The default is `http://localhost:11434`.
- **privy.autocomplete.mode**: Use this setting for enabling/disabling autocompletion feature.
- **privy.autocomplete.model**: InpuExcerpt of 14,924 characters
Read on GitHub35
Ikko Eltociear Ashimine · Japan
1
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:24bc2a7c2b014dea, topic:copilot, topic:developer-tools, topic:code-completion