Skip to content

A desktop password manager built with Rust, Tauri, Typescript, and React

License

Notifications You must be signed in to change notification settings

AxlLind/tauri-pw-manager

Repository files navigation

tauri-pw-manager (working title)

A desktop password manager using Tauri, with a backend in Rust and a frontend in Typescript and React.

login page

Cryptography architecture

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