Aegis Vault Desktop App is a desktop application for viewing one-time passwords generated from an Aegis Authenticator vault backup or export file.
The app is built with Wails and Svelte and uses the avdu module for OTP handling.
Note
I built this app as a helper utility that can be used for convenient OTP access while on your personal desktop. While it does feature some of the basic functionality of Aegis Authenticator, it isn't intended to be a standalone 2FA app.
Note
HOTP is not implemented due to syncing concerns.
Just run the binary matching your OS and open your local vault file.
Note
The application is not code signed so a warning may pop up when running it.
Requirements:
- Node.js
- Go
- Wails
Check https://wails.io/docs/gettingstarted/installation for OS specific requirements.
wails dev
wails build
This will build the app binary to the build/bin
directory.