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

Pick your environment

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

macOS (Apple Silicon)

Verified ARM64 build optimized for Apple Silicon. Includes CLI and binaries ready to run.

Download macOS
SHA256 (cameodb)
e57b1f7fe5b9bb3e64bf84af2659d8fc027d67e8fbda516ccc5c875c80bba757
curl -sSO https://dl.cameodb.com/mac/cameodb
./chmod +x cameodb
make binary executable
./cameodb &
run in foreground first, then in background
./cameodb client --interactive
run client in interactive mode

Linux (x86_64)

Verified static x86_64 MUSL build for modern Linux distros. Ship-ready single binary with CLI.

Download Linux
SHA256 (cameodb)
76a244527b2744a3ac331cef6e9f8358de38e709ab1c9ca1eec19af132fd1ae0
curl -sSO https://dl.cameodb.com/linux/cameodb
./chmod +x cameodb
make binary executable
./cameodb &
run in foreground first, then in background
./cameodb client --interactive
run client in interactive mode

Windows

Verified Windows x86_64 executable with embedded CLI. Ready to run from PowerShell.

Download Windows
SHA256 (cameodb.exe) - accept security warning - verify integrity
f685ec2ab34fabaf2a0ef08534972046cb8b7a95413b827370371f87a4de3dcc
curl -sSO https://dl.cameodb.com/windows/cameodb.exe
.\cameodb.exe
in powershell run command
.\cameodb.exe client --interactive
in another shell run client

Linux Package Types

Choose your preferred package manager for easy installation and system integration.

RPM Package

For Red Hat, CentOS, Fedora, SUSE, and other RPM-based distributions.

SHA256 (cameodb-0.2.1-1.x86_64.rpm)
0198afc8e3c2eebdc7b6b8ea8bc1c816c435cff0afeeb8df841f04acfefee3d3
curl -sSO 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
                        

Debian Package

For Debian, Ubuntu, Linux Mint, and other DEB-based distributions.

SHA256 (cameodb_0.2.1_amd64.deb)
b810e575d324bd81dcd7e00cb15d75ee1b88a7a2634df366955e194af3f9d00b
curl -sSO https://dl.cameodb.com/linux/ cameodb_0.2.1_amd64.deb

sudo dpkg -i cameodb_0.2.1_amd64.deb

sudo systemctl start cameodb
                        

Manual Execution

After package installation, use cameodb directly as a system command.

cameodb &
run in foreground first, then in background
Client commands
cameodb client --interactive
run client in interactive mode
cameodb@localhost ▶ health
fetch health info and pretty-print

Tooling bundle

Each download ships with:

  • cameodb · single binary executable
  • Built-in help and config generator
cameodb --version
Show version information
cameodb --help
Display help and usage information
cameodb generate-config
Generate default configuration file
cameodb client --interactive
Start interactive CLI client
Client commands
health
Fetch _cluster/health and pretty-print response
connect <host[:port]>
Switch target server and refresh cache
list indexes
List all indexes with stats + cached field names
search <index> <query> [limit <N>]
Run hybrid search with optional limit
schema detect <file> [--delimiter ...]
Detect schema from CSV/TSV (auto or forced delimiter)
data load <index> <file> [--delimiter ...]
Ingest CSV/TSV data in batches

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

SBOM & Signature Verification

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

  1. 1

    Import our cosign key.

    cosign public-key --key-url https://dl.cameodb.com/cosign.pub
  2. 2

    Verify signatures with cosign.

    cosign verify-blob --key cosign.pub --bundle cameodb.bundle cameodb

    Swap in the tarball name as needed and compare against the published SHA256 list.

  3. 3

    Download artifacts plus their attestations.

    Grab the binary along with the sbom.cyclonedx.json file, https://dl.cameodb.com/cameodb.spdx.json.

  4. 4

    Audit the SBOM.

    jq '.components[] | .name' cameodb.spdx.json

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

Stable Ready

General Availability

Latest-stable version. Verified builds for production clusters. Includes Docker image plus Linux (x86_64) and macOS (Apple Silicon) binaries.

Enterprise On-Prem

Enterprise Build

Enterprise offering for on-prem deployments on multinode clusters. Production-ready configuration and tuned for scalability.

Cloud SaaS

Cloud Offering

Managed cloud hybrid datastore and search engine service. Fully hosted with automatic scaling and enterprise support.

Ready to benchmark CameoDB?

Follow the documentation for CameoDB architecture.