tauri-pw-manager (working title)
A desktop password manager using Tauri, with a backend in Rust and a frontend in Typescript and React.

Cryptography architecture

usage
Assumes you have the Rust toolchain and npm installed.
npm run setup # install dependencies
cargo tauri dev # run the app in development mode
cargo tauri build # build a release version of the app