Self-Hosted

Deploy Anywhere

Run Tellodb in your own infrastructure. One binary, zero dependencies, full control.

Single Binary

Download one ~45MB file. No Docker required. Runs on macOS, Linux, Windows.

Any Cloud

AWS EC2, GCP Compute Engine, Azure VM, or your own data center.

Air-Gapped Ready

Embedded embeddings via Candle/ONNX. No external API calls needed. Works offline.

Quick Start

1. Download

curl -L https://github.com/Tellodb/Tellodb/releases/latest/download/tellodb-x86_64-linux -o tellodb chmod +x tellodb

2. Set your API key

export TELLODB_API_KEY=your-secret-key export TELLODB_EMBEDDING_MODEL=BAAI/bge-small-en-v1.5

3. Run

./tellodb Engine listening on http://localhost:3000

4. Ingest and Query

curl -X POST http://localhost:3000/ingest -H "Content-Type: application/json" -H "x-api-key: your-secret-key" -d 'body'

Enterprise BYOC

For organizations requiring dedicated infrastructure with full data sovereignty. We provide Terraform modules for provisioning in your AWS/GCP/Azure account.