Install RepoVista
RepoVista is distributed as an npm package and runs on Node.js 20 or newer. It delegates analysis to local provider CLIs, so install and authenticate at least one provider before running a real audit.
npm
sh
npm install -g repovista
repovista version
repovista doctorUpdate with:
sh
npm update -g repovistaRequirements
- Node.js 20 or newer.
- A Git checkout or a public GitHub repository selected with
--github-repo. - At least one authenticated provider CLI such as
codex,claude,gemini,opencode, oraider. - Permission to send repository context to the selected provider.
Provider setup
Codex is the default provider:
sh
repovista providers list
repovista providers test codexUse another provider by flag or saved setting:
sh
repovista audit --provider claude
repovista settings set provider claudeProvider-specific behavior is documented in Providers.
Verify
Run these from a repository root:
sh
repovista version
repovista doctor
repovista plandoctor checks provider executables, plugin trust, Git state, output paths, workspaces, settings, and report-output readiness.
