# wzprof を Homebrew でインストール

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

## インストール

```sh
sudo av install brew:wzprof
```

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

### macOS

- Homebrew (100%):

```sh
brew install wzprof
```

  証拠: local Homebrew formula metadata

## パッケージ情報

- **パッケージキー:** brew:wzprof
- **パッケージマネージャ:** Homebrew
- **バージョン:** 0.2.0
- **ソース概要:** Profiling for Wazero
- **ホームページ:** <https://github.com/dispatchrun/wzprof>
- **リポジトリ:** <https://github.com/dispatchrun/wzprof>
- **最終更新:** 2026-07-25T22:40:22+02:00
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- wzprof (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

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

wzprof is a pprof-compatible profiler for WebAssembly programs running on the wazero runtime. It is a niche developer tool, but a meaningful one for the Go and WebAssembly packaging ecosystem because it brings familiar Go profiling workflows to guest Wasm modules.

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

The project README describes wzprof as a profiler built on top of wazero, able to collect CPU and memory profiles while WebAssembly modules execute. It was presented publicly in the WebAssembly and cloud-native conference circuit, including Civo Navigate Europe 2024 and KubeCon + CloudNativeCon India 2024.

wzprof sits on top of wazero's trajectory as a pure-Go, zero-dependency WebAssembly runtime. Wazero's own history page says it began as Takeshi Yoneda's hobby project in mid-2020 and became a Tetrate-sponsored top-level project in late 2021; wzprof builds on that runtime rather than implementing a separate Wasm engine.

### 使われ方

Users can run wzprof as a CLI against a Wasm binary to emit CPU or memory profile files, then inspect them with the standard go tool pprof workflow. Library users can integrate the profilers with a wazero.Runtime through wazero's experimental function-listener hooks.

The tool supports pprof-style CPU samples, on-CPU time, memory allocation tracing for selected allocation functions, DWARF symbolization for C/Rust/Zig-style modules, and special stack handling for Go 1.21+ and debug-symbol CPython 3.11 guests.

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

wzprof matters to package nerds because it is a small example of WebAssembly's tooling stack becoming more like native language ecosystems: not just runtimes and compilers, but profilers, symbols, heap views, and workflows that integrate with existing developer muscle memory.

### タイムライン

- 2020: wazero begins as a hobby project, according to wazero's official history.
- 2021: Tetrate sponsors wazero as a top-level project.
- 2023: wzprof publishes early releases and documents pprof-compatible CPU and memory profiling for WebAssembly.
- 2024: wzprof is presented at Civo Navigate Europe and KubeCon + CloudNativeCon India.

### Related projects

- wazero is the underlying Go WebAssembly runtime. google/pprof is the profile visualization and analysis tool whose workflow wzprof targets.

### ソース

- <https://github.com/dispatchrun/wzprof#readme>
- <https://github.com/google/pprof>
- <https://wazero.io/>
- <https://wazero.io/community/history/>


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals


## Combined YAML source

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


## ソース

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