Download Rux
Get the Rux compiler for your operating system. Windows ships prebuilt binaries; other platforms install through their native package manager or build from source. Every platform targets x86-64.
Windows
Windows 10 or later, 64-bit.
scoop bucket add rux-lang https://github.com/rux-lang/Scoop
scoop install ruxArch Linux
All Arch-based distributions, via the AUR.
yay -S rux-gitFedora
Fedora, Alma Linux, and CentOS, via Copr.
sudo dnf copr enable zapaxe/Rux-Lang
sudo dnf install ruxopenSUSE
openSUSE Tumbleweed, via Copr.
sudo zypper addrepo https://copr.fedorainfracloud.org/coprs/zapaxe/Rux-Lang/repo/opensuse-tumbleweed/zapaxe-Rux-Lang-opensuse-tumbleweed.repo
sudo zypper install ruxBuild From Source
No prebuilt package for your platform? The Rux toolchain builds anywhere a supported C++ compiler and CMake are available. See Build From Source for the full instructions, or browse the per-platform install guides for package-manager options.
Build Health
Live health for the Rux compiler on every supported operating system. Each workflow builds the compiler from source, runs the project test suite with that compiler, then deploys the release artifacts. Results are reported from the main branch.
What The Checks Mean
Build
CMake 4.2+ configures and compiles the C++26 Rux toolchain Clang 19+ on the target operating system.
Test
The newly built compiler compiles and runs Rux packages, and the generated executables are verified.
Deploy
On success the release artifacts for the platform are published, so each card reflects the latest build, test, and deploy outcome.
Targets are x86-64
Every platform currently targets x86-64. Native ARM64 output is not yet supported — the macOS host builds the compiler natively on arm64 but runs the x86-64 programs it generates through Rosetta 2.