macOS
brew install cargo-binutilslocal Homebrew formula metadata
brew
cargo-binutils のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install cargo-binutilslocal Homebrew formula metadata
sudo apt install cargo-binutilsDebian stable package indexes · cargo-binutils · ソース: deb.debian.org
nix profile install nixpkgs#cargo-binutilsnixpkgs package indexes · pkgs/by-name/ca/cargo-binutils/package.nix · ソース: api.github.com
sudo pacman -S cargo-binutilsArch Linux sync databases · cargo-binutils · ソース: geo.mirror.pkgbuild.com
sudo dnf install rust-ar+default-develFedora Rawhide package metadata · rust-ar+default-devel · ソース: dl.fedoraproject.org
概要
Cargo subcommands to invoke the LLVM tools shipped with the Rust toolchain
履歴
cargo-binutils is a Cargo subcommand suite that makes the LLVM binary-inspection tools shipped in Rust toolchains feel like native Cargo workflows. It provides rust-* proxies for LLVM tools and cargo-* commands that can build a Rust target and then inspect the resulting artifact.
The crate appeared on crates.io in June 2018 as a proxy for llvm-nm, llvm-objdump, llvm-size, and related tools. Early crate metadata pointed at Jorge Aparicio's japaric/cargo-binutils repository, and the project later settled under the rust-embedded organization, where the README says it is maintained by the Embedded Working Group Tools team while also noting that it is not an official Rust project.
Its scope grew from a small set of cargo-nm, cargo-objcopy, cargo-objdump, cargo-profdata, and cargo-size commands into a broader wrapper set that also includes rust-* command proxies such as rust-objcopy, rust-size, rust-readobj, rust-strip, rust-lld, and rust-cov. The current README frames the tool as sugar over LLVM tools from rustup's llvm-tools component.
cargo-binutils became a standard convenience tool in embedded Rust because it connects Cargo builds with artifact inspection commands that embedded developers already need for symbol tables, section sizes, disassembly, and binary conversion. Its maintenance home in rust-embedded and its packaging across Homebrew, Debian, Ubuntu, Nix, pacman, and Fedora-style package names reflect that it escaped the purely crates.io audience.
Crates.io reports more than 2.7 million total downloads and the current crate metadata classifies it under command-line utilities and development tools. That adoption is reinforced by rustup's llvm-tools component: cargo-binutils does not ship its own LLVM, it makes the toolchain-provided LLVM tools easier to call.
A typical installation is `cargo install cargo-binutils` followed by `rustup component add llvm-tools`. Users then run commands such as `cargo size --release`, `cargo objdump --release -- --disassemble`, `cargo nm --release`, or the lower-level `rust-size` and `rust-objdump` proxies.
The important usage pattern is build-and-inspect: cargo-binutils can accept familiar Cargo selectors such as `--bin`, `--example`, `--lib`, `--target`, and `--release`, build the requested target, and pass the generated artifact path to the LLVM tool.
For package nerds, cargo-binutils is interesting because it packages compiler-toolchain internals as stable-feeling Cargo subcommands without vendoring the underlying tools. It sits at the boundary between rustup components, LLVM command naming, Cargo metadata, and distribution packaging.
It is especially notable in embedded packaging culture: size reports, symbol listings, object copying, and disassembly are routine release tasks for firmware, and cargo-binutils made those tasks reproducible from a Rust package-manager workflow.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
cargo-cov | cli | グローバル実行可能ファイル | |
cargo-nm | cli | グローバル実行可能ファイル | |
cargo-objcopy | cli | グローバル実行可能ファイル | |
cargo-objdump | cli | グローバル実行可能ファイル | |
cargo-profdata | cli | グローバル実行可能ファイル | |
cargo-readobj | cli | グローバル実行可能ファイル | |
cargo-size | cli | グローバル実行可能ファイル | |
cargo-strip | cli | グローバル実行可能ファイル | |
rust-ar | cli | グローバル実行可能ファイル | |
rust-as | cli | グローバル実行可能ファイル | |
rust-cov | cli | グローバル実行可能ファイル | |
rust-ld | cli | グローバル実行可能ファイル | |
rust-lld | cli | グローバル実行可能ファイル | |
rust-nm | cli | グローバル実行可能ファイル | |
rust-objcopy | cli | グローバル実行可能ファイル | |
rust-objdump | cli | グローバル実行可能ファイル | |
rust-profdata | cli | グローバル実行可能ファイル | |
rust-readobj | cli | グローバル実行可能ファイル | |
rust-size | cli | グローバル実行可能ファイル | |
rust-strip | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/rust-embedded/cargo-binutils
インストールメタデータ
| パッケージキー | brew:cargo-binutils |
|---|---|
| バージョン | 0.4.0 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/cargo-binutils |
| ホームページ | https://github.com/rust-embedded/cargo-binutils |
| リポジトリ | https://github.com/rust-embedded/cargo-binutils |
| 上流ドキュメント | https://github.com/rust-embedded/cargo-binutils#readme |
| ライセンス | Apache-2.0 OR MIT |
| ソースアーカイブ | https://static.crates.io/crates/cargo-binutils/cargo-binutils-0.4.0.crate |
| ビルド依存関係 | rust |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | cargo-binutils |
| 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 |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
cargo-binutils 0.3.6-2+b1
Proxy for LLVM tools like llvm-nm, llvm-objdump and llvm-size
https://github.com/rust-embedded/cargo-binutils/
sudo apt install cargo-binutilscargo-binutils
nix profile install nixpkgs#cargo-binutilscargo-binutils 0.3.5-3
Proxy for LLVM tools like llvm-nm, llvm-objdump and llvm-size
sudo apt install cargo-binutilscargo-binutils 0.4.0-1
Cargo subcommands to invoke the LLVM tools shipped with the Rust toolchain
https://github.com/rust-embedded/cargo-binutils
sudo pacman -S cargo-binutilslibrust-ar-dev 0.9.0-1+b2
Encoding/decoding Unix archive files - Rust source code
sudo apt install librust-ar-devlibrust-ar-dev 0.9.0-1
Encoding/decoding Unix archive files - Rust source code
sudo apt install librust-ar-devrust-ar+default-devel 0.9.0-6.fc44
Library for encoding/decoding Unix archive files
sudo dnf install rust-ar+default-develrust-ar-devel 0.9.0-6.fc44
Library for encoding/decoding Unix archive files
sudo dnf install rust-ar-develrust-size+default-devel 0.5.0-3.fc44
For expressing, formatting, and interacting with file sizes
sudo dnf install rust-size+default-develrust-size+serde-devel 0.5.0-3.fc44
For expressing, formatting, and interacting with file sizes
sudo dnf install rust-size+serde-develrust-size+std-devel 0.5.0-3.fc44
For expressing, formatting, and interacting with file sizes
sudo dnf install rust-size+std-develrust-size-devel 0.5.0-3.fc44
For expressing, formatting, and interacting with file sizes
sudo dnf install rust-size-develソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.