Skip to Content
Install Wasmer

Install Wasmer

Run Wasmer as a standalone CLI or embed the Runtime in a JavaScript or Python application with an SDK.

Unix (macOS, Linux):

curl https://get.wasmer.io -sSfL | sh

Or, to install a specific version:

curl https://get.wasmer.io -sSfL | sh -s "v7.3.0"

Other installation methods are available here: https://github.com/wasmerio/wasmer-install 

Is Wasmer up to date?

Wasmer updates very frequently. If you have installed Wasmer some time ago, chances are your Wasmer version is out of date. Get the latest version of Wasmer by running:

wasmer self-update
Last updated on