v0.3.0 - Attestation Verification
Release 0.3.0
See CHANGELOG.md for details.
Installation
Download the appropriate binary for your platform and verify the checksum:
Linux (AMD64):
curl -LO "https://github.com/cloudcwfranck/acc/releases/download/v0.3.0/acc_0.3.0_linux_amd64.tar.gz"
curl -LO "https://github.com/cloudcwfranck/acc/releases/download/v0.3.0/checksums.txt"
sha256sum -c checksums.txt --ignore-missing
tar -xzf acc_0.3.0_linux_amd64.tar.gz
sudo mv acc-linux-amd64 /usr/local/bin/acc
chmod +x /usr/local/bin/acc
acc versionmacOS (Apple Silicon):
curl -LO "https://github.com/cloudcwfranck/acc/releases/download/v0.3.0/acc_0.3.0_darwin_arm64.tar.gz"
curl -LO "https://github.com/cloudcwfranck/acc/releases/download/v0.3.0/checksums.txt"
shasum -a 256 -c checksums.txt --ignore-missing
tar -xzf acc_0.3.0_darwin_arm64.tar.gz
sudo mv acc-darwin-arm64 /usr/local/bin/acc
chmod +x /usr/local/bin/acc
acc versionSee README.md for complete installation instructions.