Skip to content

eosllm 1.3.1

Choose a tag to compare

@srpatcha srpatcha released this 27 May 22:06
· 5 commits to master since this release

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
    SHA256SUMS references 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 under qemu-user-static on 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