#460 · Primary category: AI Coding Assistants
ollama-copilot
Proxy that allows you to use ollama as a copilot like Github copilot
Project last updated:04/15/26
GitHub Stars
890
Forks
94
Contributors
13
License
MIT
Why we included this project
Ollama Copilot is a small Go proxy that gives you GitHub Copilot-style inline completions while keeping the model choice in your hands. It translates the Copilot API your editor expects into requests any Ollama instance can serve, so a local codellama:code model works out of the box, and hosted providers like DeepSeek or Mistral are available when you want stronger suggestions. The setup script builds the binary, installs it under ~/.local/bin, and offers to configure Neovim, VSCode, and Zed for you, with an optional systemd service for running it in the background. For teams that already run Ollama and would rather not hand their code to a third-party service, this is a low-friction way to get copilot-style completions with few moving parts.
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.