v1.0.0 · Apache 2.0

Download & Install

Three ways to get Rerius: npm (fastest), git clone + make, or read the source directly. Full platform notes live in Building from Source.

npm recommended

No clone required. Compiles the native addon during install.

npm install rerius

Git clone + make

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

Android / Termux

pkg install nodejs clang make git
git clone https://github.com/ECLS-Studio/rerius.git
cd Rerius && make

GitHub Releases

Tagged source archives for every release.

View releases on GitHub

Requirements

C compilerGCC ≥ 7 or Clang ≥ 6
Build systemGNU Make (or gmake on BSD)
External librariesNone: C core has zero dependencies
JS addon / npmNode.js ≥ 16 with dev headers

Platform notes

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 →
ESC
↑↓ navigate openesc close