Skip to content

gald3r v5.0.0-beta.8

Choose a tag to compare

@github-actions github-actions released this 10 Aug 21:21
· 53 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.8 — 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 observability release: a swarm can never run dark again.

  • Live event stream: every autopilot run now narrates itself the moment
    things happen -- claims, agent spawns, merges, harvests, breakers,
    costs -- as [AUTOPILOT][EVENT] lines in your session AND a durable
    per-run event ledger. New: gald3r autopilot events --follow tails a
    live run from any other terminal.
  • Heartbeats and a stall watchdog: long iterations now beat every 15
    minutes with liveness diagnostics, and a frozen coordinator (the
    74-minute silent-stall class) is detected within minutes -- claims
    released, one retry, then a loud named halt. Never an hour of
    silence.
  • autopilot status now tells the truth: it reads the same candidate
    board the loop itself uses (it previously read an unrelated legacy
    queue), and task show --json exposes claim ownership.
  • Every Windows binary now has a face: Mjolnir-derived icons and real
    Gald3r Labs version metadata in Explorer, Task Manager, and
    Add/Remove Programs.
  • Find your platform: 37 new docs pages -- one per supported platform
    -- at docs.gald3r.ai, matching the new Supported Platforms section in
    this README.
  • Config hot-reload no longer races itself on Windows; a new CI gate
    guarantees every shipped verb has documentation.

Update: gald3r install update