Heine 0.8.0 is pre-release software. Linux executables and a separate starter-site archive are available below. Each artifact has a matching SHA-256 checksum.
Linux, x86-64, musl
This statically linked build is the broadly compatible choice for 64-bit x86 Linux systems.
After downloading an executable, make it executable and inspect its available commands:
chmod +x heine-0.8.0-x86_64-unknown-linux-musl
./heine-0.8.0-x86_64-unknown-linux-musl --helpsha256sum -c heine-0.8.0-x86_64-unknown-linux-musl.sha256Linux, x86-64, glibc
This dynamically linked build requires a compatible 64-bit x86 glibc Linux system.
After downloading an executable, make it executable and inspect its available commands:
chmod +x heine-0.8.0-x86_64-unknown-linux-gnu
./heine-0.8.0-x86_64-unknown-linux-gnu --helpsha256sum -c heine-0.8.0-x86_64-unknown-linux-gnu.sha256Starter site
The archive contains a ready-to-run site, including its bundled starter kit, source layout, localization resources, copied assets, and license texts.
Download an executable and this archive to the same directory, then run:
unzip heine-0.8.0-starter-site.zip
./heine-0.8.0-x86_64-unknown-linux-musl --root heine-0.8.0-starter-sitesha256sum -c heine-0.8.0-starter-site.zip.sha256The command reports OK when the downloaded file is unchanged.