Latest desktop build

Download Vibe Vault for Mac.

Install the native vault, cloud sync, browser importer, MFA codes, version history, and timed unlock sessions on an Apple Silicon Mac.

Preview distribution: this build is ad-hoc signed and is not Apple-notarized yet. macOS may require Control-clicking the installer and choosing Open. The app and vault remain local-first.

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.

01
Download the DMG

Get the current build directly from Vibe Vault.

02
Install Vibe Vault

Open the DMG and run Install Vibe Vault to place the app in Applications.

03
Approve the preview build

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.

01
Install
brew tap finsavvyai/tap
brew install vibevault
02
Run the scanner first
vibevault scan
vibevault scan --git-only
vibevault guard install
03
Prepare Cursor or MCP clients
vibevault cursor prepare
vibevault mcp install --client all
vibevault browser install --browser chrome --extension-id nfeigikipagiccmhlolgfbeienkckbpc
Homebrew installs the stable command-line release. The DMG above contains the latest desktop build.

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.

Available now

The latest native DMG is available as a clearly labeled preview build.

Gatekeeper

The first launch may require the documented Control-click and Open flow.

Next milestone

Developer ID signing, Apple notarization, stapling, and automated update verification.