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.
BSD
FreeBSD 15.1, OpenBSD 7.9, NetBSD 10.1, and DragonFly 6.4 (x64)
Linux
Ubuntu 26.04, Debian 13, Fedora 43, Arch, openSUSE Leap 16 (x64)
curl -fsSL https://rux-lang.dev/install.sh | shWindows
Windows 11, Windows Server 2025 (x64)
scoop bucket add rux-lang https://github.com/rux-lang/Scoop
scoop 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.
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.