Skip to content

v0.5.4

Latest

Choose a tag to compare

@github-actions github-actions released this 10 Jun 08:36

v0.5.4

Changes since v0.5.3:

  • feat(tui): playful multi-stage boot loader (13cf6c1)
  • chore(release): 0.5.4 — playful boot loader (78bfb64)

Install

# macOS (Apple Silicon)
curl -fsSLO https://github.com/antoniociccia/piper/releases/download/v0.5.4/piper-darwin-arm64
chmod +x piper-darwin-arm64 && mv piper-darwin-arm64 /usr/local/bin/piper

# Linux x64
curl -fsSLO https://github.com/antoniociccia/piper/releases/download/v0.5.4/piper-linux-x64
chmod +x piper-linux-x64 && sudo mv piper-linux-x64 /usr/local/bin/piper

Verify the download against the matching .sha256 published alongside each binary.