Getting Started
Installation
Install the Cipher CLI, validator binary and developer tooling.
From source
Source builds are the supported path during the pre-mainnet phase.
git clone https://github.com/cipher-labs/cipher-core.git cd cipher-core cargo build --release sudo install -m 0755 target/release/cipher /usr/local/bin/
Pre-built binaries
Each tagged release publishes signed binaries for Linux (x86_64, aarch64) and macOS (Apple Silicon), along with a SHA-256 checksum file, a CycloneDX SBOM and Sigstore signatures.
Verifying signatures
cosign verify-blob \ --certificate cipher-linux-x86_64.cert \ --signature cipher-linux-x86_64.sig \ cipher-linux-x86_64
Container image
docker pull ghcr.io/cipher-labs/cipher:latest docker run --rm ghcr.io/cipher-labs/cipher:latest cipher --version