Automic VaultAutomic Vault

brew

Install wasmedge with Homebrew, apt, dnf, MacPorts, Nix, scoop, winget, zypper

Lightweight, high-performance, and extensible WebAssembly runtime. Version 0.17.1 via Homebrew; verified 2026-07-07.

install

Additional install commands

macOS

Homebrewverified · 100%
brew install wasmedge

local Homebrew formula metadata

MacPortsverified · 94%
sudo port install wasmedge

MacPorts ports tree · devel/wasmedge/Portfile · source: api.github.com

Linux

Debian aptverified · 92%
sudo apt install libwasmedge-dev

Debian stable package indexes · libwasmedge-dev · source: deb.debian.org

Fedora dnfverified · 92%
sudo dnf install wasmedge

Fedora Rawhide package metadata · wasmedge · source: dl.fedoraproject.org

Nixverified · 92%
nix profile install nixpkgs#wasmedge

nixpkgs package indexes · pkgs/by-name/wa/wasmedge/package.nix · source: api.github.com

openSUSE zypperverified · 92%
sudo zypper install libwasmedge0

openSUSE Tumbleweed package metadata · libwasmedge0 · source: download.opensuse.org

Windows

Scoopverified · 92%
scoop install main/wasmedge

Scoop official bucket manifest trees · bucket/wasmedge.json · source: api.github.com

Windows Package Managerverified · 92%
winget install --id WasmEdge.WasmEdge -e

Windows Package Manager source index · WasmEdge.WasmEdge · source: cdn.winget.microsoft.com

overview

Package summary

Lightweight, high-performance, and extensible WebAssembly runtime

Commands and aliases

  • wasmedge
  • wasmedgec

history

Project history and usage

WasmEdge is a lightweight, high-performance, extensible WebAssembly runtime focused on cloud-native, edge, decentralized, and AI workloads. It sits in the runtime layer between plain Wasm execution and container orchestration, with particular attention to AOT compilation, WASI-like extensions, Kubernetes integration, and host embeddings.

Project history

WasmEdge was originally known as SSVM and was created by Second State. In April 2021 it was accepted into the Cloud Native Computing Foundation at Sandbox maturity, and CNCF project metadata records April 28, 2021 as the acceptance date.

Second State announced the CNCF transition in June 2021 and described WasmEdge as the first official CNCF WebAssembly runtime project. That announcement framed the runtime as an edge-cloud and embedded alternative to heavier Linux containers and virtual machines, with extensions for TensorFlow inference, storage, command execution, and Ethereum-flavored WebAssembly.

The project later leaned further into cloud-native deployment. Official WasmEdge documentation describes using Kubernetes, Docker, CRI-O, containerd, and crun-style runtimes to deploy and manage lightweight WebAssembly applications with familiar container tooling.

Adoption history

WasmEdge's adoption history is closely tied to CNCF and container ecosystem experiments around WebAssembly workloads. The WasmEdge homepage highlights serverless apps, embedded functions, microservices, smart contracts, and IoT devices, while the CNCF project page describes it as a runtime for cloud native, edge, and decentralized applications.

A major visibility moment came in October 2022, when Docker announced a Docker+Wasm technical preview in partnership with WasmEdge at Cloud Native Wasm Day during KubeCon North America. That put WasmEdge in front of developers who already understood images, compose files, and container runtimes but wanted a smaller sandboxed execution target.

Recent project messaging also emphasizes LlamaEdge and GenAI scenarios built on top of WasmEdge. That is a natural extension of its earlier edge-computing niche: run a small, sandboxed, accelerated workload near the user or device, but package and orchestrate it with cloud-native habits.

How it is used

Developers use the wasmedge CLI to run WebAssembly modules and wasmedgec to compile modules ahead of time. In cloud-native workflows, WasmEdge is often selected as the runtime behind an OCI or Kubernetes path rather than invoked directly by end users.

Its practical differentiator is extension work: WASI-style system access, TensorFlow or WASI-NN style inference, host embedding APIs, and container integration. That makes it appealing when a team wants WebAssembly isolation but also needs real application hooks such as networking, AI inference, or orchestration.

Why package nerds care

