A desktop OTP authenticator that imports backup files from phone authenticator apps and displays rotating codes on your desktop.
Aegis, AndOTP, Authy, Google Authenticator, 2FAS, and more
TOTP, HOTP, and Steam Guard
AES-256-GCM encryption for stored OTP secrets
System authentication with configurable auto-lock timeout
Automatic issuer matching from aegis-icons
One-click code copying, ready to paste
Download the latest release for Linux. The binary requires
libwebkit2gtk-4.1 and libgtk-3 at runtime.
If runtime libraries are not installed, add them with your package manager:
sudo apt-get install libgtk-3-0 libwebkit2gtk-4.1-0
sudo dnf install gtk3 webkit2gtk4.1
sudo pacman -S gtk3 webkit2gtk-4.1
Prefer to build from source? See the build instructions on GitHub.