ait-vcs
v0.55.48
Published
Git worktree isolation and provenance for AI coding agents — wraps Claude Code, Codex, Aider, Gemini CLI, Cursor. MIT, Python, no SaaS.
Downloads
1,837
Maintainers
Readme
ait-vcs
ait-vcs is the npm installer for the ait command.
npm install -g ait-vcs
cd your-repo
ait init
claude ...The npm package installs a private Python virtual environment and then
installs the matching PyPI package version of ait-vcs. The command
exported by npm is still ait.
Requirements:
- Node.js 18+
- Python 3.14+ available as
python3.14,python3, orpython - Git
The npm package name is ait-vcs because ait is already owned by
another project on npm.
If npm installation succeeds but ait --version still shows an older
version, run ait status. The status output reports which ait
executable your shell is using and suggests cleanup steps for common
PATH conflicts, including older pipx installs.
