Skip to content

Canary (canary-ca7ee68)

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 11 Aug 19:23
Immutable release. Only release title and notes can be modified.
ca7ee68

Automated canary build of main at ca7ee689b37fae365dbf8156019423e2d71cbdc5. All supported Normal targets are required; unsupported Tiny variants are omitted. Unstable — may break without notice.

Which file should I download?

Start with the Wago CLI for your platform:

wago-<os>-<arch>

The bootstrap scripts download and launch the matching installer executable.
The executable owns the cross-platform installation flow; the bootstrap only
applies a requested PATH refresh to its shell after installation:

wago-installer-<os>-<arch>

The CLI installs and switches runtimes for you. Runtime files use this naming scheme:

wago-runtime-<profile>-<build>-<os>-<arch>

Profiles:

  • standard — everything
  • minimal — run only

Builds:

  • normal — built with standard Go; choose this for the fastest runtime
  • tiny — built with TinyGo; choose this for a smaller executable

For example, wago-runtime-minimal-tiny-linux-arm64 is the smaller run-only runtime for Linux arm64. Every binary has a sibling .sha256 checksum. Normal builds are provided for every successful platform; Tiny builds are included where TinyGo supports all features required by that profile.