https://github.com/seboran/nirinapass
https://github.com/seboran/nirinapass
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/seboran/nirinapass
- Owner: Seboran
- License: gpl-3.0
- Archived: true
- Created: 2024-08-04T11:49:20.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-01T10:46:32.000Z (over 1 year ago)
- Last Synced: 2025-03-28T09:27:04.738Z (about 1 year ago)
- Language: Vue
- Size: 744 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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
```