# Getting started

Install the most recent successful nightly build and run a small WebAssembly module.

### Install Wago

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

### 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
```

> **Tip — Staying current:**
Run `wago version update nightly` to move to the newest successful nightly build. Matching commit hashes are left untouched unless you pass `--force`.

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

### Use the latest release
  Prefer the pinned official release for production work.
