avda
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.

Getting started
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.
Development
Requirements:
Check https://wails.io/docs/gettingstarted/installation for OS specific requirements.
Run the dev environment
wails dev
Build the app
wails build
This will build the app binary to the build/bin directory.