# cargo-instruments を Homebrew でインストール

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

## インストール

```sh
sudo av install brew:cargo-instruments
```

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

### macOS

- Homebrew (100%):

```sh
brew install cargo-instruments
```

  証拠: local Homebrew formula metadata

## パッケージ情報

- **パッケージキー:** brew:cargo-instruments
- **パッケージマネージャ:** Homebrew
- **バージョン:** 0.4.17
- **ソース概要:** Easily generate Instruments traces for your rust crate
- **ホームページ:** <https://github.com/cmyr/cargo-instruments>
- **リポジトリ:** <https://github.com/cmyr/cargo-instruments>
- **最終更新:** 2026-06-22T14:02:58-07:00
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- cargo-instruments (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 0.4.17
## プロジェクトの歴史と使われ方

cargo-instruments is a Cargo subcommand for profiling Rust binaries with Apple's Xcode Instruments. Its README describes it as glue between Cargo and Xcode's profiling suite, producing trace files that can be opened in Instruments.app.

### プロジェクトの歴史

The crate first appeared on crates.io in March 2019 and remains a macOS-focused tool: the official README says it requires macOS because it uses Instruments, selecting either the older instruments command or xcrun xctrace depending on the macOS version.

### 採用の歴史

Homebrew packages cargo-instruments as a formula, and the official README presents brew install cargo-instruments as the simplest installation path. Crates.io metadata reported 47,159 downloads and version 0.4.17 when checked on 2026-06-30.

### 使われ方

Users run cargo instruments against a package binary, example, or benchmark target, choose an Instruments template such as Allocations or Time Profiler, and inspect the generated .trace output under target/instruments or another requested path.

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

It is a niche but useful bridge between the Rust package workflow and Apple's native profiler, notable because it exposes Instruments through a cargo subcommand instead of requiring users to manually stage and launch binaries.

### タイムライン

- 2019: First crates.io release 0.1.0.
- 2026: Crates.io latest version 0.4.17 and Homebrew stable version 0.4.17.

### Related projects

- Related tooling includes Cargo itself and Xcode Instruments; cargo-instruments delegates profiling to Apple's Instruments/xctrace tooling.

### ソース

- <https://api.github.com/repos/cmyr/cargo-instruments>
- <https://github.com/cmyr/cargo-instruments>
- <https://github.com/cmyr/cargo-instruments#readme>
- <https://crates.io/api/v1/crates/cargo-instruments>
- <https://formulae.brew.sh/api/formula/cargo-instruments.json>


## セキュリティノート

cargo-instruments に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。



## Combined YAML source

View the package source record on GitHub. [combined/cargo-instruments.yml](https://github.com/mxcl/pkgdb/blob/main/combined/cargo-instruments.yml)


## ソース

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- cross-ecosystem install command graph
