Hi. Basically, I’m asking for suggestions. Do you know any good 2FA app that works on linux desktop? I’m looking for something that I can use instead of Aegis, Google authenticator, or microsoft authenticator, but in my computer. Note: It’d be great if it is open source but I’m not closed to proprietary apps, as long as they work on linux
deleted by creator
OTP is built in to many password management applications. I use pass and the pass-otp extension.
You can also use OATH Toolkit’s oathtool(1).
Ente Auth
This and since many don’t know if the sync option is optional aka you can also keep everything local is you want to
Some great recommendations in here already. If you’re looking for an OTP only UI: https://gitlab.gnome.org/World/Authenticator
What exactly do you want it to do? You can implement TOTP with a 10 line python script and I probably have a few of those kicking around. I’ve ended up doing that at least a couple of times.