v0.9.0
Which file do I download?
| your machine | file |
|---|---|
| macOS on Apple Silicon (M1/M2/M3/M4) | sporo_0.9.0_darwin_arm64.tar.gz |
| macOS on Intel | sporo_0.9.0_darwin_amd64.tar.gz |
| Linux x86-64 | sporo_0.9.0_linux_amd64.tar.gz |
| Linux ARM64 | sporo_0.9.0_linux_arm64.tar.gz |
| Windows x86-64 | sporo_0.9.0_windows_amd64.zip |
| Windows ARM64 | sporo_0.9.0_windows_arm64.zip |
Not sure which Mac you have? → Apple menu → "About This Mac": a chip that says
"Apple M…" means arm64; "Intel" means amd64.
macOS, one-time: the pre-release binary is unsigned, so after unpacking run
xattr -d com.apple.quarantine ./sporo, then move it onto your PATH
(e.g. mv sporo /usr/local/bin/). Verify with sporo --version.
Changelog
Features
- e042fc8 feat(recipe): seal the shipped corpus and enforce all-sealed in the gate
- c72fc18 feat(web): a data-driven, hash-verified sealed badge
Fixes
- f3b04a5 fix(web): anchor the recipe-bar spore per open state
Other changes
- 5d54f96 ci: run the seal-coherence gate on every push