Download
No terminal, no Python, nothing to set up first. The installers are thin shells around the same open-source client everyone can audit.
WINDOWS — GUI INSTALLER
VibeMonSetup.exe
Paste your API key → done. Python included — nothing to install first. Per-user, no admin prompt.
If SmartScreen shows “Windows protected your PC”
The installer isn't code-signed yet. Click More info → Run anyway — two clicks. It only deploys the public, auditable client into your user folder.
Prefer PowerShell? iwr -useb https://vibemon.dev/install.ps1 | iex; vibemon-install YOUR_API_KEY
MACOS / LINUX
One line in your terminal
Grab your key from the VibeMon app (Settings → API Key), paste, enter. ~10 seconds.
install.sh
$curl -fsSL https://vibemon.dev/install.sh | sh -s -- YOUR_API_KEY