Helix Db Download

Open-source, Rust-based graph-vector database unifying graph, vector, and document storage for AI applications.

⭐ 3,470 stars on GitHub
Latest Release: v2.1.6

About Software

HelixDB is a cutting-edge, open-source database built from scratch in Rust, designed to unify graph, vector, and document data models into a single platform. It eliminates the need for managing separate databases for different data types, providing a streamlined solution for building modern AI-driven applications and RAG (Retrieval-Augmented Generation) systems.

The database features built-in support for embedding generation, vector search, and graph traversals, all accessible through a type-safe query language, HelixQL. With its focus on low latency and ease of use, HelixDB empowers developers to create sophisticated applications that can reason over interconnected data without the operational complexity of polyglot persistence.

Use Cases:

  • Store and query complex data relationships using graph structures
  • Perform efficient vector similarity searches for AI applications
  • Manage multi-modal data including documents and key-values
  • Integrate directly with AI agents using built-in MCP tools
  • Develop type-safe applications with HelixQL and Rust SDKs

Downloads

v2.1.6 December 10, 2025
helix-x86_64-pc-windows-msvc.exeexe
v2.1.5 December 09, 2025
helix-x86_64-pc-windows-msvc.exeexe
v2.1.4 December 05, 2025
helix-x86_64-pc-windows-msvc.exeexe
v2.1.3 November 23, 2025
helix-x86_64-pc-windows-msvc.exeexe
v2.1.2 November 11, 2025
helix-x86_64-pc-windows-msvc.exeexe
v2.1.1 November 07, 2025
helix-x86_64-pc-windows-msvc.exeexe
v2.1.0 November 06, 2025
helix-x86_64-pc-windows-msvc.exeexe
v2.0.5 October 08, 2025
helix-x86_64-pc-windows-msvc.exeexe
v2.0.4 October 01, 2025
helix-x86_64-pc-windows-msvc.exeexe
v2.0.3 September 30, 2025
helix-x86_64-pc-windows-msvc.exeexe
v2.0.2 September 30, 2025
helix-x86_64-pc-windows-msvc.exeexe
v2.0.1 September 28, 2025
helix-cli-windows-amd64.exeexe
v2.0.0 September 27, 2025
helix-cli-windows-amd64.exeexe
v1.0.138 September 25, 2025
helix-cli-windows-amd64.exeexe
v1.0.137 September 20, 2025
helix-cli-windows-amd64.exeexe
v1.0.136 September 03, 2025
helix-cli-windows-amd64.exeexe
v1.0.135 August 29, 2025
helix-cli-windows-amd64.exeexe
v1.0.133 August 17, 2025
helix-cli-windows-amd64.exeexe
v1.0.132 August 17, 2025
helix-cli-windows-amd64.exeexe
v1.0.131 August 17, 2025
helix-cli-windows-amd64.exeexe
v1.0.130 August 14, 2025
helix-cli-windows-amd64.exeexe
v1.0.129 August 06, 2025
helix-cli-windows-amd64.exeexe
v1.0.128 August 06, 2025
helix-cli-windows-amd64.exeexe
v1.0.127 August 02, 2025
helix-cli-windows-amd64.exeexe
v1.0.126 July 31, 2025
helix-cli-windows-amd64.exeexe
v1.0.125 July 31, 2025
helix-cli-windows-amd64.exeexe
v1.0.124 July 31, 2025
helix-cli-windows-amd64.exeexe
v1.0.123 July 30, 2025
helix-cli-windows-amd64.exeexe
v1.0.122 July 30, 2025
helix-cli-windows-amd64.exeexe

Package Info

Last Updated
Dec 10, 2025
Latest Version
v2.1.6
License
AGPL-3.0
Total Versions
29

README

HelixDB: an open-source graph-vector database built from scratch in Rust.

Website | Docs | Discord | X/Twitter

Docs (https://img.shields.io/badge/docs-latest-blue) Change Log (https://img.shields.io/badge/changelog-latest-blue) GitHub Repo stars (https://img.shields.io/github/stars/HelixDB/helix-db) Discord (https://img.shields.io/discord/1354148209005559819?logo=discord) LOC (https://img.shields.io/endpoint?url=https://ghloc.vercel.app/api/HelixDB/helix-db/badge?filter=.rs$,.sh$&style=flat&logoColor=white&label=Lines%20of%20Code) Manta Graph (https://getmanta.ai/api/badges?text=Manta%20Graph&link=helixdb)

HelixDB is a database that makes it easy to build all the components needed for an AI application in a single platform.

You no longer need a separate application DB, vector DB, graph DB, or application layers to manage the multiple storage locations to build the backend of any application that uses AI, agents or RAG. Just use Helix.

HelixDB primarily operates with a graph + vector data model, but it can also support KV, documents, and relational data.

Key Features

Built-in MCP tools Helix has built-in MCP support to allow your agents to discover data and walk the graph rather than generating human readable queries.
Built-in Embeddings No need to embed your data before sending it to Helix, just use the Embed function to vectorize text.
Tooling for RAG HelixDB has a built-in vector search, keyword search, and graph traversals that can be used to power any type of RAG applications.
Secure by Default HelixDB is private by default. You can only access your data through your compiled HelixQL queries.
Ultra-Low Latency Helix is built in Rust and uses LMDB as its storage engine to provide extremely low latencies.
Type-Safe Queries HelixQL is 100% type-safe, which lets you develop and deploy with the confidence that your queries will execute in production
See full README on repository.