Skip to content

Gregg 1.0.12

Choose a tag to compare

@github-actions github-actions released this 03 Sep 03:01
· 102 commits to main since this release

Gregg 1.0.12 — first binary-bearing release.

Prebuilt binaries for Linux x86_64/aarch64 (glibc 2.17 floor), macOS Intel/Apple Silicon (unsigned), and Windows x86_64, each with a SHA-256 file, plus the install.sh / install.ps1 bootstrap installers.

Highlights since 1.0.11:

  • Bootstrap installers (binary-first, Cargo fallback for ARMv7/unknown hosts)
  • greggd startup install/instructions/restart (systemd, launchd, cron watchdog)
  • Binary-first gregg/greggd self-update (crates.io-authoritative, SHA-256 + version verified)
  • Update/restart release-readiness corrections and audit fixes (see CHANGELOG.md)

Known limitations:

  • macOS binaries are unsigned; Gatekeeper may quarantine them until approved via System Settings or xattr -d com.apple.quarantine
  • Linux ARMv7 is source-build only

Install (Linux/macOS):
curl -fsSL https://github.com/eggstack/gregg/releases/latest/download/install.sh | sh -s -- gregg
curl -fsSL https://github.com/eggstack/gregg/releases/latest/download/install.sh | sudo sh -s -- greggd

Install (Windows PowerShell):
irm https://github.com/eggstack/gregg/releases/latest/download/install.ps1 | iex

Fallback (Cargo):
cargo install gregg --locked
cargo install greggd --locked