Skip to content

v0.7.0 - 2026-07-29

Choose a tag to compare

@github-actions github-actions released this 29 Jul 03:46

Release Notes

Features

  • (cli) wrap the reports to a width the caller chooses - (ecd96ad) - Josey Morton
  • (cli) expose the parser and renderer to the browser - (767fcc8) - Josey Morton

Refactoring

  • (cli) split the parse tree and renderer into salvor-cli-core - (1c18362) - Josey Morton
  • move the pure view types down into the replay leaf - (a3d3eca) - Josey Morton

Install salvor-cli 0.7.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/joseym/salvor/releases/download/v0.7.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.7.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.7.0

Download salvor-cli 0.7.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