Automic VaultAutomic Vault

brew

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

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install bkt

local Homebrew formula metadata

概要

パッケージ概要

CLI utility for caching the output of subprocesses

コマンドとエイリアス

  • bkt

履歴

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

bkt is a Rust CLI and library for caching subprocess invocations. It is a small systems utility for shell prompts, fuzzy finders, polling scripts, and other workflows where repeated command output can be reused.

プロジェクトの歴史

The repository and crates.io package appeared in 2021. The README says bkt is pronounced 'bucket', is inspired by bash-cache, and wraps expensive process invocations so callers can reuse recent outputs without adding caching logic to their own programs.

採用の歴史

bkt is distributed as a Rust crate, GitHub release binary, and Unix package through Homebrew, Debian/Ubuntu, Alpine, and Nix according to the supplied package facts. The README also tracks package-manager support and links Repology status.

使われ方

A typical invocation prefixes a command with bkt and a TTL, such as bkt --ttl=1m -- date. bkt caches stdout, stderr, and exit status, with options for stale refresh, working-directory and environment-sensitive keys, file modification checks, scopes, failure handling, and cache directory selection.

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

bkt matters to package nerds because it turns a recurring shell pattern into one binary with well-documented cache semantics. It is the kind of low-level CLI that quietly improves prompts and scripts without forcing every project to grow its own memoization layer.

タイムライン

  • 2021: bkt repository and crate are created.
  • 2021: The README documents bkt as inspired by bash-cache.
  • 2020s: bkt gains package-manager coverage across Homebrew, Debian/Ubuntu, Alpine, and Nix.
  • 2020s: GitHub releases provide precompiled binaries starting with 0.5.

Related projects

  • bkt is directly related to bash-cache, which the README names as inspiration.
  • It complements shell tools such as fzf by caching expensive commands used in interactive interfaces.

セキュリティ状態

リスクレベル: グリーン

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 件のビルド依存関係があります。

推奨レビュー

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

実行可能ファイル

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

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

鮮度

バージョンと鮮度

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

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

https://github.com/dimo414/bkt

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

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:bkt
バージョン0.8.2
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/bkt
ホームページhttps://github.com/dimo414/bkt
リポジトリhttps://github.com/dimo414/bkt
上流ドキュメントhttps://docs.rs/bkt/latest/bkt
ライセンスMIT
ソースアーカイブhttps://github.com/dimo414/bkt/archive/refs/tags/0.8.2.tar.gz
ビルド依存関係rust
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 Namebkt
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

ソースデータベース一致

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

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

Debian apt95%

bkt 0.6.1-2+b8

CLI and Rust library for caching subprocess invocations

https://bkt.rs/

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

bkt

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

bkt 0.6.1-2

CLI and Rust library for caching subprocess invocations

https://bkt.rs/

sudo apt install bkt
  • Section: universe/misc
  • Architecture: amd64
  • Source Package: rust-bkt
  • 2 依存関係
  • normalized package name match
  • 一致条件: Bkt
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: bkt from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

bkt 0.8.0-r0

A subprocess caching utility

https://www.bkt.rs/

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

bkt-doc 0.8.0-r0

A subprocess caching utility (documentation)

https://www.bkt.rs/

sudo apk add bkt-doc
  • License: MIT
  • Architecture: x86_64
  • Source Package: bkt
  • normalized package name match
  • 一致条件: Bkt
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: bkt-doc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.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 package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment