Local-First
All data lives on your device. No cloud dependency, no server round-trips. You own your data completely.
A local-first, zero-knowledge desktop note-taking app. Notes stay encrypted at rest, with P2P sync over local Wi-Fi through mDNS discovery and WebRTC. The architecture keeps receiving devices unable to read notes without the user's derived key.
Enclave combines local-first data ownership with peer-to-peer sync, keeping your knowledge private while making it available across your devices.
All data lives on your device. No cloud dependency, no server round-trips. You own your data completely.
Notes are encrypted at rest with keys derived from your passphrase. Even receiving devices cannot decrypt without the key.
Devices discover each other over local Wi-Fi via mDNS and sync directly through WebRTC. No central relay needed.
Built with Rust and Tauri for a small footprint, native performance, and cross-platform support on macOS, Windows, and Linux.
Conflict-free replicated data types power the sync engine, ensuring consistent state even when devices are offline.
Every layer is chosen for safety, speed, and simplicity.