Store private files in a hidden, encrypted vault on your own Windows computer.
Unlock sensitive files using your passphrase plus face and gesture verification.
Keep personal documents off the cloud entirely with no account required.
Recover a vault from its folder if the app's local state gets lost.
| craftedwebpro/vault-os | imranduratbegovic/coban1.0 | tapeo/notion-any-ai | |
|---|---|---|---|
| Stars | 3 | 3 | 3 |
| Language | Dart | Dart | Dart |
| Setup difficulty | hard | hard | moderate |
| Complexity | 3/5 | 4/5 | 3/5 |
| Audience | general | developer | general |
Figures from each repo's GitHub metadata at analysis time.
Building from source needs Flutter, Visual Studio Build Tools, Python, and separately downloaded biometric model files.
Vault OS is a Windows desktop application that creates a hidden, encrypted vault on your own computer for storing files you want kept private. Everything stays local. There is no cloud service, no account to create, and no internet connection required, so there is nothing for a company to lose in a data breach later. Unlocking a vault requires more than one factor. You enter a passphrase, then the app verifies your face through your webcam, checks for a double blink, and finally looks for a specific hand gesture only you would know. All four steps have to succeed before the vault opens. When you lock it again, the files inside are re-encrypted and the temporary workspace is wiped clean, so at any given moment the vault is either fully sealed or fully open, with nothing in between. You can create more than one vault, change your passphrase later, refresh your biometric data, and recover a vault from its folder if the app's own local state is ever lost. Under the hood, Vault OS is built with Flutter and Dart for the Windows interface, paired with a Python service that uses OpenCV, MediaPipe, and ONNX Runtime models to handle the face and gesture recognition. Encryption uses AES-256-GCM with a key derived from both your passphrase and your biometric data combined, so both are needed to decrypt anything. Setup is done either through a bundled installer that handles the Python packages and model files automatically, or by building from source, which requires installing Flutter, Visual Studio Build Tools, Python 3.10 or later, and separately downloading three model files that are not included in the repository because of their size and licensing. Only Windows is supported right now. The project is released under the PolyForm Noncommercial license, which allows personal use and learning from the code but restricts commercial use.
A Windows app that creates a local, hidden vault for your files, unlocked only by your passphrase combined with your face, blink, and a hand gesture.
Mainly Dart. The stack also includes Flutter, Dart, Python.
You can use and learn from the code, but you cannot use it commercially.
Setup difficulty is rated hard, with roughly 1h+ to a first successful run.
Mainly general.
This repo across BitVibe Labs
Don't trust strangers blindly. Verify against the repo.