WasmEdge matters to package maintainers because it bridges two packaging cultures: language-level WebAssembly components and OCI/container distribution. Its documentation repeatedly presents Wasm workloads as deployable with existing Docker and Kubernetes tools, which is exactly where packaging metadata, runtime handlers, image annotations, and host capabilities start to matter.

It is also one of the WebAssembly runtimes with a formal CNCF home, making it a frequent comparison point alongside Wasmtime, Wasmer, WAMR, wazero, and Spin/runwasi when people evaluate server-side Wasm stacks.

Timeline

  • 2021-04-28: WasmEdge Runtime was accepted into CNCF at Sandbox maturity.
  • 2021-06: Second State announced that WasmEdge, formerly SSVM, had become a CNCF project.
  • 2021-09: Second State joined CNCF as a Silver member and reiterated WasmEdge's cloud-native and edge runtime goals.
  • 2022-10: Docker announced Docker+Wasm technical preview support in partnership with WasmEdge.
  • 2020s: WasmEdge documentation expanded around Kubernetes, Docker, CRI-O, containerd, and AI/LLM-oriented Wasm workloads.

Related projects

  • Wasmtime is the Bytecode Alliance runtime most often compared with WasmEdge for WASI and component-model work.
  • WAMR is another lightweight runtime, especially relevant to embedded and IoT deployments.
  • runwasi, crun, containerd, Docker, Kubernetes, and CRI-O are adjacent cloud-native projects in WasmEdge deployment stories.
  • LlamaEdge is an application framework built on top of WasmEdge for GenAI workloads.

security posture

Risk level: yellow

generalized runtime or code generation signal.

Risk classifier

yellow risk · medium confidence · runtime

Why

  • generalized runtime or code generation signal

Signals

  • text:runtime

Install behavior

  • No Homebrew post-install hook is recorded in formula metadata.
  • Homebrew bottle metadata is available for 6 platform targets.
  • Installs with 4 runtime dependencies.
  • Build metadata lists 1 build dependencies.

Recommended review

Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.

executables

Installed executables

CommandKindExposureNote
wasmedgecliglobal executable
wasmedgeccliglobal executable

freshness

Version and freshness

These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.

page generated2026-07-08
manager version0.17.1
manager updated2026-07-07
local dataok
upstreamnot checked
latest detectednot detected

https://github.com/WasmEdge/WasmEdge

install metadata

Package metadata

