Install on macOS
A dedicated macOS package is not available at this time. While native support is being worked on, you can run Rux on macOS by building the compiler from source — the build toolchain works anywhere a supported C++ compiler and CMake are available, including macOS.
Verify the Installation
Once built and on your PATH, confirm the compiler is available:
rux version
You should see the installed Rux compiler version.
Releases
All Rux releases are available on GitHub.
Linux
This guide explains how to install the Rux compiler on Linux — using the universal install script, your distribution's package manager, or the prebuilt release tarball.
Windows
This guide explains how to install the Rux compiler on Windows, either with the MSI installer or using Scoop, a command-line package manager for Windows.