Skip to content

v0.9.1

Choose a tag to compare

@github-actions github-actions released this 13 Apr 11:41

What's Changed

  • 4c390d8 chore: release 0.9.1 [skip ci]
  • c345db2 feat(core): human-readable default sandbox names (sb-adj-noun-hex)\n\… (#322)
  • 8700237 feat(web): allow selecting sandboxes for data-plane API keys (#321)
  • e36c6ba docs: add zh-CN modularization and domain boundaries guide (#320)
  • 6305ee6 test: add benchmark scenario YAMLs for mixed templates and stateless burst (#319)
  • c839064 docs: rewrite README around sandbox-first positioning (#318)

Install

Use the release installer script if you want the simplest path.
It selects the right binary for your platform and verifies checksums when available.

macOS / Linux

curl -fsSL https://github.com/earayu/treadstone/releases/download/v0.9.1/install.sh | sh

Windows PowerShell

irm https://github.com/earayu/treadstone/releases/download/v0.9.1/install.ps1 | iex

Alternative: PyPI

pip install treadstone-cli==0.9.1

Docker image

docker pull ghcr.io/earayu/treadstone:0.9.1

Manual binary download

# macOS (Apple Silicon)
curl -fsSL https://github.com/earayu/treadstone/releases/download/v0.9.1/treadstone-darwin-arm64 -o treadstone && chmod +x treadstone
# macOS (Intel)
curl -fsSL https://github.com/earayu/treadstone/releases/download/v0.9.1/treadstone-darwin-amd64 -o treadstone && chmod +x treadstone
# Linux
curl -fsSL https://github.com/earayu/treadstone/releases/download/v0.9.1/treadstone-linux-amd64 -o treadstone && chmod +x treadstone

SHA-256 checksums available in checksums.txt.