Skip to content

0.6.0 - 2026-06-21

Choose a tag to compare

@github-actions github-actions released this 21 Jun 12:08
98ab406

Release Notes

Added

  • Add grouped tree view with scrollable help overlay (tui)
  • Show bundle members as virtual tree children (tui)
  • Make [[registries]] the single source of truth for the default registry (config)
  • Collapsible bundle nodes with per-member install (tui)
  • Add via-bundle badge; key member actions by member name (tui)

Changed

  • Extract fetch_bundle_members seam from expand_bundles (resolve)

Fixed

  • TOML-escape the registry url written by grim init (config)
  • Keep log output off the alternate screen and clarify the bundle-supersede note (tui)
  • Mark a bundle installed when its members are installed directly (tui)
  • Keep files when a declared bundle still provides the artifact (uninstall)
  • Derive bundle row state from the declaration, not member installs (tui)
  • Delete orphaned bundle members and refresh stale member badges (tui)
  • Protect bundle-provided members and derive via-bundle from the snapshot (tui)

Install grimoire 0.6.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/michael-herwig/grimoire/releases/download/v0.6.0/grimoire-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/michael-herwig/grimoire/releases/download/v0.6.0/grimoire-installer.ps1 | iex"

Download grimoire 0.6.0

File Platform Checksum
grimoire-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
grimoire-x86_64-apple-darwin.tar.xz Intel macOS checksum
grimoire-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
grimoire-x86_64-pc-windows-msvc.zip x64 Windows checksum
grimoire-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
grimoire-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
grimoire-aarch64-unknown-linux-musl.tar.xz ARM64 MUSL Linux checksum
grimoire-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum