Install
One line, no Rust needed:
# macOS / Linux
curl -fsSL https://raw.githubusercontent.com/Cherie05/interflect/main/install.sh | sh# Windows
irm https://raw.githubusercontent.com/Cherie05/interflect/main/install.ps1 | iexWith Rust, prebuilt (no compile):
cargo binstall interflectOr download directly — pick the file for your machine:
| Your machine | File |
|---|---|
| Windows | x86_64-pc-windows-msvc.zip |
| Mac, Apple Silicon (M1–M4) | aarch64-apple-darwin.tar.gz |
| Mac, Intel | x86_64-apple-darwin.tar.gz |
| Linux | x86_64-unknown-linux-gnu.tar.gz |
Each archive contains the binary, example scenes, and the offline
scene builder. Verify a download against SHA256SUMS.
First render
interflect render scenes/product.rad -o out.pngFull Changelog: v0.1.2...v0.1.3