Skip to content

v0.5.3 - 2026-07-28

Choose a tag to compare

@github-actions github-actions released this 28 Jul 17:51

Release Notes

Features

  • (cli) complete and validate the list filters, and add shell completions - (a0a2cbd) - Josey Morton
  • (cli) colour the list table by what each status asks of the reader - (6d076fe) - Josey Morton
  • (cli) run a self-contained fixture directory offline - (586f1da) - Josey Morton
  • (cli) add the salvage-claim MCP server for the hero fixture - (af6906a) - Josey Morton
  • (examples) add the hero fixture behind salvor run --fixture - (412d4b8) - Josey Morton

Bug Fixes

  • (examples) run the polyglot Python app against the published package - (169b1fd) - Josey Morton
  • (examples) install the published client and stop assuming one node path - (b02b826) - Josey Morton
  • (examples) let the polyglot example run on ports a real server is not using - (8a4a45e) - Josey Morton
  • (sdks) correct the TypeScript example against the real client API - (d1c5e52) - Josey Morton
  • (server) make the embedded dashboard opt-in so the crate builds from the registry - (9eee8f3) - Josey Morton

Documentation

  • (examples) install the published packages instead of building from source - (14cc849) - Josey Morton

Tests

  • (cli) prove the hero fixture runs offline and writes once - (ee02257) - Josey Morton

Miscellaneous Chores

  • (examples) track the polyglot TypeScript lockfile - (24813da) - Josey Morton

Install salvor-cli 0.5.3

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/joseym/salvor/releases/download/v0.5.3/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.5.3

Download salvor-cli 0.5.3

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