Automic VaultAutomic Vault

brew

totp-cli を Homebrew, MacPorts, Nix, winget でインストール

totp-cli のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install totp-cli

local Homebrew formula metadata

MacPorts確認済み · 94%
sudo port install totp-cli

MacPorts ports tree · security/totp-cli/Portfile · ソース: api.github.com

Linux

Nix確認済み · 92%
nix profile install nixpkgs#totp-cli

nixpkgs package indexes · pkgs/by-name/to/totp-cli/package.nix · ソース: api.github.com

Windows

Windows Package Manager確認済み · 92%
winget install --id yitsushi.totp-cli -e

Windows Package Manager source index · yitsushi.totp-cli · ソース: cdn.winget.microsoft.com

概要

パッケージ概要

Authy/Google Authenticator like TOTP CLI tool written in Go

コマンドとエイリアス

  • totp-cli

履歴

プロジェクトの歴史と使われ方

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.

タイムライン

  • 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.

セキュリティ状態

リスクレベル: グリーン

narrow executable package without higher-risk signals.

リスク分類器

リスク グリーン · 信頼度 低 · appliance

理由

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 8 個のプラットフォームターゲットで利用できます。
  • ビルドメタデータには 1 件のビルド依存関係があります。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

local files

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

Credential-bearing paths to review before unattended agent runs.

Unix
${HOME}/.config/totp-cli/credentials

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
totp-clicliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-26
マネージャ版1.9.2
マネージャ更新日
ローカルデータOK
上流最新
検出された最新v1.9.2

https://github.com/yitsushi/totp-cli

  • 情報No package-manager update timestamp was available.信頼度 低

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:totp-cli
バージョン1.9.2
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/totp-cli
ホームページhttps://yitsushi.github.io/totp-cli/
リポジトリhttps://github.com/yitsushi/totp-cli
上流ドキュメントhttps://github.com/yitsushi/totp-cli#readme
ライセンスMIT
ソースアーカイブhttps://github.com/yitsushi/totp-cli/archive/refs/tags/v1.9.2.tar.gz
ビルド依存関係go
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nametotp-cli
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Nix95%

totp-cli

nix profile install nixpkgs#totp-cli
  • normalized package name match
  • 一致条件: Totp Cli
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/to/totp-cli/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
MacPorts95%

totp-cli

sudo port install totp-cli
  • normalized package name match
  • 一致条件: Totp Cli
MacPorts ports tree · api.github.com · MacPorts ports tree: security/totp-cli/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
winget95%

yitsushi.totp-cli

winget install --id yitsushi.totp-cli -e
  • normalized package name match
  • 一致条件: Totp Cli
Windows Package Manager source index · cdn.winget.microsoft.com · Windows Package Manager source index: yitsushi.totp-cli from https://cdn.winget.microsoft.com/cache/source.msix

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

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