FROM SOURCEThe compiler is a Rust workspace. Building from source is useful when iterating on the language or testing local changes.git clone https://github.com/forailang/forai.git
cd forai
cargo install --path .
PLATFORMSNightly archives are named by OS and architecture. The installer supports Linux x86_64, Linux aarch64, and Apple Silicon macOS.
Override the destination with `INSTALL_DIR=/path/to/bin` or install a different release tag with `FAI_TAG=`.