# kuzudb/kuzu

Embedded property graph database built for speed. Vector search and full-text search built in. Implements Cypher.

Repository: https://github.com/kuzudb/kuzu
Canonical: https://ross.abutalabs.com/products/kuzu
Homepage: https://kuzudb.com/
Language: C++
License: MIT
License Family: permissive
Topics: database, cypher, graph, embeddable, graph-database, graphdb, neo4j, nosql, embedded, wasm, vector
Archived: true
Last push: 2025-10-10T15:34:00+00:00

## Health v2 (maintenance only)
Score: 10/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 46, release rhythm 39, longevity 100
- inputs: {"age_days": 2167, "days_push": 327, "days_rel": 327, "gap_med": 32.5, "n_releases_24m": 13}
- flags: archived
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 4026, forks 517 (observed 2026-08-28T04:08:32.623211+00:00)

## What it is
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
- artifact type: library
- maturity: abandoned
- function: database, vector-database, search-engine
- domain: databases, data-science, developer-tools
- platform: cpp, python, wasm, cross-platform, browser, cli
- tags: graph-database, cypher, embedded-database, property-graph, neo4j-alternative, full-text-search, vector-search, columnar-storage, serverless-database, graph-processing, search, nodejs

## Member repositories
- kuzudb/kuzu (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:32.623211+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:23:53.805213+00:00, confidence not recorded.
  - readme: https://github.com/kuzudb/kuzu (fetched 2026-08-28T04:08:32.623211+00:00, sha c63c34c514c1)
- Data as of 2026-08-30T08:39:29.467469+00:00.
