# Installer totp-cli avec Homebrew, MacPorts, Nix, winget

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de totp-cli pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:totp-cli
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install totp-cli
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install totp-cli
```

  Preuve: MacPorts ports tree: security/totp-cli/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#totp-cli
```

  Preuve: nixpkgs package indexes: pkgs/by-name/to/totp-cli/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

### Windows

- winget (92%):

```sh
winget install --id yitsushi.totp-cli -e
```

  Preuve: Windows Package Manager source index: yitsushi.totp-cli from https://cdn.winget.microsoft.com/cache/source.msix

## Faits du paquet

- **Clé du paquet:** brew:totp-cli
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/totp-cli>
- **Version:** 1.9.2
- **Résumé source:** Authy/Google Authenticator like TOTP CLI tool written in Go
- **Page d'accueil:** <https://yitsushi.github.io/totp-cli/>
- **Dépôt:** <https://github.com/yitsushi/totp-cli>
- **Docs amont:** <https://yitsushi.github.io/totp-cli/>
- **Licence:** MIT
- **Archive source:** <https://github.com/yitsushi/totp-cli/archive/refs/tags/v1.9.2.tar.gz>
- **Dernière mise à jour:** 2026-07-26T00:51:25+02:00
- **Généré:** 2026-08-04T22:13:35+00:00

## exécutables

- totp-cli (cli)
- totp-cli (alias)

## Dépendances de compilation

- go

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux

## Version et fraîcheur

- page générée: 2026-08-04
- version du gestionnaire: 1.9.2
- gestionnaire mis à jour: 2026-07-26
- données locales: OK
- dépôt amont: https://github.com/yitsushi/totp-cli
- dernière version détectée: v1.9.2 (à jour)
## Historique du projet et usages

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.

### Historique du projet

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.

### Historique d'adoption

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.

### Modes d'utilisation

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.

### Pourquoi les passionnés de paquets s'y intéressent

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.

### Chronologie

- 2016: Version 1.0.0 published on GitHub Releases.
- v1.2.8: Documentation notes a more secure storage format and automatic credential-store upgrade.
- 2025: GitHub Releases list v1.9.2 as a later release in the 1.x line.

### Related projects

- The README explicitly positions totp-cli against Authy and Google Authenticator as a command-line equivalent for TOTP workflows.

### Sources

- <https://api.github.com/repos/yitsushi/totp-cli/releases>
- <https://github.com/yitsushi/totp-cli#readme>
- source_facts.package-manager


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- narrow executable package without higher-risk signals


## Configuration and credential file locations

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 files

- Unix: ${HOME}/.config/totp-cli/credentials
## Détails de la base source

- **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:** head, stable

## Autres enregistrements de gestionnaires de paquets

- Nix - totp-cli: normalized package name match | nixpkgs package indexes: pkgs/by-name/to/totp-cli/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- MacPorts - totp-cli: normalized package name match | MacPorts ports tree: security/totp-cli/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- winget - yitsushi.totp-cli: normalized package name match | Windows Package Manager source index: yitsushi.totp-cli from https://cdn.winget.microsoft.com/cache/source.msix


## Liens liés

- [Source-control packages](https://pkg.so/fr/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/fr/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Language runtime packages](https://pkg.so/fr/language-runtime-packages/) - Matched language runtime, compiler, or interpreter metadata.
- [Networking and protocol packages](https://pkg.so/fr/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [go](https://pkg.so/fr/brew/go/) - Build dependency declared by Homebrew.
- [oath-toolkit](https://pkg.so/fr/brew/oath-toolkit/) - Shares pkgdb curated category or tags: authentication, cli, otp, security, totp.
- [libyubikey](https://pkg.so/fr/brew/libyubikey/) - Shares pkgdb curated category or tags: authentication, cli, otp, security.
- [rsc_2fa](https://pkg.so/fr/brew/rsc-2fa/) - Shares pkgdb curated category or tags: authentication, cli, security, totp.
- [krb5](https://pkg.so/fr/brew/krb5/) - Shares pkgdb curated category or tags: authentication, cli, security.
- [cyrus-sasl](https://pkg.so/fr/brew/cyrus-sasl/) - Shares pkgdb curated category or tags: authentication, cli, security.
- [linux-pam](https://pkg.so/fr/brew/linux-pam/) - Shares pkgdb curated category or tags: authentication, cli, security.
- [libjwt](https://pkg.so/fr/brew/libjwt/) - Shares pkgdb curated category or tags: authentication, cli, security.
- [oauth2_proxy](https://pkg.so/fr/brew/oauth2-proxy/) - Shares pkgdb curated category or tags: authentication, cli, security.
- [cotp](https://pkg.so/fr/brew/cotp/) - Security-sensitive metadata or terminology overlaps. Shared terms: authentication, authenticator, cli, security, totp.
- [google-authenticator-libpam](https://pkg.so/fr/brew/google-authenticator-libpam/) - Security-sensitive metadata or terminology overlaps. Shared terms: authentication, authenticator, cli, google, security.

## Combined YAML source

View the package source record on GitHub. [combined/totp-cli.yml](https://github.com/mxcl/pkgdb/blob/main/combined/totp-cli.yml)


## Sources

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
