Skip to content

v0.9.2

Choose a tag to compare

@github-actions github-actions released this 13 Apr 12:00

What's Changed

  • bb08fdd chore: release 0.9.2 [skip ci]

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.2/install.sh | sh

Windows PowerShell

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

Alternative: PyPI

pip install treadstone-cli==0.9.2

Docker image

docker pull ghcr.io/earayu/treadstone:0.9.2

Manual binary download

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

SHA-256 checksums available in checksums.txt.