# Getting started

Install the pinned v0.0.0 release and run a small WebAssembly module.

### Install Wago

```sh
curl -fsSL https://wago.sh/install.sh | sh
wago version install 0.0.0
```

### Download the example

```sh
curl -LO https://raw.githubusercontent.com/wago-org/wago/main/tests/testdata/fib.wasm
```

### Run it

```sh
wago run fib.wasm 30
```

### Configure a project
  Create a schema-backed manifest and reproducible plugin lockfile.

### Try nightly
  Preview the most recent successful nightly build.
