#295 · Primary category: AI Coding Assistants
llama.vscode
VS Code extension for LLM-assisted code/text completion
Project last updated:08/19/26
GitHub Stars
1.5K
Forks
151
Contributors
25
License
MIT
Why we included this project
llama.vscode is a VS Code extension that runs LLM-assisted completion, chat, and agentic coding on local models through llama.cpp, so your source never leaves your machine. You accept inline suggestions with Tab, and the agent view can pull in MCP tools; smart context reuse keeps very large editing contexts responsive even on modest hardware, and the extension installs llama.cpp for you. It also works with external providers like OpenRouter, so you can switch between fully local and hosted models without changing interfaces. For teams that want modern assistant workflows but are uneasy about sending code to a cloud service, this is a practical middle ground.
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.