Automic VaultAutomic Vault

brew

cargo-run-bin を Homebrew, apk, Nix, pacman でインストール

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install cargo-run-bin

local Homebrew formula metadata

Linux

Alpine Linux apk確認済み · 92%
sudo apk add cargo-run-bin

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

Nix確認済み · 92%
nix profile install nixpkgs#cargo-run-bin

nixpkgs package indexes · pkgs/by-name/ca/cargo-run-bin/package.nix · ソース: api.github.com

Arch Linux pacman確認済み · 92%
sudo pacman -S cargo-run-bin

Arch Linux sync databases · cargo-run-bin · ソース: geo.mirror.pkgbuild.com

概要

パッケージ概要

Build, cache, and run binaries from Cargo.toml to avoid global installs

コマンドとエイリアス

  • cargo-bin

履歴

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

cargo-run-bin is a Cargo-oriented tool for building, caching, and running project-scoped CLI binaries declared in Cargo.toml instead of installing those tools globally.

プロジェクトの歴史

The GitHub repository was created in May 2021 and the first crates.io release followed later that month. The README positions the tool as similar to npm run and gomodrun, aimed at preventing team and CI tool-version drift.

採用の歴史

crates.io metadata lists it as a Cargo plugin and command-line utility. Batch package facts show packaging across Homebrew, Alpine, Nix, and Arch, and the README also documents distro-package installation paths.

使われ方

Users declare tools under [package.metadata.bin] or [workspace.metadata.bin] in Cargo.toml, then run cargo bin CRATE to install/cache and execute the requested binary. The README also documents cargo bin --install and cargo bin --sync-aliases for Cargo-extension aliases.

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

It gives Rust projects a lightweight, Cargo-native answer to pinned developer tooling: tool versions live with the project manifest, which makes onboarding and CI behavior less dependent on whatever happens to be globally installed.

タイムライン

  • 2021: Repository created and first crates.io release published.
  • 2024: v1.7.x releases documented on GitHub.
  • 2026: crates.io reported v1.7.5 as the latest release.

Related projects

  • README compares the workflow to npm run and gomodrun.
  • README says cargo-binstall can be used for prebuilt binary installs when available.

セキュリティ状態

リスクレベル: グリーン

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.

Configuration files

Config paths the tool may read or write during local use.

Unix
Cargo.toml

実行可能ファイル

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

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

鮮度

バージョンと鮮度

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

ページ生成日2026-07-08
マネージャ版1.7.4
マネージャ更新日2026-06-15
ローカルデータOK
上流最新
検出された最新v1.7.4

https://github.com/dustinblackman/cargo-run-bin

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

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:cargo-run-bin
バージョン1.7.4
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/cargo-run-bin
ホームページhttps://dustinblackman.com/posts/why-does-everyone-install-crates-globally/
リポジトリhttps://github.com/dustinblackman/cargo-run-bin
上流ドキュメントhttps://github.com/dustinblackman/cargo-run-bin#readme
ライセンスMIT
ソースアーカイブhttps://github.com/dustinblackman/cargo-run-bin/archive/refs/tags/v1.7.4.tar.gz
最終更新2026-06-15T10:20:11-04:00
Pulseupdated
ビルド依存関係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 Namecargo-run-bin
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

ソースデータベース一致

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

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

Nix95%

cargo-run-bin

nix profile install nixpkgs#cargo-run-bin
  • normalized package name match
  • 一致条件: Cargo Run Bin
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/ca/cargo-run-bin/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
apk95%

cargo-run-bin 1.7.2-r0

Build, cache, and run CLI tools scoped in Cargo.toml

https://github.com/dustinblackman/cargo-run-bin

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

cargo-run-bin-doc 1.7.2-r0

Build, cache, and run CLI tools scoped in Cargo.toml (documentation)

https://github.com/dustinblackman/cargo-run-bin

sudo apk add cargo-run-bin-doc
  • License: MIT
  • Architecture: x86_64
  • Source Package: cargo-run-bin
  • normalized package name match
  • 一致条件: Cargo Run Bin
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: cargo-run-bin-doc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
pacman95%

cargo-run-bin 1.7.4-2

Build, cache, and run CLI tools scoped in Cargo.toml

https://github.com/dustinblackman/cargo-run-bin

sudo pacman -S cargo-run-bin
  • License: MIT
  • Architecture: x86_64
  • 3 依存関係
  • normalized package name match
  • 一致条件: Cargo Run Bin
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: cargo-run-bin 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