Desktop (Tauri)
The desktop app provides native offline capability for Windows, macOS, and Linux, with local file system access and native notifications and shortcuts.
Web & PWA
The web platform persists data locally via IndexedDB, and the Progressive Web App adds service-worker support for background sync. Install the PWA for an app-like offline experience on any device.
Reconnecting
When connectivity returns, sync happens automatically. Yjs state vectors ensure only the necessary changes are exchanged, so reconnection is fast even after long offline periods.