Compiler downloads
Compiler Releases
Install the current packaged compiler release with one command, download archives directly from GitHub releases, or build from source.
Integrity
OK SHA-256
checksums published
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 Windows x86_64
$powershell -c "irm https://ultraviolet-lang.org/install.ps1 | iex"
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.
What ships in v0.3.1-alpha.
Archives, checksum metadata, and validation state are read from the current GitHub release and Actions run.
No downloadable assets are listed on the current GitHub release.
Where release engineering stands.
Build validation
GitHub Actions validation is read from successful workflow jobs for the current release target.
LivePackaged artifacts
Target-specific archives and checksum metadata are read from the current GitHub release.
LiveRelease cadence
Supported-target policy, recurring release notes, diagnostics examples, and public reports.
Planned