Skip to content

Nightly Build

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 01 Aug 03:20
677b70e

Automated nightly build from 677b70e635299f657041c9955c6d95c6814c2bc7.

Contents: the Reussir toolchain — rrc (ahead-of-time compiler), rene (package manager), and rrepl (REPL). LLVM/MLIR and the Reussir backend are linked statically into the binaries; no shared libraries ship and nothing needs LD_LIBRARY_PATH.

Platforms:

  • Linux x86_64 (built against LLVM 22)
  • Linux aarch64 (built against LLVM 22)
  • macOS ARM64 (built against Homebrew LLVM)
  • Windows x64 (built against MSVC LLVM via conda-forge)

Usage: Extract the archive and add <prefix>/bin to PATH.

Compiling programs requires a Rust toolchain (rustc/cargo) on PATH: the bundled rene bakes the reussir-rt runtime from its embedded source with your toolchain on first use — no toolchain or prebuilt runtime ships in this archive.