Rellum Rellum

rellum.dev/install

Install Rellum

Download RellC, the Rellum compiler, and tick, the package tool. Each archive contains both binaries and license files.

Quick Install

curl -fsSL https://github.com/rellum-lang/rellum/releases/latest/download/install.sh | sh
rustup component add llvm-tools
rellc --version
tick --version

Latest Release

Rellum 0.1.0

Downloads

system file size sha256
Windows x64 rellum-0.1.0-x86_64-pc-windows-msvc.zip 18 MB sha256
Linux x64 rellum-0.1.0-x86_64-unknown-linux-gnu.tar.gz 16 MB sha256
macOS Intel rellum-0.1.0-x86_64-apple-darwin.tar.gz 17 MB sha256
macOS Apple Silicon rellum-0.1.0-aarch64-apple-darwin.tar.gz 17 MB sha256
source rellum-0.1.0-source.tar.gz 2 MB SHA256SUMS

Windows

Expand-Archive .\rellum-0.1.0-x86_64-pc-windows-msvc.zip C:\rellum
setx PATH "%PATH%;C:\rellum\bin"
rustup component add llvm-tools
rellc --version
tick --version

Linux and macOS

mkdir -p ~/.local/rellum
tar -xzf rellum-0.1.0-x86_64-unknown-linux-gnu.tar.gz -C ~/.local/rellum
ln -sf ~/.local/rellum/bin/rellc ~/.local/bin/rellc
ln -sf ~/.local/rellum/bin/tick ~/.local/bin/tick
rustup component add llvm-tools
rellc --version
tick --version

Build From Source

git clone https://github.com/rellum-lang/rellum
cd rellum
cargo build --release
cargo test

target/release/rellc --version
target/release/tick --version

Toolchain Notes

Older Versions

version date release
0.1.0 2026-05-29 release notes