macOS
brew install kuzulocal Homebrew formula metadata
brew
kuzu のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install kuzulocal Homebrew formula metadata
nix profile install nixpkgs#kuzunixpkgs package indexes · pkgs/by-name/ku/kuzu/package.nix · ソース: api.github.com
概要
Embeddable graph database management system built for query speed & scalability
履歴
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.
セキュリティ状態
broad file, network, media, or database tool signal.
リスク blue · 信頼度 中 · tool
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
kuzu | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/kuzudb/kuzu
インストールメタデータ
| パッケージキー | brew:kuzu |
|---|---|
| バージョン | 0.11.3 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/kuzu |
| ホームページ | https://github.com/kuzudb/kuzu |
| リポジトリ | https://github.com/kuzudb/kuzu |
| 上流ドキュメント | https://github.com/kuzudb/kuzu#readme |
| ライセンス | MIT |
| ソースアーカイブ | https://github.com/kuzudb/kuzu/archive/refs/tags/v0.11.3.tar.gz |
| ビルド依存関係 | cmake |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| 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 |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
kuzu
nix profile install nixpkgs#kuzuソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.