Download

Get the official Wevoa runtime.

Download the current release directly from the official Wevoa website. Install globally on Windows, use the raw runtime in CI, or run the Linux binary directly in shell-based environments.

Current release

786.0.0

Stable public runtime release.

Official channel

Website + GitHub Releases

Official runtime assets are published through the Wevoa website and GitHub release flow.

Verification

SHA256SUMS.txt

Verify downloads before installation or redistribution.

Recommended

WevoaSetup.exe

GUI installer

Best for most developers. Installs Wevoa globally, adds it to PATH, and gives a clean setup flow.

Installer-first setup like a real platform runtime

Windows icon Download for Windows

Portable

wevoa.exe

Raw runtime binary

Useful for CI, direct runtime testing, or advanced manual setups where you want the standalone executable.

Works well for scripting, automation, and direct local use

Windows icon Download wevoa.exe

CLI runtime

wevoa

Linux runtime binary

The Linux build ships as the direct Wevoa runtime binary. Download it, mark it executable, and run it immediately.

Built for shell-first installs and server environments

Linux icon Download for Linux

After install

Start a project immediately.

wevoa --version
wevoa create app my-site
cd my-site
wevoa start

Verify assets

Check the release hashes before install.

Get-FileHash .\WevoaSetup.exe -Algorithm SHA256
Get-FileHash .\wevoa.exe -Algorithm SHA256
sha256sum ./wevoa

Installer

WevoaSetup.exe

Official guided installation flow for Windows systems.

Direct asset link

Binary

wevoa.exe

Portable Windows runtime executable for direct use.

Direct asset link

Binary

wevoa

Portable Linux runtime binary for direct shell usage.

Direct asset link

Trust

SHA256SUMS.txt

Verify downloads before installation or redistribution.

Direct asset link

Windows

Windows installer

Recommended for most users. The installer copies Wevoa, configures PATH, and gives you a ready-to-use CLI.

Download WevoaSetup.exe and run the setup wizard.

Runtime

Windows portable

Best when you want direct control over where the runtime lives or when using Wevoa in CI.

Download wevoa.exe and place it in a trusted tools folder.

Linux

Linux runtime

Download the Linux binary, mark it executable, and run it directly from your shell.

chmod +x ./wevoa
./wevoa --version