← Back to system 2 Free

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.

2 Free demo interface with fictional data.
Real guest-mode capture with no personal data.

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.