Current release
786.0.0
Stable public runtime release.
Download
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
Stable public runtime release.
Official channel
Official runtime assets are published through the Wevoa website and GitHub release flow.
Verification
Verify downloads before installation or redistribution.
Recommended
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
Portable
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
CLI runtime
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
After install
wevoa --version
wevoa create app my-site
cd my-site
wevoa start
Verify assets
Get-FileHash .\WevoaSetup.exe -Algorithm SHA256
Get-FileHash .\wevoa.exe -Algorithm SHA256
sha256sum ./wevoa
Installer
Official guided installation flow for Windows systems.
Direct asset linkBinary
Portable Windows runtime executable for direct use.
Direct asset linkBinary
Portable Linux runtime binary for direct shell usage.
Direct asset linkTrust
Verify downloads before installation or redistribution.
Direct asset linkWindows
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
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
Download the Linux binary, mark it executable, and run it directly from your shell.
chmod +x ./wevoa
./wevoa --version