Command line
uninstall
Remove Vibrai’s program files, and optionally app data, Ableton integration, and the Claude Desktop registration
--purge-data
Also remove ~/Library/Application Support/Vibrai (license, sessions, cache).
--remove-ableton
Also remove the Ableton M4L device and Python remote script.
--keep-claude-desktop-entry
Skip removing the vibrai entry from Claude Desktop’s config.
--keep-agent-skills
Skip removing installed Vibrai Agent Skills from coding-agent config dirs.
--yes
Skip the confirmation prompt (required for non-interactive use).
--dry-run
Print what would be removed and exit without removing anything.
--user
Target <name>‘s home directory instead of the current user’s.
--program-files-only
[[advanced]] Internal flag used when re-execing under sudo — not for direct use.
MCP tools
uninstall
Remove Vibrai’s app data, installed Agent Skills (from coding-agent config dirs, removed by default unless keepAgentSkills=true), Ableton integration (M4L device + remote script), and/or its Claude Desktop MCP registration. Does NOT remove the installed CLI/MCP program files (/usr/local/bin/vibrai, /usr/local/lib/vibrai) — that requires root and must be run from a terminal via vibrai uninstall. Call with confirm=false first to preview what would be removed; call again with confirm=true to actually remove it.
Actually perform the removal. Default false returns a preview plan only.
Also remove ~/Library/Application Support/Vibrai (license, sessions, cache). Default false.
Also remove the Ableton M4L device and Python remote script. Default false.
Skip removing the vibrai entry from Claude Desktop’s config. Default false (entry IS removed).
Skip removing installed Vibrai Agent Skills from coding-agent config dirs. Default false (skills ARE removed).