Desktop and mobile apps

Last updated: 28 Jun 2026

Native file paths and OS integrations where shipped.

Who this is for

Users who prefer a native app (menu bar, save dialogs, biometrics, capture blocking) over the browser PWA at se.nt2.me—same Svelte vault UI, different platform adapters.

What you need

TierFree (Premium sync same as PWA)
Vault stateAny
NetworkOffline-first; sync when configured
Feature toggleNone to install; Platform settings category appears in Tauri

Steps

Choose PWA vs Tauri

SurfaceBest for
PWA (Install guide)Quick start, no install, any Chromium/Safari device
Tauri desktopNative save paths, global shortcuts, screen capture protection
Tauri mobileHome-screen app, background lock, geofenced Travel Mode

Data formats are identical—.nt2backup, recovery kits, and Key DID work across surfaces.

Install desktop (partial rollout)

  1. Download the NT² Vault installer for your OS from nt2.me releases (macOS, Windows, Linux where published).
  2. Launch the app—it loads the same https://se.nt2.me UI inside a WebView.
  3. Create or unlock a vault; storage uses native files instead of browser OPFS.

Install mobile (partial rollout)

  1. Install from the platform store or sideload build when available for your region.
  2. Grant notifications and biometrics when prompted for parity with PWA guidance.
  3. Open Settings → Platform for mobile-only security options (background lock).

Platform-only settings

When running Tauri, Settings → Platform adds:

  • Global shortcuts — lock vault or focus search system-wide (https://se.nt2.me/settings/platform/shortcuts).
  • Native menu — OS menu bar integration.
  • Native enhancements — desktop integrations (where shipped).

Security extras: Screen capture protection (desktop), Lock when app backgrounds (mobile).

Backup and files on desktop

  1. Backup export opens a native save dialog with remembered path.
  2. Attachment blobs live under the app data directory—not browser storage quotas.
  3. Use Export backup first before uninstalling the app.

Tips and common mistakes

  • Tauri and PWA on the same machine create separate local vault directories—do not assume they share OPFS vs file paths; use sync or backup to move data.
  • Linux screen capture blocking may be unavailable; see Security settings notes.
  • Auto-update channels follow release tags—pin to stable if you rely on reproducible builds for compliance.
  • Browser extension deep links target PWA origins; Tauri may register the same allowlisted host when configured.