Aletheia is currently under development. For early access,contact us.

Self-Hosted

Deploy Anywhere

Run Aletheia 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/sharjeel619/aletheia/releases/latest/download/aletheia-x86_64-linux -o aletheia chmod +x aletheia

2. Set your API key

export ALETHEIA_API_KEY=your-secret-key export ALETHEIA_EMBEDDING_MODEL=BAAI/bge-small-en-v1.5

3. Run

./aletheia 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.