Download Rux
Get the latest Rux compiler for your platform. Prebuilt, tested binaries ship for FreeBSD, Linux, macOS, and Windows — each on both x86-64 and AArch64. Download an archive, unpack it, and put rux on your PATH.
Every release includes a
SHA256SUMS file listing the checksum of each binary. Compare it against your download to confirm the file arrived intact before running it.FreeBSD
Built and tested on FreeBSD 14.4. Unpack with tar -xzf, then move rux onto your PATH.
Linux
Built on Ubuntu 24.04 and linked against the system C library, so any distribution of that vintage or newer will run it.
macOS
Built on macOS 26. The binaries are unsigned, so the first run needs a trip through System Settings → Privacy & Security.
Windows
Built with MSVC on Windows Server 2025 and Windows 11 on Arm. The installer puts rux on your PATH for you; the archives do not.
Every Release
Each download above resolves to the newest release. Older versions, release notes, and the full asset list live on GitHub, alongside a changelog that records each change as it lands.
Prefer a package manager, or want the finer details for your platform? The per-platform install guides cover every supported install method step by step.