Open Source · Apache 2.0

The Database Platform
for the Next Generation

PostgreSQL compatibility. Native vector search. Git-like branching.
From embedded edge to frontier distributed — one platform, three tiers.

SQL
-- Native vector search with PostgreSQL syntax
CREATE TABLE documents (
    id SERIAL PRIMARY KEY,
    content TEXT,
    embedding VECTOR(768)
);

SELECT content, embedding <=> $query AS distance
FROM documents
ORDER BY distance LIMIT 10;
50K+ Downloads
151 Use Cases
95%+ PG Compatible
3 Product Tiers
Feature SQLite PostgreSQL HeliosDB
Zero-config deployment
PostgreSQL wire protocol
Native vector search Extension Built-in
Database branching
Time-travel queries
Enterprise encryption Extension Built-in
Multi-tenant RLS

Everything You Need
In One Database

HeliosDB combines the best features from embedded databases, enterprise databases, and vector databases—all in a single, lightweight package.

Native Vector Search

HNSW indexing with 384x compression via Product Quantization. 1K-5K queries/sec on standard hardware. Works with any embedding model.

HNSW Cosine L2 PQ

Database Branching

The only SQL database with Git-like branching at the storage layer. Zero-cost copy-on-write branches for schema testing and A/B experiments.

CREATE BRANCH MERGE CoW

Time-Travel Queries

Query any point in your database's history with AS OF syntax. Audit compliance, debug production issues, and recover data without restoring backups.

AS OF Audit Recovery

Enterprise Security

AES-256-GCM encryption at rest, Zero-Knowledge Encryption with client-side keys, FIPS 140-3 compliance, and Row-Level Security for multi-tenancy.

TDE ZKE FIPS RLS

Hybrid OLTP + OLAP

Handle transactional and analytical workloads in one database. Columnar storage with Apache Arrow, SIMD acceleration, and auto-refreshing materialized views.

Arrow SIMD MatViews

PostgreSQL Compatible

95%+ SQL compatibility. Wire protocol works with psql, DBeaver, pgAdmin, and all major ORMs: SQLAlchemy, Diesel, Prisma, SQLx.

SQL Wire Protocol ORMs

One Platform,
Three Scales

From embedded prototyping to frontier distributed systems. Choose the tier that fits your scale, migrate seamlessly as you grow.

Nano

Embedded AI-Native

v3.6.0

Lightweight embedded database for AI applications, edge devices, and single-server deployments. SQLite simplicity with PostgreSQL power.

~50 MB Binary
188K Lines of Rust
25 Use Cases
  • PostgreSQL + Oracle wire protocol
  • HNSW vector search + Product Quantization
  • Git-like database branching
  • Time-travel queries
  • TDE + ZKE encryption
  • MVCC with WAL + crash recovery
  • Materialized views (incremental)
  • Embedded, server, in-memory modes
Best for: Desktop apps, mobile, IoT, AI prototypes, single-server
Full

Frontier Distributed

v7.1.0

Enterprise distributed database with 193 crates, 14 native protocol adapters, Raft consensus, and research features including quantum and GPU acceleration.

~200 MB Full Binary
193 Rust Crates
101 Use Cases
  • Everything in Lite, plus:
  • 14 protocol adapters (PG, MySQL, Mongo, Redis...)
  • Raft consensus + multi-region replication
  • In-database ML training + neural planner
  • Quantum-inspired optimization
  • GPU acceleration (CUDA + ROCm)
  • ABAC, SSO, LDAP, post-quantum crypto
  • 183+ feature flags for custom builds
Best for: Enterprise, multi-region, regulated industries, research, Fortune 500

151 Use Cases Across
Every Industry

From AI/ML infrastructure to genomics research, HeliosDB powers applications across every sector.

NanoLiteFull

Vector Similarity Search

HNSW indexing with sub-millisecond latency for semantic search, RAG pipelines, and recommendation engines.

NanoLite

RAG Semantic Search

Retrieval-Augmented Generation with semantic document retrieval and hybrid BM25+vector ranking.

NanoLite

AI Agent Memory

Persistent memory for AI agents and autonomous systems with conversation history and knowledge graphs.

Full

RAG-Native AI Database

Native RAG database architecture with built-in embedding generation and semantic caching.

Full

Multimodal Vector Search

Search across text, image, audio, and video modalities with unified vector indexing.