Package keybrew:wasmedge
Version0.17.1
Package managerHomebrew
Package manager pagehttps://formulae.brew.sh/formula/wasmedge
Homepagehttps://WasmEdge.org/
Repositoryhttps://github.com/WasmEdge/WasmEdge
Upstream docshttps://wasmedge.org/docs
LicenseApache-2.0
Source archivehttps://github.com/WasmEdge/WasmEdge/releases/download/0.17.1/WasmEdge-0.17.1-src.tar.gz
Last updated2026-07-07T12:59:59Z
Pulseupdated
Dependenciesfmt, lld, llvm, spdlog
Build dependenciescmake
Bottleavailable (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-installnot defined
Servicenone declared

registry facts

Source database details

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

source database matches

Other package-manager records

Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.

Debian apt95%

libwasmedge-dev 0.14.1+dfsg-3.1

standalone runtime for WebAssembly (development headers)

https://wasmedge.org/

sudo apt install libwasmedge-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: wasmedge
  • 1 dependencies
  • normalized package name match
  • Matched by: Wasmedge
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libwasmedge-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libwasmedge0 0.14.1+dfsg-3.1

standalone runtime for WebAssembly (C API shared library)

https://wasmedge.org/

sudo apt install libwasmedge0
  • Section: libs
  • Architecture: amd64
  • Source Package: wasmedge
  • 8 dependencies
  • normalized package name match
  • Matched by: Wasmedge
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libwasmedge0 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

wasmedge 0.14.1+dfsg-3.1

standalone runtime for WebAssembly

https://wasmedge.org/

sudo apt install wasmedge
  • Section: web
  • Architecture: amd64
  • 2 dependencies
  • normalized package name match
  • Matched by: Wasmedge
Debian stable package indexes · deb.debian.org · Debian stable package indexes: wasmedge from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

wasmedge

nix profile install nixpkgs#wasmedge
  • normalized package name match
  • Matched by: Wasmedge
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/wa/wasmedge/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

libwasmedge-dev 0.13.5+dfsg-1build4

standalone runtime for WebAssembly (development headers)

https://wasmedge.org/

sudo apt install libwasmedge-dev
  • Section: universe/libdevel
  • Architecture: amd64
  • Source Package: wasmedge
  • 1 dependencies
  • normalized package name match
  • Matched by: Wasmedge
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libwasmedge-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libwasmedge0 0.13.5+dfsg-1build4

standalone runtime for WebAssembly (C API shared library)

https://wasmedge.org/

sudo apt install libwasmedge0
  • Section: universe/libs
  • Architecture: amd64
  • Source Package: wasmedge
  • 8 dependencies
  • normalized package name match
  • Matched by: Wasmedge
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libwasmedge0 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

wasmedge 0.13.5+dfsg-1build4

standalone runtime for WebAssembly

https://wasmedge.org/

sudo apt install wasmedge
  • Section: universe/web
  • Architecture: amd64
  • 2 dependencies
  • normalized package name match
  • Matched by: Wasmedge
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: wasmedge from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
dnf95%

wasmedge 0.17.0-1.fc45

High performance WebAssembly Virtual Machine

https://github.com/WasmEdge/WasmEdge

sudo dnf install wasmedge
  • License: Apache-2.0 AND CC0-1.0
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: wasmedge
  • 13 dependencies
  • 5 provides
  • normalized package name match
  • Matched by: Wasmedge
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: wasmedge from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

wasmedge-devel 0.17.0-1.fc45

WasmEdge development files

https://github.com/WasmEdge/WasmEdge

sudo dnf install wasmedge-devel
  • License: Apache-2.0 AND CC0-1.0
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: wasmedge
  • 2 dependencies
  • 2 provides
  • normalized package name match
  • Matched by: Wasmedge
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: wasmedge-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

wasmedge-rt 0.17.0-1.fc45

WasmEdge Runtime

https://github.com/WasmEdge/WasmEdge

sudo dnf install wasmedge-rt
  • License: Apache-2.0 AND CC0-1.0
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: wasmedge
  • 11 dependencies
  • 5 provides
  • normalized package name match
  • Matched by: Wasmedge
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: wasmedge-rt from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
zypper95%

libwasmedge0 0.16.1-2.3

WasmEdge library

https://github.com/WasmEdge/WasmEdge

sudo zypper install libwasmedge0
  • License: Apache-2.0 AND CC0-1.0
  • Category: System/Libraries
  • Architecture: x86_64
  • Source Package: wasmedge
  • 8 dependencies
  • 2 provides
  • normalized package name match
  • Matched by: Wasmedge
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: libwasmedge0 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

wasmedge 0.16.1-2.3

High-performance and extensible WebAssembly runtime

https://github.com/WasmEdge/WasmEdge

sudo zypper install wasmedge
  • License: Apache-2.0 AND CC0-1.0
  • Category: Development/Tools/Other
  • Architecture: x86_64
  • Source Package: wasmedge
  • 2 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Wasmedge
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: wasmedge from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

wasmedge-devel 0.16.1-2.3

Development files for WasmEdge

https://github.com/WasmEdge/WasmEdge

sudo zypper install wasmedge-devel
  • License: Apache-2.0 AND CC0-1.0
  • Category: Development/Libraries/C and C++
  • Architecture: x86_64
  • Source Package: wasmedge
  • 1 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Wasmedge
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: wasmedge-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
MacPorts95%

wasmedge

sudo port install wasmedge
  • normalized package name match
  • Matched by: Wasmedge
MacPorts ports tree · api.github.com · MacPorts ports tree: devel/wasmedge/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Scoop95%

main/wasmedge

scoop install main/wasmedge
  • normalized package name match
  • Matched by: Wasmedge
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/wasmedge.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
winget95%

WasmEdge.WasmEdge

winget install --id WasmEdge.WasmEdge -e
  • normalized package name match
  • Matched by: Wasmedge
Windows Package Manager source index · cdn.winget.microsoft.com · Windows Package Manager source index: WasmEdge.WasmEdge from https://cdn.winget.microsoft.com/cache/source.msix

source trail

Generated from repository data

This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.

Used sources

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment