# Wago documentation > Documentation for Wago, a pure-Go WebAssembly engine with native amd64 and arm64 backends, no cgo, versioned runtime channels, and a capability-based plugin system. Canonical documentation: https://docs.wago.sh/ Project website: https://wago.sh/ Source repository: https://github.com/wago-org/wago Use the Markdown links below for low-noise technical content. Canary tracks the newest successful changes, nightly is refreshed daily, and v0.0.0 is the latest official release documented here. ## Canary channel - [Getting started](https://docs.wago.sh/raw/getting-started.md): Install Wago, select a runtime channel, and compile and run your first WebAssembly module. - [Wago documentation](https://docs.wago.sh/raw/index.md): Learn Wago, a pure-Go WebAssembly engine with native compilation, versioned runtime channels, and extensible plugins. - [Configuration](https://docs.wago.sh/raw/reference/configuration.md): Configure Wago projects, plugin constraints, reproducible lockfiles, capability grants, and machine-level paths. ## Nightly channel - [Getting started](https://docs.wago.sh/raw/nightly/getting-started.md): Install the latest Wago nightly build and run a WebAssembly module with the preview runtime channel. - [Wago documentation](https://docs.wago.sh/raw/nightly/index.md): Preview documentation for the latest successful nightly build of the Wago WebAssembly engine. - [Configuration](https://docs.wago.sh/raw/nightly/reference/configuration.md): Configure projects and reproducible plugin lockfiles with the Wago nightly runtime channel. ## Official v0.0.0 - [Getting started](https://docs.wago.sh/raw/v0.0.0/getting-started.md): Install the official Wago v0.0.0 release and run your first WebAssembly module. - [Wago documentation](https://docs.wago.sh/raw/v0.0.0/index.md): Documentation for Wago v0.0.0, the latest official release of the pure-Go WebAssembly engine. - [Configuration](https://docs.wago.sh/raw/v0.0.0/reference/configuration.md): Configure Wago v0.0.0 projects, plugin constraints, lockfiles, and capability grants. ## Optional authoring reference - [Documentation components](https://docs.wago.sh/raw/components.md): Author rich Wago documentation with synchronized tabs, cards, steps, API blocks, file trees, and WAT highlighting. ## Machine-readable resources - [Complete documentation in one file](https://docs.wago.sh/llms-full.txt): Every indexed page concatenated as Markdown. - [Structured documentation index](https://docs.wago.sh/data/docs.json): Canonical URLs, Markdown mirrors, descriptions, and headings as JSON. - [XML sitemap](https://docs.wago.sh/sitemap.xml): Search-engine discovery with Git-backed modification dates.