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

Download the musl executable

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 --help

Download SHA-256 checksum

sha256sum -c heine-0.8.0-x86_64-unknown-linux-musl.sha256

Linux, x86-64, glibc

Download the glibc executable

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 --help

Download SHA-256 checksum

sha256sum -c heine-0.8.0-x86_64-unknown-linux-gnu.sha256

Starter site

Download the starter 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-site

Download SHA-256 checksum

sha256sum -c heine-0.8.0-starter-site.zip.sha256

The command reports OK when the downloaded file is unchanged.