AxlLind / tauri-pw-manager

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:Rust 50.2%Language:TypeScript 49.1%Language:HTML 0.7%