Release Train · v1.2.1

Download CameoDB

Production-ready binaries, Docker images, and tooling for every platform. Verified builds, reproducible release pipeline.

SHA256 signed Supply-chain attestations SBOM included
Stable Weekly

General Availability

Signed builds for production clusters. Includes Docker image plus Linux (x86_64) and macOS (Apple Silicon) binaries.

Preview Bi-weekly

Preview Builds

Early access to upcoming features (vector indexes, streaming filters). Ideal for staging environments.

Nightly Every commit

Nightly Builds

CI artifacts straight from main. Includes full SBOM and provenance attestation for supply-chain workflows.

Pick your environment

All builds include a statically linked single-file binary named cameodb.

macOS (Apple Silicon)

Native Apple Silicon build signed, notarized, and optimized for M-series chips.

curl -sSL https://dl.cameodb.com/mac/cameodb
  • cameodb --version
  • cameodb --help

Linux (x86_64)

Static x86_64 binary built with MUSL.

curl -sSL https://dl.cameodb.com/linux/cameodb
  • cameodb --version
  • cameodb --help

Linux RPM

Grab the signed RPM from the downloads/linux directory.

curl -sSL https://dl.cameodb.com/linux/cameodb-0.2.1-1.x86_64.rpm
sudo rpm -i cameodb-0.2.1-1.x86_64.rpm

sudo systemctl start cameodb
                        

SBOM & Signature Verification

Every release ships with CycloneDX SBOM, Sigstore .sig files, and SHA256 manifests. Follow the workflow below to validate supply-chain integrity.

  • 1. Import our cosign key: cosign public-key --key-url https://dl.cameodb.com/cosign.pub
  • 2. Download the artifact, matching .sig, and sbom.cyclonedx.json.
  • 3. Run cosign verify --key cosign.pub ghcr.io/cameodb/server:latest (or the tarball name) and compare the published SHA256 list.
  • 4. Audit the SBOM: jq '.components[] | .name' sbom.cyclonedx.json.

Nightlies also publish SLSA provenance signed by GitHub Actions OIDC workload identity.

Tooling bundle

Each download ships with:

  • cameodb · single binary executable
  • Built-in help and config generator
  • cameodb --version
  • cameodb --help
  • cameodb generate-config

Need a custom build (FIPS, air-gapped)? Email builds@cameodb.com.

Ready to benchmark CameoDB?

Follow the documentation for CameoDB architecture.