macOS
brew install totp-clilocal Homebrew formula metadata
sudo port install totp-cliMacPorts ports tree · security/totp-cli/Portfile · source: api.github.com
brew
Authy/Google Authenticator like TOTP CLI tool written in Go. Version 1.9.2 via Homebrew; verified from local package data.
install
brew install totp-clilocal Homebrew formula metadata
sudo port install totp-cliMacPorts ports tree · security/totp-cli/Portfile · source: api.github.com
nix profile install nixpkgs#totp-clinixpkgs package indexes · pkgs/by-name/to/totp-cli/package.nix · source: api.github.com
winget install --id yitsushi.totp-cli -eWindows Package Manager source index · yitsushi.totp-cli · source: cdn.winget.microsoft.com
overview
Authy/Google Authenticator like TOTP CLI tool written in Go
history
totp-cli is a small Go command-line authenticator for managing and generating time-based one-time passwords. Its project documentation frames it as an Authy or Google Authenticator style tool for the terminal, with encrypted local storage protected by a user password.
The public release line on GitHub dates back to version 1.0.0 in September 2016. Later documentation records a storage-format migration in version 1.2.8, where stored credentials were upgraded to a more secure format the next time totp-cli wrote to storage.
The project is packaged beyond its Go install path: the official README documents installation through winget, MacPorts, and Homebrew, while the Homebrew source facts also list MacPorts, Nix, and winget package identifiers. That puts it in the package-manager niche of small security utilities installed directly onto developer workstations.
Typical use is local and interactive: users add tokens under namespaces, generate codes by namespace and account, list stored accounts, import YAML dumps, and optionally run an instant mode from an environment variable or stdin without using the storage backend.
For package nerds, totp-cli is notable less as infrastructure and more as a classic single-purpose terminal security tool: one binary, shell completions, signed release checksums, and package-manager availability for people who prefer authentication workflows inside the shell.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Credential-bearing paths to review before unattended agent runs.
${HOME}/.config/totp-cli/credentialsexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
totp-cli | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/yitsushi/totp-cli
install metadata
| Package key | brew:totp-cli |
|---|---|
| Version | 1.9.2 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/totp-cli |
| Homepage | https://yitsushi.github.io/totp-cli/ |
| Repository | https://github.com/yitsushi/totp-cli |
| Upstream docs | https://github.com/yitsushi/totp-cli#readme |
| License | MIT |
| Source archive | https://github.com/yitsushi/totp-cli/archive/refs/tags/v1.9.2.tar.gz |
| Build dependencies | go |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | totp-cli |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
totp-cli
nix profile install nixpkgs#totp-clitotp-cli
sudo port install totp-cliyitsushi.totp-cli
winget install --id yitsushi.totp-cli -esource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.