Skip to content

gald3r v5.0.0-beta.4

Choose a tag to compare

@wrm3 wrm3 released this 09 Aug 23:23
· 116 commits to main since this release

Download

This repo carries the release notes. The installers live on the engine repo:

Download gald3r v5.0.0-beta.4 — all files

OS gald3r engine
Windows installer (.msi) · portable (.zip)
macOS (Apple Silicon) gald3r-macos-arm64.pkg
macOS (Intel) gald3r-macos-x86_64.pkg
Linux gald3r-linux-x86_64.tar.gz

Verify your download against SHA256SUMS.txt.


  • gald3r install update works again: downloads the per-platform archive,
    verifies it against SHA256SUMS.txt (fail-closed), extracts, and replaces the
    running binary safely. Sibling binaries you already have are refreshed too.
    (This fixes beta.3's known issue -- one last manual install gets you here.)
  • Intel Macs no longer download the Apple Silicon build by mistake.
  • Autopilot's deterministic dispatch now merges to your repo's actual branch
    (master/trunk/anything), not a hardcoded main.
  • Engine CI is fully green on Linux again; one real SDK fix landed on the way
    (missing-executable errors now surface as the typed NOT_FOUND error on all
    platforms).