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.

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

Once wash is installed, simply run wash up. This will download and start NATS and wasmCloud for you, printing logs to the terminal. You can exit at any time by pressing ctrl-c. Now, you're ready to proceed onto Getting started.