Skip to content

Canary (canary-f46dfb5)

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 12 Aug 16:49
Immutable release. Only release title and notes can be modified.
f46dfb5

Automated canary build of main at f46dfb5383784e005d5180b866a2e693ad20dccc. 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.