SHA256 checksums for Arcium CLI binaries. Used by the install script at https://install.arcium.com.
{
"arcup": {
"<platform>": {
"<version>": "<sha256_hash>"
}
},
"arcium": {
"<platform>": {
"<version>": "<sha256_hash>"
}
}
}Platforms: x86_64_linux, aarch64_linux, x86_64_macos, aarch64_macos
# Fetch checksum for a specific binary
curl -sSfL https://raw.githubusercontent.com/arcium-hq/arcium-checksums/main/checksums.json | \
jq '.arcup.x86_64_macos["0.6.0"]'
# Verify a downloaded binary
sha256sum arcup | cut -d' ' -f1This repository is a separate trust domain from bin.arcium.com where binaries are hosted. An attacker must compromise BOTH to serve malicious binaries.
Checksums are automatically published by the arcium-tooling CI/CD pipeline when new releases are built.