Skip to content

0.6.1 - 2026-06-30

Choose a tag to compare

@github-actions github-actions released this 30 Jun 15:47
c6d2033

Release Notes

Added

  • Browse all configured registries (#16) (tui)
  • Mark, warn on, and highlight deprecated packages (deprecation)
  • Embed git provenance via opt-in --git (publish)
  • Join single-child group chains in the browse tree (#19) (tui)
  • Show a progress bar during install (install)
  • Show a progress dialog during install/update/uninstall (tui)

Fixed

  • Detect updates via fresh tag discovery, not the cached catalog tag (tui)

Install grimoire 0.6.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/michael-herwig/grimoire/releases/download/v0.6.1/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.1/grimoire-installer.ps1 | iex"

Download grimoire 0.6.1

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