Skip to main content

Installation

We will guide you through installation of wash, the wasmCloud Shell, which gives you the tools to install, run, and develop with wasmCloud.

caution

wasmCloud requires an OpenSSL 1.1 compatible version on Linux. If you're running Ubuntu 22.04+ or equivalent, you'll need to follow the steps in this issue to install a compatible OpenSSL version.

curl -s https://packagecloud.io/install/repositories/wasmcloud/core/script.deb.sh | sudo bash
sudo apt install wash openssl

That's it! Now that wash is installed, let's get started.