Three ways to get Rerius: npm (fastest), git clone + make, or read the source directly. Full platform notes live in Building from Source.
No clone required. Compiles the native addon during install.
npm install rerius
Builds the CLI binary, the JS addon, or both: setup.sh asks which.
git clone https://github.com/ECLS-Studio/rerius.git
cd Rerius
make
pkg install nodejs clang make git
git clone https://github.com/ECLS-Studio/rerius.git
cd Rerius && make
| C compiler | GCC ≥ 7 or Clang ≥ 6 |
| Build system | GNU Make (or gmake on BSD) |
| External libraries | None: C core has zero dependencies |
| JS addon / npm | Node.js ≥ 16 with dev headers |
Linux (Debian/Ubuntu, Fedora/RHEL, Arch), macOS (Apple Silicon & Intel), FreeBSD/OpenBSD, and Windows via MSYS2/MinGW are all covered with exact package-manager commands in the full guide.
Read the full build guide →