A simple terminal-based authenticator app written in Rust that generates TOTP codes.
Auth is available on the AUR
paru -S auth-tui
Prebuilt binaries can be found in the releases page
curl -fsSL https://github.com/nnyyxxxx/auth/releases/latest/download/auth -o auth
chmod +x auth
sudo mv auth /usr/bin
The built binary will be located inside of target/release/
, Then it can be placed in /usr/bin/
.
sudo pacman -S --needed rust git base-devel
git clone https://github.com/nnyyxxxx/auth.git
cd auth
cargo build --release