Skip to content
/ auth Public

Authenticator TUI made in rust, generate totps on the fly.

License

Notifications You must be signed in to change notification settings

nnyyxxxx/auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auth

A simple terminal-based authenticator app written in Rust that generates TOTP codes.

Installation

Arch Linux

Auth is available on the AUR

paru -S auth-tui

Releases

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

Building

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

About

Authenticator TUI made in rust, generate totps on the fly.

Resources

License

Stars

Watchers

Forks

Languages