Skip to content
/ avda Public

A desktop app for generating and viewing one-time passwords from Aegis Authenticator backups.

License

Notifications You must be signed in to change notification settings

Sammy-T/avda

Repository files navigation

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.

avda_screen_04 avda_screen_05

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:

  • Node.js
  • Go
  • Wails

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.