v0.1.0
Which file do I download?
| your machine | file |
|---|---|
| macOS on Apple Silicon (M1/M2/M3/M4) | sporo_0.1.0_darwin_arm64.tar.gz |
| macOS on Intel | sporo_0.1.0_darwin_amd64.tar.gz |
| Linux x86-64 | sporo_0.1.0_linux_amd64.tar.gz |
| Linux ARM64 | sporo_0.1.0_linux_arm64.tar.gz |
| Windows x86-64 | sporo_0.1.0_windows_amd64.zip |
| Windows ARM64 | sporo_0.1.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
Other changes
- 4bfda88 build(dist): goreleaser release train, CI, and installer
- e7ccebb chore(harness): adopt mate v0.85.0 as the dev harness
- 6ae08f4 docs(recipes): proofread the genre spec, add the scale rule
- 96bde45 feat(cli): wire the full verb surface
- b287234 feat(install): init/update provider surface with no-clobber sync
- 91ea173 feat(recipe): feedback channel, review packs, bundle composition
- 3b4bbb8 feat(recipe): require versioned recipes and seal them in a registry
- 2f77365 feat: extract the recipe engine into a standalone CLI
- ea36d00 test(e2e): drive the built binary through the whole loop in isolation