Skip to content

0.17.0 — 2026-07-12

Choose a tag to compare

@github-actions github-actions released this 12 Jul 17:42

Release Notes

Added

  • npx @ellery/loadout — a new npm bootstrapper package (in npm/). One
    command tries loadout without a prior install: if the load binary is
    present it delegates straight to it; if not, it states exactly what the
    official installer will do (binary into ~/.cargo/bin, PATH entry, update
    receipt) and asks for consent before installing — never silently, and never
    in non-interactive terminals, where it prints the manual curl command
    instead. npx @ellery/loadout studio is the advertised one-liner: install
    (with consent) and open the studio in one step.
  • Studio exit epilogue — stopping the studio (Ctrl-C or idle timeout) now
    prints what to type next (load claude, and how to reopen the studio)
    instead of dead-ending at an empty prompt. Ctrl-C is now a clean shutdown:
    the per-port runtime file is removed instead of leaked.

Changed

  • The studio's guided-onboarding finish card now shows the short launch form
    (load claude) instead of load run claude — one spelling everywhere.

Install loadout 0.17.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/elleryfamilia/loadout/releases/download/v0.17.0/loadout-installer.sh | sh

Download loadout 0.17.0

File Platform Checksum
loadout-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
loadout-x86_64-apple-darwin.tar.xz Intel macOS checksum
loadout-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
loadout-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum