#314 · Primary category: AI Coding Assistants
VTCode
VT Code is an open-source Rust terminal coding agent.
Project last updated:09/01/26
GitHub Stars
825
Forks
80
Contributors
28
License
Apache-2.0
Why we included this project
VTCode brings an AI coding agent into the terminal as a full TUI, which suits developers who rarely leave the shell. You can ask questions, run refactors, and review uncommitted changes without switching windows, and the tooling underneath is practical: ripgrep for search, ast-grep for symbol maps, and file operations designed to be safe. It supports 30 built-in model providers, and local inference works through Ollama, LM Studio, or llama.cpp. The project also connects to the wider agent ecosystem via MCP, Agent Skills, plugins, and the Agent Client Protocol, so it can slot into workflows you already have. Safety gets explicit attention through a restricted shell sandbox, tool guardrails, and provider whitelisting, which gives teams control over what the agent is allowed to execute.
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.