The latest native DMG is available as a clearly labeled preview build.
Native app
Install the latest desktop experience.
The DMG includes the Vibe Vault app plus its CLI, MCP server, and Chrome native messaging host. It currently supports Apple Silicon Macs running macOS Sonoma or later.
Get the current build directly from Vibe Vault.
Open the DMG and run Install Vibe Vault to place the app in Applications.
If Gatekeeper blocks the first launch, Control-click Vibe Vault in Applications, choose Open, then confirm.
CLI-only option
Install the command-line tools with Homebrew.
This is the recommended path when you only need the CLI, MCP server, scanner, git guard, or native host used by the Chrome importer.
brew tap finsavvyai/tap brew install vibevault
vibevault scan vibevault scan --git-only vibevault guard install
vibevault cursor prepare vibevault mcp install --client all vibevault browser install --browser chrome --extension-id nfeigikipagiccmhlolgfbeienkckbpc
Source
Build from source if you want to inspect locally.
The MIT-licensed CLI, VaultCore package, MCP server, and browser host are public. Use this path for code review or local development.
git clone https://github.com/lunaos-ai/luna-vault cd luna-vault swift build -c release --product vibevault swift build -c release --product vibevault-mcp swift build -c release --product vibevault-browser-host
Distribution status
Developer ID notarization is still pending.
Apple requires Apple Developer Program membership to request Apple-issued signing certificates. Developer ID distribution also requires a Developer ID certificate and notarization before Gatekeeper-safe public distribution.
The first launch may require the documented Control-click and Open flow.
Developer ID signing, Apple notarization, stapling, and automated update verification.