macOS
brew install wasm-micro-runtimelocal Homebrew formula metadata
brew
WebAssembly Micro Runtime (WAMR). Version 2.4.5 via Homebrew; verified 2026-06-30.
install
brew install wasm-micro-runtimelocal Homebrew formula metadata
sudo apk add iwasmAlpine Linux edge package indexes · iwasm · source: dl-cdn.alpinelinux.org
overview
WebAssembly Micro Runtime (WAMR)
history
WebAssembly Micro Runtime, usually abbreviated WAMR, is a small-footprint standalone WebAssembly runtime for embedded, IoT, edge, trusted-execution, smart-contract, and cloud-native use cases. Its command-line runtime is commonly exposed as `iwasm`, while the project also provides embeddable runtime components.
The public GitHub repository was created on May 2, 2019. Conference material from the project states that Intel open sourced WAMR in May 2019, targeting small footprint, high performance, and adaptability from embedded devices to cloud uses.
WAMR became one of the initial Bytecode Alliance projects when the Alliance was announced on November 12, 2019 by Mozilla, Fastly, Intel, and Red Hat. The formation announcement listed WAMR alongside Wasmtime, Lucet, and Cranelift as founding open source contributions, describing it as an interpreter-based WebAssembly runtime for embedded devices.
The project later established open governance and a Technical Steering Committee. Its repository and project site present WAMR as a Bytecode Alliance project, with maintainers from multiple organizations and a license aligned with LLVM's Apache-2.0-with-exception model.
WAMR's adoption is tied to places where the default browser or server Wasm runtime story is too heavy. The project site highlights an interpreter around 85 KB and an ahead-of-time runtime around 50 KB, plus AOT/JIT support, TEE support, source debugging, and libraries such as WASI libc, sockets, pthreads, and wasi-nn.
The Bytecode Alliance project listing describes WAMR as spanning embedded, IoT, edge, TEE, smart contract, cloud native, and more. The repository documents supported platforms including Linux, macOS, Android, Windows, SGX, Zephyr, AliOS-Things, VxWorks, NuttX, RT-Thread, and ESP-IDF/FreeRTOS, which is the adoption story in miniature: portability below the usual desktop/server layer.
Developers use WAMR either by embedding the runtime library in a product or by running Wasm modules through `iwasm`. In embedded contexts, teams build a configured runtime for their target OS or RTOS, select interpreter, fast-interpreter, AOT, JIT, WASI, libc, networking, or threading features, and then load modules under WAMR's sandbox.
In package-manager terms, WAMR is the installable runtime you reach for when testing tiny Wasm deployments locally, preparing AOT artifacts, or validating whether an embedded/edge integration can run a module before integrating the C API into firmware or a host application.
WAMR is significant because it keeps WebAssembly from being only a browser, Node, or cloud-runtime story. It packages the Wasm VM idea into a footprint and platform matrix that make sense for microcontrollers, RTOS environments, TEEs, and product firmware.
security posture
generalized runtime or code generation signal.
yellow risk · medium confidence · runtime
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
iwasm | cli | global executable | |
iwasm-2.4.4 | cli | global executable |
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.
https://github.com/bytecodealliance/wasm-micro-runtime
install metadata
| Package key | brew:wasm-micro-runtime |
|---|---|
| Version | 2.4.5 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/wasm-micro-runtime |
| Homepage | https://github.com/bytecodealliance/wasm-micro-runtime |
| Repository | https://github.com/bytecodealliance/wasm-micro-runtime |
| Upstream docs | https://bytecodealliance.github.io/wamr.dev |
| License | Apache-2.0 WITH LLVM-exception |
| Source archive | https://github.com/bytecodealliance/wasm-micro-runtime/archive/refs/tags/WAMR-2.4.5.tar.gz |
| Last updated | 2026-06-30T00:54:49Z |
| Pulse | updated |
| Build dependencies | cmake |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | wasm-micro-runtime |
| Aliases |
|
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
iwasm 2.4.4-r0
WebAssembly Micro Runtime (WAMR) - CLI
https://github.com/bytecodealliance/wasm-micro-runtime
sudo apk add iwasmiwasm-gc 2.4.4-r0
WebAssembly Micro Runtime (WAMR) - CLI (with GC)
https://github.com/bytecodealliance/wasm-micro-runtime
sudo apk add iwasm-gciwasm-jit 2.4.4-r0
WebAssembly Micro Runtime (WAMR) - CLI (with FastJIT)
https://github.com/bytecodealliance/wasm-micro-runtime
sudo apk add iwasm-jitwamrc 2.4.4-r0
WebAssembly Micro Runtime (WAMR) - AOT compiler
https://github.com/bytecodealliance/wasm-micro-runtime
sudo apk add wamrcwasm-micro-runtime 2.4.4-r0
WebAssembly Micro Runtime (WAMR)
https://github.com/bytecodealliance/wasm-micro-runtime
sudo apk add wasm-micro-runtimesource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.