Full

Automated Anomaly Detection

ML-powered anomaly detection for real-time monitoring and alerting on data streams.

Full

Conversational BI

Natural language business intelligence — ask questions in plain English and get SQL results.

Full

Neural Query Planner

AI-powered query optimization that learns from workload patterns and adapts execution plans.

Full

ML Model Registry

In-database ML model lifecycle management with versioning, A/B testing, and deployment.

Full

Secure Federated ML

Privacy-preserving federated learning across distributed nodes without centralizing data.

Full

AI Data Growth Forecasting

Predictive capacity planning using ML to forecast storage and compute needs.

Full

Intelligent Data Tiering

ML-based automatic data placement across hot, warm, and cold storage tiers.

Full

Hybrid Vector Search

Combined BM25 full-text + semantic vector ranking for best-of-both-worlds retrieval.

Full

Semantic Query Optimizer

Understanding query intent to choose optimal execution strategies and index paths.

Full

AI Automated ETL

AI-driven data integration and transformation with automatic schema mapping.

Full

RL Intelligent Caching

Reinforcement learning optimized cache management adapting to workload patterns.

Full

Intelligent Prefetching

Predictive data prefetching using ML models trained on access patterns.

Full

Time-Series Forecasting

In-database time-series forecasting with automatic model selection.

Full

NL Schema Design

Describe your data model in natural language and get optimized schema DDL.

Full

Cognitive Autonomous Agents

Autonomous database agents that handle maintenance, optimization, and scaling.

NanoLiteFull

Database Branching

Git-like workflows for databases — branch, test, merge with zero-cost copy-on-write.

NanoLite

Multi-Tenancy

Native multi-tenancy with Row-Level Security and per-tenant resource quotas.

Full

Multi-Protocol Unification

Single database supporting 14 native protocols: PostgreSQL, MySQL, MongoDB, Redis, and more.

Full

Self-Healing Database

Autonomous self-healing infrastructure that detects and recovers from failures.

Full

CRDT Multi-Master

Conflict-free replicated data types for true multi-master replication without conflicts.

NanoLite

Multi-Tenant SaaS

Full SaaS platform support with true tenant isolation, billing, and feature flags.

Full

Per-Tenant Quotas

Granular per-tenant resource limits and monitoring for fair resource allocation.

Full

Resource Governance

Comprehensive resource governance framework with policies and enforcement.

Full

Database-as-Code

Declarative database configuration managed like infrastructure-as-code.

Full

Tenant-Level Replication

Per-tenant replication strategies with different SLAs per tenant.

Full

Multi-Language Stored Procs

Write stored procedures in PL/pgSQL, PL/SQL, T-SQL, or DB2 SQL PL.

Full

Oracle Compatibility

Oracle DBMS package compatibility for seamless enterprise migration.

Full

Enterprise Webhooks

Enterprise webhook system for event-driven integration with external services.

Full

WASM Plugin Ecosystem

Extend database functionality with WebAssembly plugins for custom processing.

Full

Multi-Cloud Secrets

Unified secrets management across AWS, GCP, and Azure cloud providers.

Full

Migration Automation

Automated database migration workflows with schema diff and rollback.

Full

Zero-Code DB Builder

Low-code/no-code database platform for citizen developers.

Full

Intelligent Connection Pool

ML-optimized connection pooling with workload-aware routing.

Full

Federated Query Engine

Query across multiple data sources with a unified SQL interface.

Full

Multi-Protocol API Gateway

Unified API gateway supporting REST, GraphQL, gRPC, and WebSocket.

Full

Foreign Data Wrapper

Query external data sources as if they were local tables.

Full

Multi-Model Query Adapter

Unified query interface for relational, document, graph, and time-series data.

Full

Workload Isolation

Scheduler-based workload isolation preventing noisy neighbors.

Full

Circuit Breaker Resilience

Automatic circuit breaker pattern for fault-tolerant distributed operations.

Full

MAB Load Balancing

Multi-armed bandit algorithm for adaptive, intelligent load balancing.

NanoLite

Encryption Compliance

Transparent data encryption (AES-256-GCM) for HIPAA, PCI-DSS, and GDPR compliance.

NanoLite

Audit Logging

Enterprise-grade tamper-proof audit logs with cryptographic checksums and 7-year retention.

Full

Privacy-First Database

Privacy-by-design with data masking, anonymization, and differential privacy.

Full

Blockchain Audit Trail

Immutable blockchain-based audit trails for regulatory compliance.

Full

Post-Quantum Crypto

Quantum-resistant encryption algorithms for future-proof security.

Full

Compliance Automation

Automated compliance checking against SOC2, HIPAA, GDPR, PCI-DSS frameworks.

Full

Data Sovereignty

Multi-cloud deployment with data residency controls and geo-fencing.

Full

ABAC Access Control

Attribute-based access control with XACML policy engine.

Full

Serializable Isolation

ACID compliance with serializable snapshot isolation for financial workloads.

Full

Database Observability

OpenTelemetry-integrated observability with traces, metrics, and logs.

Full

Zero-Downtime Schema

Live schema migrations with zero downtime and automatic rollback.

Full

Deadlock Detection

Distributed deadlock detection and prevention with automatic resolution.

Full

Data Lineage Tracking

End-to-end data provenance and lineage across transformations.

Full

Data Quality Management

AI-powered data quality monitoring, profiling, and remediation.

Full

Anomaly Detection Engine

Real-time anomaly detection on data streams with adaptive thresholds.

NanoLite

Materialized Views

Pre-computed query results with intelligent auto-refresh and CPU-aware scheduling.

NanoLite

Query Optimization

Automatic query optimization with cost-based planning and plan caching.

NanoLite

Index Recommender

AI-powered index recommendation system analyzing query patterns.

NanoLite

Real-Time Dashboards

Sub-second analytics with real-time aggregations for live dashboards.

Full

Streaming Analytics

Real-time stream processing with windowed aggregations and event-time semantics.

Full

Lakehouse OLTP Platform

Unified lakehouse and OLTP with Apache Iceberg integration.

Full

Quantum Query Optimization

Quantum-inspired algorithms (QAOA, VQE) for complex query optimization.

Full

GPU Query Engine

GPU-accelerated query execution with CUDA and ROCm for 10-100x speedup.

Full

GraphRAG HTAP

Graph RAG hybrid transactional/analytical processing for knowledge graphs.

Full

Approximate Queries

BlinkDB-style approximate query processing for instant results on big data.

Full

JIT Query Compilation

Just-in-time query compilation for maximum execution speed.

Full

Cardinality Estimation

Advanced ML-based cardinality estimation for optimal query plans.

Full

Adaptive Index Advisor

Self-tuning index recommendations that adapt to changing workloads.

Full

Query Result Caching

Intelligent query result caching with automatic invalidation.

Full

Query Progress Tracking

Real-time query execution progress monitoring and visualization.

NanoLite

IoT Edge Computing

Lightweight database for edge devices, IoT sensors, and offline-first apps.

NanoLite

Time-Series Vector Analysis

IoT monitoring with semantic time-series analysis and anomaly detection.

NanoLite

Geospatial Semantic Search

Location-based services with combined geospatial and semantic understanding.

Full

Edge Database Sync

Bidirectional edge-to-cloud database synchronization with conflict resolution.

Full

Serverless Scale-to-Zero

Serverless database that auto-scales to zero when idle, pay only for use.

Full

Energy-Aware Optimization

Green computing optimizations reducing energy consumption by up to 40%.

Full

Edge Compute Functions

Run compute functions directly at the edge for ultra-low latency.

Full

Embedded-Cloud Unified

Same database API for embedded edge and cloud deployments.

NanoLite

Data Compression

Advanced compression (ZSTD, LZ4, ALP, FSST) reducing storage by 70-90%.

NanoLiteFull

Time-Travel Queries

Point-in-time database access for audits, compliance, and incident investigation.

Full

Change Data Capture

CDC with event streaming for real-time data integration pipelines.

Full

Data Lifecycle Management

Automated data tiering, retention policies, and archival workflows.

Full

Blockchain-CRDT Sync

Trustless synchronization with blockchain-verified CRDT replication.

Full

Predictive Maintenance

Proactive maintenance scheduling based on hardware and query telemetry.

Full

Point-in-Time Recovery

Advanced backup and recovery with continuous archiving and PITR.

Full

Smart Partitioning

Intelligent data partitioning with automatic range and hash strategies.

Full

Shard Rebalancing

Zero-downtime live shard rebalancing across cluster nodes.

Full

Adaptive Compression

Per-column adaptive compression selecting the best algorithm per data type.

Full

Unified Lakehouse Catalog

Unified data catalog across transactional and analytical workloads.

Full

Materialized View Automation

Intelligent automated view refresh scheduling and dependency tracking.

Full

Probabilistic Structures

Bloom filters, HyperLogLog, Count-Min Sketch for space-efficient analytics.

Full

Paxos WAL Durability

Paxos-based write-ahead log for distributed durability guarantees.

Full

Distributed Shuffle

Optimized distributed shuffle operations for large-scale joins.

NanoLite

MCP Server Integration

Model Context Protocol server for seamless AI development tool integration.

NanoLite

REST API

Native REST API for HTTP-based database access without drivers.

NanoLite

Real-Time Pub/Sub

PostgreSQL-compatible LISTEN/NOTIFY with sub-millisecond latency.

Full

Time-Travel Debugging

Debug production issues by examining historical database states.

Full

Visual Query Debugger

Visual query execution plan debugger with bottleneck identification.

Full

Query Hints System

Developer-controlled query hints for fine-tuning execution strategies.

Full

Type-Safe Code Generation

Generate type-safe database client code from schema definitions.

Full

Recursive CTE Engine

Advanced recursive common table expression support for graph traversals.

Full

Advanced Window Functions

Full window function support with custom frames and aggregates.

Full

Bulk Data Movement

High-throughput bulk data import and export with parallel execution.

Full

Predictive Auto-Scaling

ML-based predictive auto-scaling anticipating load before spikes hit.

Full

FinOps Cost Optimizer

Cloud cost optimization with workload-aware resource right-sizing.

Full

Data Sovereignty Multi-Cloud

Multi-cloud deployment with automatic data residency enforcement.

Full

Predictive Scaling

Anticipatory scaling based on historical patterns and external signals.

Full

Serverless Scale-to-Zero

Cold start optimization and automatic resource deallocation.

Full

Energy-Aware Computing

Carbon-aware scheduling reducing environmental impact.

Full

Multi-Cloud Secrets Mgmt

Unified secrets rotation and management across cloud providers.

Full

Embedded-Cloud Unified

Seamless migration between embedded edge and cloud deployments.

NanoLite

PostgreSQL Compatibility

95%+ PostgreSQL SQL compatibility with wire protocol support.

NanoLite

JSONB Document Store

Flexible schema with JSONB type, GIN indexes, and JSON path queries.

NanoLite

Full-Text + Vector Search

Hybrid search combining full-text BM25 and semantic vector ranking.

Full

JSONB Document Storage

Advanced document storage with schema validation and indexing.

Full

Change Data Capture

Event sourcing and downstream CDC for microservices integration.

Full

Foreign Data Wrappers

Connect to external PostgreSQL, MySQL, and REST data sources.

Full

Multi-Language Procedures

Stored procedures in 4 SQL dialects for enterprise migration.

Full

Type-Safe Codegen

Auto-generate type-safe client code from database schema.

Full

WASM Stored Procedures

Extend with custom WebAssembly stored procedures.

NanoLite

AI RAG Applications

Full RAG application stack with embeddings, retrieval, and generation.

Full

GraphQL Gateway

Automatic GraphQL schema generation from database tables.

Full

gRPC Protocol

High-performance gRPC interface for microservices communication.

Full

Genomics & Bioinformatics

DNA/RNA sequence storage, alignment algorithms, and petabyte-scale genomic processing.

Full

Geospatial Database

Advanced geospatial queries with R-tree indexing and spatial joins.

Full

Holographic 3D Visualization

3D data visualization and VR/AR database interaction.

Full

Neuromorphic Computing

Intel Loihi 2 integration with spiking neural networks for 1000x power savings.

Full

GPU Kernel Fusion

CUDA/ROCm kernel fusion for maximum GPU query throughput.

Full

Quantum Optimization

QAOA, VQE, and quantum annealing for combinatorial optimization problems.

Full

GraphRAG Knowledge Graphs

Hybrid graph + RAG for knowledge graph augmented generation.

Full

Multimodal Unified Store

Unified storage for text, images, audio, and structured data.

NanoLite

Embedded Applications

Desktop, mobile, CLI tools with single-file database deployment.

NanoLite

SaaS Multi-Tenancy

Complete SaaS platform with billing, feature flags, and tenant isolation.

Full

Predictive Query Progress

ML-estimated query completion times and resource consumption.

Full

Blockchain-CRDT Hybrid

Byzantine fault-tolerant synchronization with CRDT conflict resolution.

Build Faster With
The Tools You Love

// Three lines to a working database
let db = HeliosDB::open("myapp.db")?;
db.execute("CREATE TABLE users (
    id SERIAL PRIMARY KEY,
    name TEXT,
    embedding VECTOR(768)
)")?;

// Semantic search in one query
let results = db.query("
    SELECT name, embedding <=> $1 AS distance
    FROM users ORDER BY distance LIMIT 10
", &[&query_vec])?;
# pip install heliosdb-lite
import heliosdb

db = heliosdb.connect("myapp.db")
db.execute("""
    CREATE TABLE documents (
        id SERIAL PRIMARY KEY,
        content TEXT,
        embedding VECTOR(768)
    )
""")

# Works with LangChain and LlamaIndex
results = db.query(
    "SELECT * FROM documents ORDER BY embedding <=> %s LIMIT 10",
    [query_embedding]
)
// npm install heliosdb-lite
import { HeliosDB } from 'heliosdb-lite';

const db = await HeliosDB.open('myapp.db');
await db.execute(`
    CREATE TABLE documents (
        id SERIAL PRIMARY KEY,
        content TEXT,
        embedding VECTOR(768)
    )
`);

// Type-safe queries with Prisma support
const results = await db.query(
    'SELECT * FROM documents ORDER BY embedding <=> $1 LIMIT 10',
    [queryEmbedding]
);
# Install and start in seconds
curl -sSf https://install.heliosdb.dev | sh

# Interactive REPL
heliosdb-lite repl --memory

# Or start as a server
heliosdb-lite start --port 5432

# Connect with any PostgreSQL client
psql -h localhost -p 5432 -d mydb

# Branch your database like Git
heliosdb-lite branch create feature-auth
heliosdb-lite branch switch feature-auth

7 Languages

Rust, Python, TypeScript, Go, Java, C#, Ruby

5+ Frameworks

Axum, FastAPI, Express, Spring Boot, Rails

AI Integrations

LangChain, LlamaIndex, OpenAI, AutoGen, CrewAI

4 Deploy Modes

Embedded, Server, In-Memory, Hybrid

The Future of
Database Technology

50K+ Downloads across npm, cargo, Docker
3 Fortune 500 Enterprise Pilots
2K+ GitHub Stars & Growing
151 Documented Business Use Cases

Market Opportunity

The database market is $100B+ and growing. AI applications demand new capabilities — native vector search, semantic caching, and intelligent query optimization — that legacy databases can't deliver without bolted-on extensions.

Technology Moat

  • Only database with Git-like branching at the storage layer
  • 384x vector compression with Product Quantization
  • 14 native protocol adapters in a single binary
  • Quantum + GPU + Neuromorphic research pipeline
  • Written in Rust — memory-safe, no GC pauses

Business Model

Open-source core (Apache 2.0) with enterprise features driving revenue. Three-tier product architecture enables land-and-expand from developer adoption to enterprise contracts.

Community: Free Professional: $99/node/mo Enterprise: Custom

Team & Vision

Database engineers, systems programmers, and developer advocates building the database developers deserve. Backed by a mission to make powerful database capabilities accessible to every developer.

Contact Us →

Simple, Transparent
Pricing

Open source at the core. Pay only when you need enterprise features or support.

Community

Free forever

Everything you need to build and deploy.

  • Full database functionality
  • Vector search with HNSW
  • Database branching
  • Time-travel queries (7 days)
  • PostgreSQL compatibility
  • All compression algorithms
  • Basic encryption (TDE)
  • Community support
Download Free

Enterprise

Custom pricing

For regulated industries and high-scale deployments.

  • Everything in Professional, plus:
  • 24/7 support (1h critical SLA)
  • HeliosProxy Full (14 features)
  • HA Tier 2 & 3 (multi-primary)
  • FIPS 140-3 + ZKE
  • SOC 2 / HIPAA toolkit
  • Dedicated success manager
  • SLA guarantees (99.99%)
Contact Sales

Ready to Build the Future?

Join 50,000+ developers building with HeliosDB.