https://github.com/joaomilho/vault-desktop
🔑 [really] safe password management desktop UI
https://github.com/joaomilho/vault-desktop
electron password security stateless vault
Last synced: 3 months ago
JSON representation
🔑 [really] safe password management desktop UI
- Host: GitHub
- URL: https://github.com/joaomilho/vault-desktop
- Owner: joaomilho
- License: cc0-1.0
- Created: 2017-10-29T12:45:40.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-29T23:15:38.000Z (almost 8 years ago)
- Last Synced: 2025-06-04T07:05:26.172Z (4 months ago)
- Topics: electron, password, security, stateless, vault
- Language: HTML
- Size: 91.7 MB
- Stars: 11
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Vault desktop
- [Intro](#intro)
- [Install](#install)
- [Development](#development)### Intro
Using 1password? Great. But unless you use it only on offline mode your
passwords are now managed by a third-party corporation. Should you trust them?
No. Trust no one.[Vault](https://github.com/jcoglan/vault/) is designed to be stateless, that is,
your passwords are not stored anywhere. All you need is to remember one
passphrase. The combination of this passphrase and the service name (e.g.
"twitter") will generate a unique and safe password for you.Vault desktop is a simple desktop UI on top of
[vault](https://github.com/jcoglan/vault/) using
[Electron](http://electron.atom.io/).For a mobile version check [vault-mobile](https://github.com/joaomilho/vault-mobile).
Check it out:
### Install
Download:
- [Mac x64](https://github.com/joaomilho/vault-desktop/raw/master/vault-desktop-darwin-x64/vault-desktop.zip)
- Windows TBD
- Linux TBD### Development
```bash
# Clone this repository
git clone https://github.com/joaomilho/vault-desktop
# Go into the repository
cd vault-desktop
# Install dependencies
yarn install
# Run the app
yarn start
```## License
[CC0 1.0 (Public Domain)](LICENSE.md)