VT Code Launches Rust Coding Agent With 21+ LLM Providers
Get the Tech newsletter
Daily tech — startups, AI labs, chips, the launches that shape the next decade. Free.
- VT Code launches as a local-first coding agent built in Rust, featuring defense-in-depth security gating, open protocol support (Open Responses, A2A, MCP, ATIF), an extensible skill framework, and delegated subagents for long-running autonomous workflows.
- VT Code supports 21+ LLM providers out of the box — Anthropic, OpenAI, Gemini, OpenRouter, Ollama, LM Studio, and more — plus any OpenAI-compatible API via a
[[custom_providers]]config. - Xiaomi MiMo V2.5 Pro ships as VT Code's default model, available both natively and through OpenRouter, bringing a 1M-token context window, deep reasoning, and what the project calls strong agentic performance; VT Code is listed as a partner of the Xiaomi MiMo Orbit Program.
- VT Code ships an interactive TUI with slash commands (
/model,/review,/mcp,/skills,/theme,/compact,/schedule), streaming, session resume, plusaskandexecCLI modes and a--full-autoautomation flag with plan-build-evaluate harness and scheduled tasks. - Safety and tooling include a restricted shell sandbox, tool guardrails, subprocess isolation, and full audit logging, paired with safe file operations, ripgrep search, fuzzy discovery, code intelligence, project indexing, and terminal execution.
- The codebase is a Rust workspace of roughly 30 crates on edition 2024 with MSRV 1.88; install is a single curl one-liner for macOS/Linux that also installs ripgrep and ast-grep, and editor integration covers Zed ACP, VS Code, and Claude Code.
Why it matters: For developers wary of vendor lock-in, VT Code packages 21+ LLM providers, open protocol support, and a 1M-token Xiaomi MiMo default into a single local-first Rust tool — a model-agnostic counterweight to walled-garden agents from OpenAI or Anthropic. The explicit 'labor of love built in my spare time' framing signals a one-maintainer project, so the material trade-off is feature breadth against corporate-backed support and SLAs.



