# wazero を Homebrew, apk, Nix, zypper, winget でインストール

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

## インストール

```sh
sudo av install brew:wazero
```

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

### macOS

- Homebrew (100%):

```sh
brew install wazero
```

  証拠: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add wazero
```

  証拠: Alpine Linux edge package indexes: wazero from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz

- Nix (92%):

```sh
nix profile install nixpkgs#wazero
```

  証拠: nixpkgs package indexes: pkgs/by-name/wa/wazero/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- zypper (92%):

```sh
sudo zypper install wazero
```

  証拠: openSUSE Tumbleweed package metadata: wazero from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

### Windows

- winget (92%):

```sh
winget install --id Tetrate.wazero -e
```

  証拠: Windows Package Manager source index: Tetrate.wazero from https://cdn.winget.microsoft.com/cache/source.msix

## パッケージ情報

- **パッケージキー:** brew:wazero
- **パッケージマネージャ:** Homebrew
- **バージョン:** 1.12.0
- **ソース概要:** Zero dependency WebAssembly runtime
- **ホームページ:** <https://wazero.io>
- **リポジトリ:** <https://github.com/wazero/wazero>
- **最終更新:** 2026-07-25T22:40:19+02:00
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- wazero (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

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

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.

### タイムライン

- 2020: wazero begins as Takeshi Yoneda's hobby project.
- 2021: Tetrate sponsors wazero as a top-level project.
- 2023-03: wazero 1.0 is released.
- 2024: 1.x releases continue with compiler, WASI, and Go-version support work.
- 2025-2026: The project continues under the wazero GitHub organization with Tetrate branding and stewardship.

### Related projects

- wazero is related to WebAssembly, WASI, Proxy-Wasm, TinyGo, Open Policy Agent, Wasmtime, Wasmer, V8, WAVM, and the older Go wasm runtime wagon that the wazero history page mentions.

### ソース

- <https://github.com/wazero/wazero>
- <https://github.com/wazero/wazero/releases>
- <https://wazero.io/>
- <https://wazero.io/community/history/>
- <https://wazero.io/docs/>


## セキュリティノート

generalized runtime or code generation signal.

- **Geiger リスク:** yellow / 中
- generalized runtime or code generation signal

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

- Nix - wazero: normalized package name match | nixpkgs package indexes: pkgs/by-name/wa/wazero/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - wazero - 1.9.0-r13: normalized package name match | Alpine Linux edge package indexes: wazero from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | WebAssembly Core Specification 1.0 and 2.0 compliant runtime | https://wazero.io
- zypper - wazero - 1.9.0-1.7: normalized package name match | openSUSE Tumbleweed package metadata: wazero from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | CLI tool and library to compile and run WebAssembly | https://github.com/tetratelabs/wazero
- winget - Tetrate.wazero: normalized package name match | Windows Package Manager source index: Tetrate.wazero from https://cdn.winget.microsoft.com/cache/source.msix


## Combined YAML source

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


## ソース

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