Skip to content

Two-Factor Authentication (2FA) App compatible with Aegis vault format [MIRROR]

License

Notifications You must be signed in to change notification settings

Kichiyaki/goaegis

Repository files navigation

CLI to generate OTPs from Aegis vault file

Release License Go Report Card CI/CD

Report Bug · Request Feature

list.png

Installation

Linux/Windows

You can download prebuild binaries from this page.

go install

You can also install this CLI via go install. Go 1.22+ is required to do so.

go install gitea.dwysokinski.me/Kichiyaki/goaegis/cmd/goaegis@latest

Shell Completion

bash

Add the following to the end of ~/.bashrc:

source <(goaegis hook bash)

License

This project is licensed under the MIT license. See the LICENSE file for the full license text.