#510 · Primary category: AI Coding Assistants
privy
An open-source alternative to GitHub copilot that runs locally.
Project last updated:05/14/24
GitHub Stars
993
Forks
52
Contributors
2
License
MIT
Why we included this project
Privy is a VS Code extension that brings Copilot-style autocomplete and code chat to your own machine, without shipping source code off to a cloud service. It works with a local model runtime such as Ollama, so both the completions and the side-panel chat run on hardware you control. You pick which model to run and how large it is, which is the point: you give up a bit of setup convenience and gain privacy, offline use, and full control over what touches your code. The real cost is compute. You need a working inference backend and a GPU with enough VRAM for suggestions to feel worthwhile.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.