Skip to content

v0.6.0 - 2026-07-28

Choose a tag to compare

@github-actions github-actions released this 28 Jul 21:18

Release Notes

Features

  • (cli) complete real run ids and agents from the store - (ade1e23) - Josey Morton
  • (cli) describe the CLI surface in a checked-in manifest, gated against drift - (09c5d0a) - Josey Morton
  • (container) publish an API-only image with a durable store volume - (52eb350) - Josey Morton

Bug Fixes

  • (release) stamp the version everywhere a bump has to reach - (4bc9b63) - Josey Morton

Documentation

  • (examples) point the hero and index docs at the published packages - (bb32155) - Josey Morton
  • describe the release pipeline as one that has shipped - (93a740d) - Josey Morton
  • re-record the demo with the list filters - (9f4a7a8) - Josey Morton
  • stop pinning a version in the README and name the new install routes - (44852d7) - Josey Morton

Build system

  • ship statically linked musl binaries and gate them in CI - (b661081) - Josey Morton

Style

  • satisfy rustfmt and the nested-format lint in the CLI - (928de03) - Josey Morton

Install salvor-cli 0.6.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/joseym/salvor/releases/download/v0.6.0/salvor-cli-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/joseym/salvor/releases/download/v0.6.0/salvor-cli-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install joseym/tap/salvor

Install prebuilt binaries into your npm project

npm install @salvor-run/cli@0.6.0

Download salvor-cli 0.6.0

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