macOS
brew install wazerolocal Homebrew formula metadata
brew / 順位 7707
wazero のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install wazerolocal Homebrew formula metadata
sudo apk add wazeroAlpine Linux edge package indexes · wazero · ソース: dl-cdn.alpinelinux.org
nix profile install nixpkgs#wazeronixpkgs package indexes · pkgs/by-name/wa/wazero/package.nix · ソース: api.github.com
sudo zypper install wazeroopenSUSE Tumbleweed package metadata · wazero · ソース: download.opensuse.org
winget install --id Tetrate.wazero -eWindows Package Manager source index · Tetrate.wazero · ソース: cdn.winget.microsoft.com
概要
Zero dependency WebAssembly runtime
履歴
wazero is a WebAssembly runtime for Go applications and a CLI for running Wasm modules. Its defining package-manager story is that it gives Go developers a runtime written in Go, avoiding CGO and native shared-library dependencies common in Wasm runtimes implemented in C, C++, or Rust.
The project history page says wazero began as Takeshi Yoneda's hobby project in mid 2020 and was sponsored by Tetrate as a top-level project in late 2021. The original motivation was to let Go programs embed WebAssembly host environments without relying on CGO-backed runtimes such as V8, Wasmtime, Wasmer, or WAVM.
The official site says wazero 1.0 was released in March 2023. By that point, the project had positioned itself as both an embeddable Go library and a standalone CLI, with WebAssembly Core Specification compliance and a focus on cross-compilation-friendly deployment.
The project later moved under the `wazero/wazero` GitHub organization while retaining Tetrate stewardship and branding in docs and package metadata. Release notes through the 1.x series document work on WASI support, compiler performance, Go version compatibility, experimental proposals, and security-oriented execution details.
wazero adoption tracks the rise of server-side and embedded WebAssembly in Go systems. The project history names plugin systems, proxy extension through Proxy-Wasm, server-side rendering, and Open Policy Agent-style policy/plugin use as motivating examples.
The official homepage says the 1.0 release is used by many projects and production sites. Package metadata in this batch also shows distribution through Homebrew, Alpine, Nix, winget, and openSUSE, reflecting use both as a developer CLI and as a runtime dependency in Go-based tooling.
Library users import wazero to run WebAssembly modules inside Go programs, define host functions, wire WASI, and let users write plugins in languages that compile to Wasm, including AssemblyScript, C, C++, Rust, Zig, Go, and TinyGo.
CLI users run Wasm modules directly for testing, scripting, or packaging workflows. The zero-CGO design is especially useful for static binaries, cross-compilation, container images, and environments where adding a native Wasm runtime library would complicate builds or distribution.
wazero matters to package nerds because it changes the dependency tradeoff for WebAssembly in Go: a package can embed a runtime without dragging in a C ABI, libc assumptions, or platform-specific shared libraries. That makes it attractive for Homebrew formulae, distro packages, and small containers that prefer boring Go binaries.
Its significance is also cultural. It belongs to the wave of Wasm-as-a-plugin-runtime tools, but it speaks fluent Go packaging: module import, no CGO, cross-compilation, and API integration rather than a separate server.
セキュリティ状態
generalized runtime or code generation signal.
リスク yellow · 信頼度 中 · runtime
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
wazero | 実行可能ファイル | インデックス済み実行可能ファイル | ローカル実行可能ファイルインデックスから検出されました。 |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
インストールメタデータ
| パッケージキー | brew:wazero |
|---|---|
| バージョン | 1.12.0 |
| パッケージマネージャ | Homebrew |
| ホームページ | https://wazero.io |
| リポジトリ | https://github.com/wazero/wazero |
| 最終更新 | 2026-07-25T22:40:19+02:00 |
| Pulse | updated |
| Bottle | 未記録 |
| サービス | 宣言なし |
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
wazero
nix profile install nixpkgs#wazerowazero 1.9.0-r13
WebAssembly Core Specification 1.0 and 2.0 compliant runtime
sudo apk add wazerowazero 1.9.0-1.7
CLI tool and library to compile and run WebAssembly
https://github.com/tetratelabs/wazero
sudo zypper install wazeroTetrate.wazero
winget install --id Tetrate.wazero -eソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.