Installation
Requirements
- Node.js >= 20 or Bun >= 1.0
Install Globally
# npmnpm install -g vibecop
# bun (recommended)bun add -g vibecopInstall as Dev Dependency
# npmnpm install --save-dev vibecop
# bunbun add -d vibecopWhen installed as a dev dependency, use npx vibecop to run it. This is the recommended approach for CI pipelines and team projects, since the version is pinned in package.json.
Use Without Installing
npx vibecop scan .This downloads and runs vibecop on demand. Useful for one-off scans or trying it out.
Verify Installation
vibecop --versionYou should see the installed version number.
Platform Support
vibecop uses @ast-grep/napi which ships pre-built native binaries for:
- macOS (x64, arm64)
- Linux (x64, arm64)
- Windows (x64)
The native binaries are installed automatically as optional dependencies. If your platform is not supported, installation will fail at the native binding step.