Compiler downloads

Compiler Releases

Install the current packaged compiler release with one command, download archives directly from GitHub releases, or build from source.

Latest release

v0.3.1-alpha

2026-06-14 · release notes

Linux x86_64

... validation pending

GitHub Actions

macOS arm64

... validation pending

GitHub Actions

Windows x86_64

... validation pending

GitHub Actions

Integrity

OK SHA-256

checksums published

01 / INSTALL

One command.

The installer resolves the current packaged compiler release from GitHub, uses published SHA-256 metadata when available, and adds the uv command to your PATH.

Linux x86_64 / macOS (Apple Silicon)

$curl -fsSL https://ultraviolet-lang.org/install | sh

Already using Python's uv? The installer detects the conflict and asks: it can keep the existing tool available as pyuv, or install Ultraviolet's CLI as uvc instead.

02 / ARTIFACTS

What ships in v0.3.1-alpha.

Archives, checksum metadata, and validation state are read from the current GitHub release and Actions run.

03 / RELEASE PATH

Where release engineering stands.

Build validation

GitHub Actions validation is read from successful workflow jobs for the current release target.

Live

Packaged artifacts

Target-specific archives and checksum metadata are read from the current GitHub release.

Live

Release cadence

Supported-target policy, recurring release notes, diagnostics examples, and public reports.

Planned