Skip to content

5.2.5 - 2026-04-12

Choose a tag to compare

@github-actions github-actions released this 12 Apr 12:37

Release Notes

Changed

  • Set extension on temporary file when editing recipe body in TUI
    • When editing a JSON body in the TUI, the created temp file will have .json as the extension, so your editor can use syntax highlighting and other language-specific features.

Fixed

  • Fix crash when previewing a profile value that returns a binary value
  • Prompts in CLI/Python frontend no longer block other request building tasks

Install slumber 5.2.5

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/LucasPickering/slumber/releases/download/v5.2.5/slumber-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/LucasPickering/slumber/releases/download/v5.2.5/slumber-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install LucasPickering/tap/slumber

Download slumber 5.2.5

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