pkg.soopen package index

brew / 排名 7707

使用 Homebrew, apk, Nix, zypper, winget 安装 wazero

查看 wazero 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install wazero

local Homebrew formula metadata

Linux

Alpine Linux apk已验证 · 92%
sudo apk add wazero

Alpine Linux edge package indexes · wazero · 来源: dl-cdn.alpinelinux.org

Nix已验证 · 92%
nix profile install nixpkgs#wazero

nixpkgs package indexes · pkgs/by-name/wa/wazero/package.nix · 来源: api.github.com

openSUSE zypper已验证 · 92%
sudo zypper install wazero

openSUSE Tumbleweed package metadata · wazero · 来源: download.opensuse.org

Windows

Windows Package Manager已验证 · 92%
winget install --id Tetrate.wazero -e

Windows Package Manager source index · Tetrate.wazero · 来源: cdn.winget.microsoft.com

概览

软件包摘要

Zero dependency WebAssembly runtime

命令和别名

  • wazero

历史

项目历史与用法

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.

安全态势

风险级别:yellow

generalized runtime or code generation signal.

风险分类器

yellow 风险 · 中 置信度 · runtime

原因

  • generalized runtime or code generation signal

信号

  • text:runtime

安装行为

  • 未记录 Homebrew bottle 元数据。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

可执行文件

已安装的可执行文件

命令类型暴露范围备注
wazero可执行文件已索引可执行文件从本地可执行文件索引发现。

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-08-03
管理器版本1.12.0
管理器更新时间2026-07-25
本地数据未知
上游不可用
检测到的最新版本未检测到
  • OK没有生成新鲜度警告。

安装元数据

软件包元数据

软件包键brew:wazero
版本1.12.0
软件包管理器Homebrew
主页https://wazero.io
仓库https://github.com/wazero/wazero
最后更新2026-07-25T22:40:19+02:00
Pulseupdated
Bottle未记录
服务未声明

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

Nix95%

wazero

nix profile install nixpkgs#wazero
  • normalized package name match
  • 匹配方式:Wazero
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/wa/wazero/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
apk95%

wazero 1.9.0-r13

WebAssembly Core Specification 1.0 and 2.0 compliant runtime

https://wazero.io

sudo apk add wazero
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: wazero
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Wazero
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: wazero from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
zypper95%

wazero 1.9.0-1.7

CLI tool and library to compile and run WebAssembly

https://github.com/tetratelabs/wazero

sudo zypper install wazero
  • License: Apache-2.0
  • Category: Development/Languages/Go
  • Architecture: x86_64
  • Source Package: wazero
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Wazero
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: wazero from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst
winget95%

Tetrate.wazero

winget install --id Tetrate.wazero -e
  • normalized package name match
  • 匹配方式:Wazero
Windows Package Manager source index · cdn.winget.microsoft.com · Windows Package Manager source index: Tetrate.wazero from https://cdn.winget.microsoft.com/cache/source.msix

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

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