Desktop Guide
Overview
Section titled “Overview”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.
Install
Section titled “Install”Download the desktop app from GitHub Releases. If you need to build locally:
cd apps/desktopbun installbun run tauri buildLocal usage (no server)
Section titled “Local usage (no server)”- Create a personal vault and store secrets locally.
- The app works offline-first.
Shared vaults (with server)
Section titled “Shared vaults (with server)”- 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.