Ross ROSS = Recommend OSS · open-source software intelligence for agents

kuzudb/kuzu

Embedded property graph database built for speed. Vector search and full-text search built in. Implements Cypher. observed · 2026-08-28

github.com/kuzudb/kuzu · homepage · C++ · MIT (permissive) · archived observed · 2026-08-28

Health v2 · maintenance only

10/100

  • Activity 46
  • Release rhythm 39
  • Longevity 100

Flags: archived

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: 32.5
  • age_days: 2167
  • days_rel: 327
  • days_push: 327
  • n_releases_24m: 13

Full methodology

Adoption not part of the score

4026 stars · 517 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

Kuzu is an embedded, serverless property graph database written in C++ that implements the Cypher query language and is optimized for fast analytical queries on large graphs. It includes built-in full-text search, vector indices, columnar storage, and WebAssembly bindings for running in the browser.

Use cases

  • embed a graph database in my application without running a server
  • run Cypher queries locally like SQLite but for graphs
  • add vector similarity search to a knowledge graph
  • build a RAG pipeline with graph + vector retrieval
  • run a graph database in the browser with WebAssembly
  • analyze large graphs with fast joins and parallel queries
  • find a lightweight Neo4j alternative

When to choose

  • you need an embeddable, serverless graph database with Cypher support
  • you want combined graph, full-text, and vector search in one engine
  • you need fast analytical graph workloads on large datasets
  • you want a database that runs in-browser via WebAssembly

When to avoid

  • you need a maintained project with active support - Kuzu has been archived by its maintainers
  • you rely on official extension downloads - the extension server is no longer provided
  • you need a client-server multi-user production database
  • you require guaranteed long-term updates or security patches

Facets

library · maturity abandoned

database vector-database search-engine databases data-science developer-tools cpp python wasm cross-platform browser cli graph-database cypher embedded-database property-graph neo4j-alternative full-text-search vector-search columnar-storage serverless-database graph-processing search nodejs

1 source

Member repositories

RepositoryRoleHealth v2
kuzudb/kuzumain10

For agents

markdown · JSON · MCP: product_card(name="kuzudb/kuzu")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem