Production-ready binaries, Docker images, and tooling for every platform. Verified builds, reproducible release pipeline.
Signed builds for production clusters. Includes Docker image plus Linux (x86_64) and macOS (Apple Silicon) binaries.
Early access to upcoming features (vector indexes, streaming filters). Ideal for staging environments.
CI artifacts straight from main. Includes full SBOM and provenance attestation for supply-chain workflows.
All builds include a statically linked single-file binary named cameodb.
Native Apple Silicon build signed, notarized, and optimized for M-series chips.
cameodb --versioncameodb --helpStatic x86_64 binary built with MUSL.
cameodb --versioncameodb --helpGrab the signed RPM from the downloads/linux directory.
sudo rpm -i cameodb-0.2.1-1.x86_64.rpm
sudo systemctl start cameodb
Every release ships with CycloneDX SBOM, Sigstore .sig files, and SHA256 manifests. Follow the workflow below to validate supply-chain integrity.
cosign public-key --key-url https://dl.cameodb.com/cosign.pub.sig, and sbom.cyclonedx.json.cosign verify --key cosign.pub ghcr.io/cameodb/server:latest (or the tarball name) and compare the published SHA256 list.jq '.components[] | .name' sbom.cyclonedx.json.Nightlies also publish SLSA provenance signed by GitHub Actions OIDC workload identity.
Each download ships with:
cameodb --versioncameodb --helpcameodb generate-configNeed a custom build (FIPS, air-gapped)? Email builds@cameodb.com.
Follow the documentation for CameoDB architecture.