v0.9.0
What's Changed
- 6b4a84d chore: release 0.9.0 [skip ci]
- ce1c17f feat: refresh default tier limits and sandbox duration policy (#317)
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.0/install.sh | shWindows PowerShell
irm https://github.com/earayu/treadstone/releases/download/v0.9.0/install.ps1 | iexAlternative: PyPI
pip install treadstone-cli==0.9.0Docker image
docker pull ghcr.io/earayu/treadstone:0.9.0Manual binary download
# macOS (Apple Silicon)
curl -fsSL https://github.com/earayu/treadstone/releases/download/v0.9.0/treadstone-darwin-arm64 -o treadstone && chmod +x treadstone
# macOS (Intel)
curl -fsSL https://github.com/earayu/treadstone/releases/download/v0.9.0/treadstone-darwin-amd64 -o treadstone && chmod +x treadstone
# Linux
curl -fsSL https://github.com/earayu/treadstone/releases/download/v0.9.0/treadstone-linux-amd64 -o treadstone && chmod +x treadstoneSHA-256 checksums available in
checksums.txt.