A desktop password manager using Tauri, with a backend in Rust and a frontend in Typescript, Vue.js + CSS3. The GUI theme is kept close to Cyberpunk. Pictures generated by the Midjourney neural network
Assumes you have the Rust toolchain and npm installed.
node.js >= 0.18.0 version
Rust cargo
npm run setup # install dependencies
npm run tauri dev # run the app in development mode
cargo tauri build # build a release version of the app