2 Free / Local-first Linux application backed by SQLCipher.
Desktop
Tauri and Rust control encrypted storage, system key management, migrations, notifications, and optional synchronization. The app can run without an account or network.
01Input
The app retrieves or creates a key through the system secure store.
02Process
SQLCipher keeps the financial domain local and transactional.
03Outcome
Synchronization is optional and activates without replacing the local source.

How I built it
Tauri limits the native boundary to explicit commands, while Rust controls storage, keys, and migrations. The interface continues using the same use cases as the web but can start and operate without an account or connectivity.