An open API service indexing awesome lists of open source software.

https://github.com/seboran/nirinapass


https://github.com/seboran/nirinapass

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# NirinaPass, a Tauri powered password manager

A fast, elegant and practical password manager built with Tauri.

## Development

```sh
pnpm i
pnpm tauri dev
# build app
pnpm tauri build # app will be saved at src-tauri/target/release
```