Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
What is VT Code?
VT Code is a local-first coding agent built in Rust, the only one with defense-in-depth security gating, broad LLM provider support, open protocols (Open Responses, A2A, MCP, ATIF), an extensible skill framework, delegated subagents, and rich tooling for long-running autonomous workflows.
Features
Quick start
Installing and running VT Code
curl -fsSL https://raw.githubusercontent.com/vinhnx/vtcode/main/scripts/install.sh | bash # macOS / Linux
cargo install vtcode # via cargo
brew install vtcode # via Homebrew
Then run vtcode to get started.
Common commands
vtcode # launch interactive TUI
vtcode ask "explain Rc vs Arc" # one-shot question, no tools
vtcode exec "refactor main.rs" # headless task with full tool access
vtcode review # review uncommitted changes
vtcode --resume # pick up the last session
Documentation
Providers
VT Code supports 21 LLM providers out of the box, plus any OpenAI-compatible API via [[custom_providers]].
All providers
Read: Provider Guides.
Xiaomi MiMo V2.5 Series
Xiaomi MiMo V2.5 Pro ships as the default model in VT Code, available both natively and through OpenRouter. It brings a 1M-token context window, deep reasoning, and strong agentic performance to every session.
Pricing: Pay-as-you-go · Subscription · Quick Access · Docs · OpenRouter
Development
git clone https://github.com/vinhnx/vtcode.git
cd vtcode
./scripts/run-debug.sh
Rust stable, edition 2024, MSRV 1.88.
./scripts/check-dev.sh # fast quality gate (clippy, fmt, check)
cargo nextest run # parallel test runner
Contributing
I'd love to have you, bug reports, docs, features, ideas, all welcome. Start with issues or good first issues. AI agents see AGENTS.md. Humans see CONTRIBUTING.md.
Support
VT Code is a labor of love built in my spare time. If it's helped you ship something or learn something, a sponsorship would mean the world.