Skip to content

Desktop Guide

The desktop app is the primary client for people. It supports offline-first personal vaults and can optionally connect to a server for shared vaults.

Download the desktop app from GitHub Releases. If you need to build locally:

Terminal window
cd apps/desktop
bun install
bun run tauri build
  • Create a personal vault and store secrets locally.
  • The app works offline-first.
  • Connect to a server to access shared vaults.
  • Use the server for multi-user access and policy enforcement.
  • Keep the desktop app updated for security fixes.
  • Use a strong device unlock password and OS keychain protections.