eosllm 1.3.1
See CHANGELOG.md for the full notes.
Verification
sha256sum --check SHA256SUMS
If SHA256SUMS.minisig is present, you can also verify with
minisign using the
release-signing public key documented in
SECURITY.md:
minisign -V -p eosllm-release.pub -m SHA256SUMS
Platform notes
- macOS: universal arm64+x86_64 binary. If
SHA256SUMSreferences the binary as unsigned, the
maintainer's Apple Developer ID was not present at build
time; see docs/release.md for the
gatekeeper-bypass procedure. - Windows: Authenticode-signed when shipped; otherwise
SmartScreen will warn on first launch. - Linux aarch64: built with
gcc-aarch64-linux-gnu
and validated underqemu-user-staticon every release.
Reproducible build
From the source tarball:
tar xzf eosllm-1.3.1-src.tar.gz
cd eosllm-1.3.1
make all-checks # full ~5 min health gate