Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
HelixDB is an OLTP graph-vector database built in Rust on Object Storage.
| Date | Stars |
|---|---|
| 2026-07-24 | 5671 |
| 2026-07-25 | 5674 |
| 2026-07-28 | 5674 |
| 2026-07-30 | 5674 |
| 2026-07-31 | 5689 |
| 2026-08-06 | 5689 |
Today
— stars today
This week
+15 stars this week
This month
— stars this month
Momentum
30.0
growth rate 0.26%/day
<div align="center"> <img src="./assets/full_logo_dark.png#gh-dark-mode-only" alt="HelixDB Logo"> <img src="./assets/full_logo_light.png#gh-light-mode-only" alt="HelixDB Logo"> <b>HelixDB</b>: a graph-vector database for knowledge graphs and AI memory. Built from scratch in Rust. <br/><br/> <a href="https://www.ycombinator.com/launches/Naz-helixdb-the-database-for-rag-ai" target="_blank"><img src="https://www.ycombinator.com/launches/Naz-helixdb-the-database-for-rag-ai/upvote_embed.svg" alt="Launch YC: HelixDB - The Database for Intelligence" style="margin-left: 12px;"/></a> <h3> <a href="https://helix-db.com">website</a> | <a href="https://docs.helix-db.com">docs</a> | <a href="https://discord.gg/2stgMPr5BD">discord</a> | <a href="https://x.com/helixdb">X/twitter</a> </h3> [](https://docs.helix-db.com) [](https://docs.helix-db.com/change-log/helixdb) [](https://github.com/HelixDB/helix-db/stargazers) [](https://discord.gg/2stgMPr5BD) [](https://github.com/HelixDB/helix-db) </div> <hr> HelixDB is a database that makes it easy to build all the components needed for AI applications in a single platform. You don't need a separate application DB, relational DB, vector DB, graph DB, or application layers to manage the multiple storage locations. HelixDB gives your agents federated access to company data, for memory, company brains, and applications. Helix primarily operates with a graph + vector data model, but it also supports KV, documents, and relational data. ## Getting Started ### 1. Install the CLI The Helix CLI runs and manages local instances and talks to Helix Cloud. ```bash curl -sSL "https://install.helix-db.com" | bash ``` Already installed? Update to the latest version with `helix update`. ### 2. The quickest path — `helix chef` `helix chef` is an interactive, one-shot bootstrapper. It installs the HelixDB query skills and docs MCP, scaffolds a project, starts a local instance, seeds some example data, and writes a `HELIX_CHEF_PROMPT.md`. If a coding agent is available (Claude Code, Codex, or OpenCode), it can hand off and build a working app — frontend and all — from a one-line description of what you want. ```bash helix chef ``` That's it — no flags. Answer "what do you want to build?" and follow the prompts. ### 3. Manual local setup If you'd rather wire things up yourself: 1. **Initialize a project.** This scaffolds `helix.toml`, a `.helix/` workspace dir, and a ready-to-run `examples/request.json`. ```bash mkdir my-helix-app && cd my-helix-app helix init ``` 2. **Start a local instance.** Runs a background container on port `6969` and waits until it accepts queries. ```bash helix start dev ``` > ⚠️ The default storage mode is **in-memory** — stopping the instance wipes its data. Use `helix start dev --disk` to persist data across restarts, or `--foreground` to stream logs. 3. **Send a query.** ```bash helix query dev --file examples/request.json ``` 4. **Stop the instance when you're done.** ```bash helix stop dev ``` ## Writing queries with the SDKs Queries are authored with the Rust, TypeScript, Go, or Python DSL and sent straight to a running instance as dynamic requests against `POST /v1/query` — no build or deploy step. The SDKs produce the same JSON AST. The examples below talk to a local instance on `http://localhost:6969` (the default `helix start dev` port). See the [Querying Guide](https://docs.helix-db.com/database/querying-guide/overview) for the full builder catalog and the dynamic-query wire format. ### Rust Ins
Excerpt of 9,300 characters
Read on GitHubXav · HelixDB · United States
2.1k
299
113
Raphael Darley · United Kingdom
84
31
25
Diego Reis · Brazil
17
14
11
10
Nikhil Patil · India
9
7
4
Claude · @anthropics
3
Miracle Jude · remote and onsite
3
2
Harsh Kumar · India
2
2
1
Joshua LeBlanc
1
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:cd8978f2a790b328, topic:vector-database, desc:vector database, readme:vector database
matched fp:cd8978f2a790b328, topic:rag