gald3r v5.0.0-beta.6
Download
This repo carries the release notes. The installers live on the engine repo:
Download gald3r v5.0.0-beta.6 — 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.
The autopilot integrity release: bugs are workable, work is unlosable,
parallelism is honest, and local AI works out of the box.
- New gald3r go-bug: autopilot can now FIX bugs, not just log them -- the
full claim, agent turn, self-verify, resolve cycle, wired into
deterministic dispatch. A bug backlog becomes reachable work and
--min-severity finally gates something real. An empty bug queue no longer
ends a run while tasks remain. - Rescue commits: if a run dies mid-iteration (provider refusal, breaker,
fatal signal), uncommitted run-authored work lands in a named wip(rescue)
commit -- never lost to a cleanup, and never touching your own
pre-existing uncommitted edits. - Honest parallelism: implementer counts only count buckets that actually
landed work; idle or failed buckets are loudly diagnosed; a dispatch that
produces nothing counts as a capacity violation (consecutive AND
cumulative breakers). - Local AI out of the box: gald3r init-providers discovers a running Ollama
server over HTTP (no CLI needed), the documented setup path just works,
and the .gald3rsecret no-cloud tier correctly treats loopback AI as local
(LAN endpoints require an explicit opt-in). - New CI parity gates: advertised flags and documented environment
variables are now mechanically verified against the binary on every
change -- the lost-surface defect class is structurally dead.
Update: gald3r install update