Main
Use the native installer for a fast start, then run
vtcodewith the provider env var you already use (README shows OpenAI as an example).If you rely on semantic search, install the optional bundle and keep
ripgrep+ast-grepavailable as recommended by the README.When integrating with editors or other agents, follow the README guides for MCP and ACP so your agent runs are reproducible across machines.
Source-backed notes
- README documents install options: native installer script,
cargo install vtcode, andbrew install vtcode. - README shows a minimal run: set
OPENAI_API_KEYthenvtcode. - README includes guides/badges for MCP integration and Agent Skills support.
FAQ
- Do I have to use OpenAI?: No — README lists multiple providers and shows OpenAI only as an example.
- Can I install via Homebrew?: Yes — README includes
brew install vtcode(and an optional tap path). - Does it support MCP?: Yes — README links to an MCP integration guide.