Home
Softono
tauri-pw-manager

tauri-pw-manager

Open source MIT Rust
14
Stars
2
Forks
0
Issues
1
Watchers
3 years
Last Commit

About tauri-pw-manager

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

Platforms

Web Self-hosted

Languages

Rust

Links

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