Protect your online accounts with Open Authenticator
Open Authenticator generates Time-Based One-Time Passwords (TOTPs), which serve as the second factor in the 2FA process. These temporary codes are valid for a short period of time and are used alongside your password to verify your identity when logging into your accounts. This significantly enhances the security of your online accounts and protects them from unauthorized access.
Key features
Open-Source & Free to use : Our commitment to transparency and security means our app is open-source and will always remain free for local use. If it doesn't cost anything for us, then it shouldn't cost anything for you !
Cross-Platform Compatibility : Seamlessly use your TOTP tokens on all your devices, whether you're using Linux, Android, iOS, macOS or Windows.
A lovely crafted app : Open Authenticator has been designed to be fast and easy to use. Quickly find all your TOTPs and copy them directly from the main page !
In summary, why Open Authenticator ?
Here are the reasons why you should download Open Authenticator :
Enhanced Security : Protect your online accounts from unauthorized access with strong 2FA.
User-Friendly Interface : Intuitive design makes it easy to add, manage, and organize your TOTP tokens.
Continuous Improvement : We're dedicated to delivering the best user experience and regularly update our app with new features and improvements.
Links
Check it out on Github : https://github.com/Skyost/OpenAuthenticator
Visit our website : https://openauthenticator.app
Download Open Authenticator for other platforms : https://openauthenticator.app/#download
You are about to open
Do you wish to proceed?
Thank you for your report. Information you provided will help us investigate further.
There was an error while sending your report. Please try again later.
Snaps are applications packaged with all their dependencies to run on all popular Linux distributions from a single build. They update automatically and roll back gracefully.
Snaps are discoverable and installable from the Snap Store, an app store with an audience of millions.
On Arch Linux, snap can be installed from the Arch User Repository (AUR). The manual build process is the Arch-supported install method for AUR packages, and you’ll need the prerequisites installed before you can install any AUR package. You can then install snap with the following:
git clone https://aur.archlinux.org/snapd.git
cd snapd
makepkg -si
Once installed, the systemd unit that manages the main snap communication socket needs to be enabled:
sudo systemctl enable --now snapd.socket
If AppArmor is enabled in your system, enable the service which loads AppArmor profiles for snaps:
sudo systemctl enable --now snapd.apparmor.service
To enable classic snap support, enter the following to create a symbolic link between /var/lib/snapd/snap
and /snap
:
sudo ln -s /var/lib/snapd/snap /snap
Either log out and back in again, or restart your system, to ensure snap’s paths are updated correctly.
To install Open Authenticator, simply use the following command:
sudo snap install open-authenticator
Browse and find snaps from the convenience of your desktop using the snap store snap.
Interested to find out more about snaps? Want to publish your own application? Visit snapcraft.io now.