macOS
brew install kuzulocal Homebrew formula metadata
brew
Embeddable graph database management system built for query speed & scalability. Version 0.11.3 via Homebrew; verified from local package data.
install
brew install kuzulocal Homebrew formula metadata
nix profile install nixpkgs#kuzunixpkgs package indexes · pkgs/by-name/ku/kuzu/package.nix · source: api.github.com
overview
Embeddable graph database management system built for query speed & scalability
history
Kuzu is an embedded property graph database for analytical graph workloads, combining a Cypher-facing graph model with an in-process deployment style closer to SQLite or DuckDB than to a server database.
Kuzu was initially developed by Kuzu Inc. and the official docs describe it as coming out of academic database research by a team focused on graph storage, query processing, and scalability. Its core design includes columnar disk storage, CSR adjacency and join indices, vectorized and factorized query processing, efficient join algorithms, multi-core parallelism, and serializable ACID transactions.
Kuzu attracted attention as an embeddable graph DBMS for applications, notebooks, data science, and graph analytics where running a separate graph server is inconvenient. The project shipped client APIs across languages, a CLI, and integrations with formats and systems such as Parquet, Arrow, DuckDB, and SQLite.
Users create a Kuzu database either on disk or in memory, define a structured property graph schema, import data from files, and query with Cypher. The docs emphasize that embedded use avoids installing or managing an external DBMS server.
Kuzu matters to package nerds because it packages graph database functionality as an embeddable library and CLI, making graph queries feel installable like a local data tool. The later archive notice and v0.11.3 extension-bundling release also make it a case study in how package ecosystems handle project wind-downs and extension delivery.
security posture
broad file, network, media, or database tool signal.
blue risk · medium confidence · tool
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
kuzu | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/kuzudb/kuzu
install metadata
| Package key | brew:kuzu |
|---|---|
| Version | 0.11.3 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/kuzu |
| Homepage | https://github.com/kuzudb/kuzu |
| Repository | https://github.com/kuzudb/kuzu |
| Upstream docs | https://github.com/kuzudb/kuzu#readme |
| License | MIT |
| Source archive | https://github.com/kuzudb/kuzu/archive/refs/tags/v0.11.3.tar.gz |
| Build dependencies | cmake |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | kuzu |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | yes |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
kuzu
nix profile install nixpkgs#kuzusource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.