Skip to content
@HelixDB

HelixDB

The best graph-vector database built for developers
HelixDB

The database for AI memory

Knowledge graphs, vectors, full-text search, and transactional application data in one Rust engine — built for agents, GraphRAG, and company brains.

Website · Documentation · Get started · Discord

GitHub stars Docs Discord

Give your AI connected context

Vector search finds similar things. Graph traversal explains how they are connected. HelixDB combines both with BM25 full-text search and transactional application data, so your AI can retrieve richer context without stitching together multiple databases.

Graph-native Hybrid retrieval Application-ready
Model entities, relationships, and typed properties as a labeled property graph. Combine graph traversal, approximate vector search, and BM25 in the same system. Use full ACID transactions and type-safe SDKs for Rust, TypeScript, Go, and Python.

Start in minutes

# Install the CLI
curl -sSL "https://install.helix-db.com" | bash

# Create and run a local project (requires Docker or Podman)
mkdir my-helix-app && cd my-helix-app
helix init local
helix start dev

# Run the generated example query
helix query dev --file examples/request.json

Local instances start in memory for a fast development loop. Use helix start dev --disk when you want data to persist across restarts.

Want an agent to bootstrap the project? Run helix chef to scaffold HelixDB, seed starter data, install the Helix skills and docs integration, and hand the build to Codex, Claude Code, or OpenCode.

Build with Helix

Author strongly typed queries in your application and send them directly to a running instance — no separate query deployment step.

Scale with Helix Cloud

Helix Cloud runs the graph, vector, and text engines on durable object storage. A gateway routes requests to a dedicated writer and horizontally scaling readers, while tiered memory and SSD caches keep hot data close to compute.

  • Object storage is the durable system of record
  • Readers auto-scale independently with query load
  • Serializable transactions provide full ACID guarantees
  • High-availability deployments span multiple gateways and database nodes

Explore the architecture · Get started with Helix Cloud

Explore the ecosystem

Project What it is
helix-db The database engine, CLI, SDKs, and local development workflow.
Documentation Guides for local development, SDKs, querying, indexing, and Helix Cloud.
skills Agent skills for authoring, translating, and optimizing HelixDB queries.

Pinned Loading

  1. helix-db helix-db Public

    HelixDB is an OLTP graph-vector database built in Rust on Object Storage.

    Rust 5.9k 348

Repositories

Showing 9 of 9 repositories
  • helix-db Public

    HelixDB is an OLTP graph-vector database built in Rust on Object Storage.

    HelixDB/helix-db's past year of commit activity
    Rust 5,877 Apache-2.0 348 4 8 Updated Aug 31, 2026
  • slatedb Public Forked from slatedb/slatedb

    A cloud native embedded storage engine built on object storage.

    HelixDB/slatedb's past year of commit activity
    Rust 0 Apache-2.0 291 0 1 Updated Aug 31, 2026
  • skills Public

    Helix Skills

    HelixDB/skills's past year of commit activity
    1 0 0 3 Updated Aug 26, 2026
  • cmem Public Forked from thedotmack/claude-mem

    Persistent Context Across Sessions for Every Agent – Captures everything your agent does during sessions, compresses it with AI, and injects relevant context back into future sessions. Works with Claude Code, OpenClaw, Codex, Gemini, Hermes, Copilot, OpenCode + More

    HelixDB/cmem's past year of commit activity
    JavaScript 0 Apache-2.0 8,275 0 1 Updated Aug 11, 2026
  • helix-ql-docs Public archive
    HelixDB/helix-ql-docs's past year of commit activity
    MDX 3 6 0 2 Updated Aug 4, 2026
  • .github Public
    HelixDB/.github's past year of commit activity
    0 0 0 0 Updated Jul 24, 2026
  • graphify-v8 Public Forked from Graphify-Labs/graphify

    AI coding assistant skill (Claude Code, Codex, OpenCode, Cursor, Gemini CLI, and more). Turn any folder of code, SQL schemas, R scripts, shell scripts, docs, papers, images, or videos into a queryable knowledge graph. App code + database schema + infrastructure in one graph.

    HelixDB/graphify-v8's past year of commit activity
    Python 0 MIT 11,079 0 0 Updated Jul 23, 2026
  • hql-v1-docs Public

    HelixQL v1 (legacy) documentation for HelixDB

    HelixDB/hql-v1-docs's past year of commit activity
    0 MIT 0 0 0 Updated Jun 3, 2026
  • helix-gateway Public archive

    Helix Gateway

    HelixDB/helix-gateway's past year of commit activity
    Rust 0 0 0 0 Updated Jan 26, 2026

Most used topics

Loading…