pkg.soopen package index

brew / 排名 1465

使用 Homebrew, apk, MacPorts, Nix, pacman, scoop, winget 安装 wasmtime

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

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install wasmtime

local Homebrew formula metadata

MacPorts已验证 · 94%
sudo port install wasmtime

MacPorts ports tree · devel/wasmtime/Portfile · 来源: api.github.com

Linux

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

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

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

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

Arch Linux pacman已验证 · 92%
sudo pacman -S wasmtime

Arch Linux sync databases · wasmtime · 来源: geo.mirror.pkgbuild.com

Windows

Scoop已验证 · 92%
scoop install main/wasmtime

Scoop official bucket manifest trees · bucket/wasmtime.json · 来源: api.github.com

Windows Package Manager已验证 · 92%
winget install --id BytecodeAlliance.Wasmtime -e

Windows Package Manager source index · BytecodeAlliance.Wasmtime · 来源: cdn.winget.microsoft.com

概览

软件包摘要

Standalone JIT-style runtime for WebAssembly, using Cranelift

命令和别名

  • wasmtime

历史

项目历史与用法

Wasmtime is the Bytecode Alliance's standalone runtime for WebAssembly, WASI, and the WebAssembly Component Model. It is built around the Cranelift code generator and is used both as a command-line tool and as an embeddable engine for applications that need a capability-oriented Wasm sandbox.

项目历史

Wasmtime became one of the founding project contributions to the Bytecode Alliance when Mozilla, Fastly, Intel, and Red Hat announced the alliance on November 12, 2019. The formation announcement described Wasmtime as a small and efficient runtime for WebAssembly and WASI, alongside Lucet, WAMR, and Cranelift.

The Mozilla announcement for the Bytecode Alliance framed Wasmtime as a configurable and scalable standalone runtime that could work as a CLI tool or be embedded into other systems, from IoT devices to cloud data centers. That early positioning explains why Wasmtime has remained both a developer executable and a library API.

Wasmtime reached 1.0 on September 20, 2022. The Bytecode Alliance announcement said the runtime was ready for production use and noted that alliance members had already been running Wasmtime in production environments during the preceding year.

After 1.0, Wasmtime continued to track standards work around WASI and the Component Model. Bytecode Alliance documentation identifies Wasmtime as the reference implementation of the Component Model, with support for command components, HTTP components through wasmtime serve, and later WASI 0.3 runtime support in Wasmtime 43 and newer.

采用历史

Wasmtime's adoption is unusually standards-centered. Because the same organization stewards Cranelift, WASI tooling, wasm-tools, and Component Model documentation, Wasmtime often serves as the runtime people try first when experimenting with new WebAssembly proposals outside the browser.

It is also embedded into higher-level platforms. wasmCloud documentation describes Wasmtime as a Bytecode Alliance runtime that can be used standalone or as part of a larger stack, supporting WebAssembly, WASI, and the Component Model while providing a defense-in-depth runtime for wasmCloud workloads.

The runtime's security posture is part of its adoption story. Bytecode Alliance writing before the 1.0 release emphasized correctness, fuzzing, formal verification work, multi-stakeholder investment, and security processes as reasons the project considered itself ready for production.

使用方式

CLI users run .wasm modules or components with wasmtime run, expose only selected host capabilities, and can serve WASI HTTP components with wasmtime serve. Library users embed Wasmtime through Rust, C, Python, .NET, Go, and other bindings to execute untrusted or portable code inside a host application.

Wasmtime is a default choice when the goal is standards conformance, WASI experimentation, component-model execution, or a capability-secure plugin system. It is less about being a package registry or product platform than about being the runtime substrate other tools build on.

为什么软件包爱好者会关心

Wasmtime is significant because it made WASI and the Component Model concrete for package authors. It gave package managers, plugin systems, and platform teams a runnable target for artifacts that are not tied to a browser, CPU architecture, or one source language.

Its presence in the Bytecode Alliance also means its release notes and APIs often reveal where the Wasm ecosystem is going next: new proposals, new WASI versions, host bindings, component execution, and cross-language interface tooling.

时间线

  • 2019-11-12: Bytecode Alliance launched with Wasmtime, Lucet, WAMR, and Cranelift among its founding project contributions.
  • 2022-09-20: Wasmtime 1.0 was released and declared production ready by the Bytecode Alliance.
  • 2023: Bytecode Alliance tooling compatibility documentation listed Wasmtime 7.0.0 with component-model support.
  • 2024-01-25: WASI 0.2.0 became a stable Component Model target, strengthening Wasmtime's role as a reference runtime.
  • 2026: Bytecode Alliance documentation describes Wasmtime 43 and later as supporting WASI 0.3 runtime features.

