v0.4.19 - Node.js Version Requirements
Fixes
Node.js 24 Compatibility Issue - Added version checks to prevent installation failures on Node.js 24+.
Changes
- Added
enginesfield requiring Node.js 18-22 - Updated
install.shwith version detection - Clear error messages directing users to use Node 22 LTS
For Users on Node 24
If you see tree-sitter compilation errors, switch to Node 22:
nvm install 22
nvm use 22
npm install -g @controlvector/cv-gitPrevious Release (v0.4.18)
- 🦙 Ollama local embeddings as default
- Zero API costs for semantic search
- Offline capable
Installation
npm install -g @controlvector/cv-gitOr use the install script:
curl -fsSL https://raw.githubusercontent.com/controlVector/cv-git/main/install.sh | bashCross-Platform Binaries
| Platform | Architecture | Download |
|---|---|---|
| Windows | x64 | cv-windows-x64.exe |
| macOS | Intel (x64) | cv-macos-x64 |
| macOS | Apple Silicon (arm64) | cv-macos-arm64 |
| Linux | x64 (.deb) | cv-git_*_amd64.deb |