Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 1.35 KB

README.md

File metadata and controls

47 lines (28 loc) · 1.35 KB

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.