Skip to content

v0.8.22

Choose a tag to compare

@github-actions github-actions released this 10 Apr 10:19

What's Changed

  • 8bf975f chore: release 0.8.22 [skip ci]
  • 06a04b1 Merge pull request #314 from earayu/codex/sandbox-network-policy-v1
  • e9c673f fix: align sandbox pod security with opaque AIO image requirements

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

Windows PowerShell

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

Alternative: PyPI

pip install treadstone-cli==0.8.22

Docker image

docker pull ghcr.io/earayu/treadstone:0.8.22

Manual binary download

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

SHA-256 checksums available in checksums.txt.