Automic VaultAutomic Vault

brew

cotp を Homebrew, apk, apt, Nix, pacman でインストール

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install cotp

local Homebrew formula metadata

Linux

Alpine Linux apk確認済み · 92%
sudo apk add cotp

Alpine Linux edge package indexes · cotp · ソース: dl-cdn.alpinelinux.org

Debian apt確認済み · 92%
sudo apt install cotp

Debian stable package indexes · cotp · ソース: deb.debian.org

Nix確認済み · 92%
nix profile install nixpkgs#cotp

nixpkgs package indexes · pkgs/by-name/co/cotp/package.nix · ソース: api.github.com

Arch Linux pacman確認済み · 92%
sudo pacman -S cotp

Arch Linux sync databases · cotp · ソース: geo.mirror.pkgbuild.com

概要

パッケージ概要

TOTP/HOTP authenticator app with import functionality

コマンドとエイリアス

  • cotp

履歴

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

cotp is a command-line TOTP/HOTP authenticator aimed at users who want two-factor codes in a terminal-accessible, encrypted local database. Its niche is the intersection of password-manager-like local storage and Unix-style CLI workflows.

プロジェクトの歴史

The replydev/cotp repository was created in December 2020 and published its first GitHub release later that month. The README says the author created cotp to have minimalist, secure, desktop-accessible software for managing two-factor authentication codes.

採用の歴史

The project has remained a smaller security utility rather than a large platform. Its README notes distribution in Linux distro repositories and gives Homebrew, Cargo, and manual source installation paths, which is typical for Rust command-line tools that serve both desktop and shell users.

使われ方

cotp initializes an encrypted database on first run, displays OTP codes in an interactive dashboard, can add TOTP and HOTP entries, lists records as JSON, imports encrypted Aegis backups, exports its database, and can copy selected codes to the clipboard.

パッケージ好きにとっての重要性

For package nerds, cotp is notable because it packages sensitive local credential material without depending on a cloud account. The distribution concern is less about daemons or services and more about preserving a stable CLI, encryption format, clipboard integration, and migration/import behavior.

タイムライン

  • 2020: replydev/cotp repository created and first release published.
  • 2020: README documented encrypted database storage and import/migration from other authenticator apps.
  • 2026: Project continued publishing releases.

Related projects

  • Aegis, andOTP, Authy migration tooling, RFC 6238 TOTP, RFC 4226 HOTP.

セキュリティ状態

リスクレベル: グリーン

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 メタデータは 6 個のプラットフォームターゲットで利用できます。
  • ビルドメタデータには 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
~/.cotp/db.cotp

実行可能ファイル

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

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

鮮度

バージョンと鮮度

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

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

https://github.com/replydev/cotp

  • OK鮮度警告は生成されていません。

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:cotp
バージョン1.10.0
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/cotp
ホームページhttps://github.com/replydev/cotp
リポジトリhttps://github.com/replydev/cotp
上流ドキュメントhttps://github.com/replydev/cotp#readme
ライセンスGPL-3.0-only
ソースアーカイブhttps://github.com/replydev/cotp/archive/refs/tags/v1.10.0.tar.gz
最終更新2026-07-23T01:10:16Z
Pulseupdated
ビルド依存関係rust
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

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

ソースデータベース一致

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

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

Debian apt95%

cotp 1.9.2-1+b3

Trustworthy, encrypted, command-line TOTP/HOTP authenticator app with import functionality.

https://github.com/replydev/cotp

sudo apt install cotp
  • Section: utils
  • Architecture: amd64
  • Source Package: rust-cotp
  • 2 依存関係
  • normalized package name match
  • 一致条件: Cotp
Debian stable package indexes · deb.debian.org · Debian stable package indexes: cotp from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

cotp

nix profile install nixpkgs#cotp
  • normalized package name match
  • 一致条件: Cotp
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/co/cotp/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
apk95%

cotp 1.9.7-r0

Trustworthy, encrypted, command-line TOTP/HOTP authenticator app with import functionality

https://github.com/replydev/cotp

sudo apk add cotp
  • License: GPL-3.0-only
  • Architecture: x86_64
  • Source Package: cotp
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Cotp
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: cotp from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
pacman95%

cotp 1.9.10-1

Trustworthy, encrypted, command-line TOTP/HOTP authenticator app with import functionality

https://github.com/replydev/cotp

sudo pacman -S cotp
  • License: GPL-3.0-only
  • Architecture: x86_64
  • 4 依存関係
  • 1 任意依存関係
  • normalized package name match
  • 一致条件: Cotp
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: cotp from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

ソース経路

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

このページは 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