Install VibSec
One command installs both the CLI and the menu bar app.
Requires macOS and Node.js 18+.
curl -fsSL https://vibsec.com/install.sh | bash
This will:
- Download VibSec.app and install it to
/Applications - Install the
vibsecCLI globally via npm - Launch the menu bar app automatically
Verify installation
vibsec --version
You should also see a π‘ shield icon in your menu bar.
What you get
CLI (vibsec)
Run security scans and manage policies β all from the terminal.
Menu bar app (VibSec.app)
A macOS menu bar dashboard for one-click scans, port monitoring, and audit logs β no terminal needed. Click the shield icon to toggle.
Whatβs next
- Run
vibsec scanin any project to find vulnerabilities - Run
vibsec scan --fixto get a fix prompt for your AI agent - Click the π‘ shield in your menu bar for the dashboard
Next: Quickstart Guide Β· CLI Reference Β· What VibSec checks for