Skip to content

Releases: stakekit/shield

v1.1.1

05 Feb 23:57
Immutable release. Only release title and notes can be modified.
a4a06ad

Choose a tag to compare

What's New

  • CLI Support: Shield can now be used from any language via JSON protocol over stdin/stdout
  • Standalone Binaries: Pre-built binaries for Linux, macOS, and Windows (no Node.js required)
  • Security: SHA256 checksums and artifact attestation for all binaries
  • Integration Guides: Documentation and examples for Python, Go, and Rust

Downloads

Platform Binary Checksum
Linux (x64) shield-linux-x64 shield-linux-x64.sha256
macOS (Apple Silicon) shield-darwin-arm64 shield-darwin-arm64.sha256
macOS (Intel) shield-darwin-x64 shield-darwin-x64.sha256
Windows (x64) shield-windows-x64.exe shield-windows-x64.exe.sha256

Verification

Always verify binary integrity before use:

Download binary and checksum

curl -LO https://github.com/stakekit/shield/releases/download/v1.1.0/shield-darwin-arm64
curl -LO https://github.com/stakekit/shield/releases/download/v1.1.0/shield-darwin-arm64.sha256

Verify

shasum -a 256 -c shield-darwin-arm64.sha256

Expected: shield-darwin-arm64: OK

v1.0.1

09 Oct 13:39
Immutable release. Only release title and notes can be modified.
c1cacee

Choose a tag to compare