Related projects

  • Cranelift is Wasmtime's optimizing code generator and a core Bytecode Alliance project.
  • Lucet, Fastly's earlier AOT WebAssembly runtime, was part of the original Bytecode Alliance project set and was refactored toward Wasmtime at its core.
  • WAMR, WasmEdge, Wasmer, wazero, Spin, runwasi, and wasmCloud are common comparison or integration points.
  • WASI, WIT, wasm-tools, and the WebAssembly Component Model are standards and tools tightly connected to Wasmtime's ecosystem role.

来源

安全态势

风险级别:yellow

generalized runtime or code generation signal.

风险分类器

yellow 风险 · 中 置信度 · runtime

原因

  • generalized runtime or code generation signal

信号

  • text:runtime,jit

安装行为

  • formula 元数据中未记录 Homebrew post-install 钩子。
  • Homebrew bottle 元数据适用于 6 个平台目标。
  • 构建元数据列出 2 个构建依赖。

建议审查

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

可执行文件

已安装的可执行文件

命令类型暴露范围备注
wasmtimecli全局可执行文件

新鲜度

版本和新鲜度

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

页面生成时间2026-08-04
管理器版本47.0.3
管理器更新时间2026-07-31
本地数据OK
上游not checked
检测到的最新版本未检测到

https://github.com/bytecodealliance/wasmtime

安装元数据

软件包元数据

软件包键brew:wasmtime
版本47.0.3
软件包管理器Homebrew
软件包管理器页面https://formulae.brew.sh/formula/wasmtime
主页https://wasmtime.dev/
仓库https://github.com/bytecodealliance/wasmtime
上游文档https://wasmtime.dev/
许可证Apache-2.0 WITH LLVM-exception
源码归档https://github.com/bytecodealliance/wasmtime.git
最后更新2026-07-31T20:04:14Z
Pulseupdated
构建依赖cmake, rust
Bottle可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定义
服务未声明

注册表事实

源数据库详情

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namewasmtime
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

源数据库匹配

其他软件包管理器记录

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

Nix95%

wasmtime

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

libwasmtime 44.0.1-r0

Fast and secure runtime for WebAssembly

https://wasmtime.dev/

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

libwasmtime-static 44.0.1-r0

Fast and secure runtime for WebAssembly (static library)

https://wasmtime.dev/

sudo apk add libwasmtime-static
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: wasmtime
  • normalized package name match
  • 匹配方式:Wasmtime
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: libwasmtime-static from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

wasmtime 44.0.1-r0

Fast and secure runtime for WebAssembly

https://wasmtime.dev/

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

wasmtime-dev 44.0.1-r0

Fast and secure runtime for WebAssembly (development files)

https://wasmtime.dev/

sudo apk add wasmtime-dev
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: wasmtime
  • 1 依赖
  • normalized package name match
  • 匹配方式:Wasmtime
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: wasmtime-dev from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
pacman95%

wasmtime 47.0.3-1

Standalone JIT-style runtime for WebAssembly, using Cranelift

https://github.com/bytecodealliance/wasmtime

sudo pacman -S wasmtime
  • License: Apache-2.0
  • Architecture: x86_64
  • 2 依赖
  • normalized package name match
  • 匹配方式:Wasmtime
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: wasmtime from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
MacPorts95%

wasmtime

sudo port install wasmtime
  • normalized package name match
  • 匹配方式:Wasmtime
MacPorts ports tree · api.github.com · MacPorts ports tree: devel/wasmtime/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Scoop95%

main/wasmtime

scoop install main/wasmtime
  • normalized package name match
  • 匹配方式:Wasmtime
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/wasmtime.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
winget95%

BytecodeAlliance.Wasmtime

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

BytecodeAlliance.Wasmtime.Portable

winget install --id BytecodeAlliance.Wasmtime.Portable -e
  • normalized package name match
  • 匹配方式:Wasmtime
Windows Package Manager source index · cdn.winget.microsoft.com · Windows Package Manager source index: BytecodeAlliance.Wasmtime.Portable 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
  • package relationship graph
  • package version freshness
  • package-page enrichment
  • pkg.so package database
  • pkgdb category and tag curation