CAMEODB
Release Train · v1.3.4

Download CameoDB

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

SHA256 signed Supply-chain attestations SBOM included

Command Line Interface

Pick your environment

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

inventory_2 Tooling bundle includes:
  • • cameodb (single binary)
  • • CLI client (--interactive)
  • • MCP Server (knowledgebase)
  • • built-in help (--help)
SHA-256 Verified | v0.3.4
desktop_mac

macOS (Apple Silicon)

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

download Download
2746e44abae16f3a9b4afd6db92ba39528e3f676af763d77fa003cda2821e8f0
curl -sSO https://dl.cameodb.com/mac/cameodb
./chmod +x cameodb
make binary executable
./cameodb &
run in background
./cameodb client --interactive
run interactive client
grid_view

Linux (x86_64)

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

download Download
9b0d57fb0054eb65d8cc2623ee45f1f6798b2776875b4f309365aaada4fcada6
curl -sSO https://dl.cameodb.com/linux/cameodb
./chmod +x cameodb
make binary executable
./cameodb &
run in background
./cameodb client --interactive
run interactive client
desktop_windows

Windows (x64)

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

download Download
1d2e0dc7a1151b141a02d81bd04d95708af5ee23452a529d5b13cd14ea1258ca
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.

deployed_code

RPM Package

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

SHA256 (rpm)
f2eac5b50f43b08f5535a741e91d338ee65f9ac7930e3f0347c84a6be7ebd40f
curl -sSO https://dl.cameodb.com/linux/cameodb-0.3.4-1.x86_64.rpm
sudo rpm -i cameodb-0.3.4-1.x86_64.rpm
sudo systemctl start cameodb
deployed_code

Debian Package

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

SHA256 (deb)
1a4b57d8d212b4e94b871c0e1436442a101463a77e40f1424290fbc0d00e1a79
curl -sSO https://dl.cameodb.com/linux/cameodb_0.3.4_amd64.deb
sudo dpkg -i cameodb_0.3.4_amd64.deb
sudo systemctl start cameodb
terminal

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
inventory_2

Tooling bundle

Each download ships with:

  • cameodb · single binary
  • CLI client · --interactive
  • MCP Server · knowledgebase integration
  • built-in help · --help
  • 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.

shield_lock

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.

    curl -sSO https://dl.cameodb.com/mac/cameodb \
      https://dl.cameodb.com/mac/cameodb.bundle
    cosign verify-blob --key cosign.pub \
      --bundle cameodb.bundle cameodb

    Download the binary and its .bundle file first, then verify. Use platform-specific URLs (mac/, linux/, windows/).

  3. 3

    Download artifacts plus their attestations.

    Grab the binary along with both SBOM files: cameodb.cyclonedx.json (CycloneDX) and cameodb.spdx.json (SPDX).

  4. 4

    Audit the SBOM.

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

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

Release Channels

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.