Installation

Vibesweep can be installed globally via npm or used directly with npx.

Prerequisites

  • Node.js 16.0 or higher
  • npm or yarn package manager

Global Installation

npm install -g vibesweep

Or with yarn:

yarn global add vibesweep

Using npx (No Installation)

You can use Vibesweep without installing it globally:

npx vibesweep analyze .

Verify Installation

After installation, verify Vibesweep is working:

vibesweep --version

You should see the version number displayed.

Platform Support

Vibesweep works on:

  • ✅ macOS
  • ✅ Linux
  • ✅ Windows (with WSL or Git Bash)

Upgrading

To upgrade to the latest version:

npm update -g vibesweep

Uninstalling

To remove Vibesweep:

npm uninstall -g vibesweep

Next Steps

Now that you have Vibesweep installed, check out the Quick Start Guide to analyze your first project!