v0.8.23
What's Changed
- 6c84be8 chore: release 0.8.23 [skip ci]
- 9089146 Merge pull request #315 from earayu/codex/acs-compatible-sandbox-security
- 15829ca fix: keep sandbox security context ACS-compatible
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.8.23/install.sh | shWindows PowerShell
irm https://github.com/earayu/treadstone/releases/download/v0.8.23/install.ps1 | iexAlternative: PyPI
pip install treadstone-cli==0.8.23Docker image
docker pull ghcr.io/earayu/treadstone:0.8.23Manual binary download
# macOS (Apple Silicon)
curl -fsSL https://github.com/earayu/treadstone/releases/download/v0.8.23/treadstone-darwin-arm64 -o treadstone && chmod +x treadstone
# macOS (Intel)
curl -fsSL https://github.com/earayu/treadstone/releases/download/v0.8.23/treadstone-darwin-amd64 -o treadstone && chmod +x treadstone
# Linux
curl -fsSL https://github.com/earayu/treadstone/releases/download/v0.8.23/treadstone-linux-amd64 -o treadstone && chmod +x treadstoneSHA-256 checksums available in
checksums.txt.