模型 / 資料集
Graphify-Labs/graphify avatar
Graphify-Labs/graphify

graphify:從 README 拆解功能、限制與採用條件

將任何程式碼庫及其文件、SQL 架構、配置和 PDF 轉換為可查詢的知識圖。適用於 Claude Code、Cursor、Codex 和 Gemini CLI 的 /graphify 技能:本地確定性 AST 解析,每條邊均已解釋,無向量儲存。

116,984 個 Star11,408 個 ForkPythonMIT

秒懂

它是什麼?
Turn any codebase, with its docs, SQL schemas, configs, and PDFs, into a queryable knowledge graph. A /graphify skill for Claude Code, Cursor, Codex, and Gemini CLI: local deterministic AST parsing, every edge explained, no vector store.。本文整理 Graphify-Labs/graphify 的使用入口、環境條件、功能邊界與專案專屬核驗方式。
適合誰用?
graphify 適合需要 README 所列能力,且能管理其環境與設定的使用者;不適合把範例或未說明行為當成正式保證。先執行:執行 uv tool install graphifyy、graphify install,接著在目標目錄輸入 /graphify .;檢查 graphify-out/graph.html、GRAPH_REPORT.md、graph.json,以及 EXTRACTED 和 INFERRED 邊標記。
可以商用嗎?
可以。Apache-2.0 是寬鬆授權:你可以使用、修改並販售以它為基礎的軟體,只需保留著作權與授權聲明。
還在維護嗎?
有在維護。儲存庫在最近一天內有新的提交。
用什麼語言寫的?
主要是 Python(依據 GitHub 的語言統計)。

以上回答依據專案的 GitHub 資料(最近同步於 2026年9月15日)與我們的分析,不構成法律意見。

開源專案深度解析

graphify:專案定位

Graphify-Labs/graphify 的 README 將專案描述為「Turn any codebase, with its docs, SQL schemas, configs, and PDFs, into a queryable knowledge graph. A /graphify skill for Claude Code, Cursor, Codex, and Gemini CLI: local deterministic AST parsing, every edge explained, no vector store.」。本文只整理倉庫可直接核對的內容,不把 star、Fork 或宣傳語當成品質證明。README 在「README」下寫到:🇺🇸 English | 🇨🇳 简体中文 | 🇯🇵 日本語 | 🇰🇷 한국어 | 🇩🇪 Deutsch | 🇫🇷 Français | 🇪🇸 Español | 🇮🇳 हिन्दी | 🇧🇷 Português | 🇷🇺 Русский | 🇸🇦 العربية | 🇮🇷 فارسی | 🇮🇹 Italiano | 🇵🇱 Polski | 🇳🇱 Nederlands | 🇹🇷 Türkçe | 🇺🇦。這說明的是專案邊界,不是已完成的生產驗證。

執行 uv tool install graphifyy、graphify install,接著在目標目錄輸入 /graphify .;檢查 graphify-out/graph.html、GRAPH_REPORT.md、graph.json,以及 EXTRACTED 和 INFERRED 邊標記。 這段檢查只核對 Graphify-Labs/graphify README 已列出的入口與產物,文件未說明的效能、相容性或安全性不延伸成保證。

graphify:適用場景

從 README 的「README」與相關條目,可以先判斷它是否處理你的實際問題:Every edge is explained. Each connection is tagged EXTRACTED (explicit in the source) or INFERRED (resolved by graphify), so you can tell what was read directly from what was inferred.。若需求不同,不應只因專案熱度就採用。本文保留原始專案名、命令與元件名,方便回到一手來源核對。 README 另外列出一項可核對的資訊:Code maps for free, fully local. Code is parsed with tree-sitter AST: deterministic, no LLM, nothing leaves your machine. (Docs, PDFs, images and video use your assistant's model, or a configured API key, for a semantic pass.)。這類原文條目可用來設計試跑步驟,但不能取代實際環境測試。

執行 uv tool install graphifyy、graphify install,接著在目標目錄輸入 /graphify .;檢查 graphify-out/graph.html、GRAPH_REPORT.md、graph.json,以及 EXTRACTED 和 INFERRED 邊標記。 這段檢查只核對 Graphify-Labs/graphify README 已列出的入口與產物,文件未說明的效能、相容性或安全性不延伸成保證。(graphify 第 2 節第 2 段)

graphify:運作方式

README 將運作方式分散在「README」等段落。可確認的線索包括:> Want this always-on, updating in the background across your code, docs, and meetings rather than only on demand? That is what we are building at graphify.com.。本文不把未寫出的架構、效能或安全邊界補成結論;真正的執行鏈仍要配合目錄、設定檔與版本標籤檢查。

執行 uv tool install graphifyy、graphify install,接著在目標目錄輸入 /graphify .;檢查 graphify-out/graph.html、GRAPH_REPORT.md、graph.json,以及 EXTRACTED 和 INFERRED 邊標記。 這段檢查只核對 Graphify-Labs/graphify README 已列出的入口與產物,文件未說明的效能、相容性或安全性不延伸成保證。(graphify 第 3 節第 2 段)

graphify:安裝與第一次執行

第一次安裝應從 README 指出的入口開始。目前可核對的命令是:

$ graphify explain "APIRouter"

如果倉庫沒有命令,本文不會自行編造步驟,而是建議先閱讀「What it does」,確認系統依賴、預設埠與首次初始化。

執行 uv tool install graphifyy、graphify install,接著在目標目錄輸入 /graphify .;檢查 graphify-out/graph.html、GRAPH_REPORT.md、graph.json,以及 EXTRACTED 和 INFERRED 邊標記。 這段檢查只核對 Graphify-Labs/graphify README 已列出的入口與產物,文件未說明的效能、相容性或安全性不延伸成保證。(graphify 第 4 節第 4 段)

graphify:設定與日常使用

日常使用取決於專案文件。README 的「README」段落提到:Works in Claude Code, Cursor, Codex, Gemini CLI, GitHub Copilot, and 15+ more , pick your platform.。設定檔、環境變數、權限與資料目錄只在來源明確時才會記錄;沒有寫出的預設值,應在測試環境驗證並保留回滾副本。 同一部分也提到:Not a vector index. No embeddings, no vector store: a real graph you traverse. Ask a question, trace the path between two things, or explain one concept.。

執行 uv tool install graphifyy、graphify install,接著在目標目錄輸入 /graphify .;檢查 graphify-out/graph.html、GRAPH_REPORT.md、graph.json,以及 EXTRACTED 和 INFERRED 邊標記。 這段檢查只核對 Graphify-Labs/graphify README 已列出的入口與產物,文件未說明的效能、相容性或安全性不延伸成保證。(graphify 第 5 節第 2 段)

graphify:README 能確認的限制

README 能確認的限制比宣傳頁更重要。現有來源沒有證明Graphify-Labs/graphify具備固定相容矩陣、服務等級、效能基準或長期支援承諾。README 只明確寫到「Once the graph is built you query it instead of reading files. Real output, graphify run on the FastAPI codebase shown above:」。這些未知項應列入選型紀錄,不要改成肯定句。

執行 uv tool install graphifyy、graphify install,接著在目標目錄輸入 /graphify .;檢查 graphify-out/graph.html、GRAPH_REPORT.md、graph.json,以及 EXTRACTED 和 INFERRED 邊標記。 這段檢查只核對 Graphify-Labs/graphify README 已列出的入口與產物,文件未說明的效能、相容性或安全性不延伸成保證。(graphify 第 6 節第 2 段)

graphify:安全、隱私與授權

授權資訊來自倉庫資料與 LICENSE:目前 SPDX 標識為 Apache-2.0。這代表分發和修改要依授權處理,但不等於完成安全審查。憑證管理、網路暴露、日誌保存與第三方依賴若未在 README 說明,仍需逐項檢查。

執行 uv tool install graphifyy、graphify install,接著在目標目錄輸入 /graphify .;檢查 graphify-out/graph.html、GRAPH_REPORT.md、graph.json,以及 EXTRACTED 和 INFERRED 邊標記。 這段檢查只核對 Graphify-Labs/graphify README 已列出的入口與產物,文件未說明的效能、相容性或安全性不延伸成保證。(graphify 第 7 節第 2 段)

graphify:維護與升級觀察點

維護判斷只能引用可追溯訊號:預設分支為 v8,快照記錄 102166 個 star、9924 個 fork、800 個開放 issue。README 的「See it in action」寫到:Every edge carries a confidence tag (EXTRACTED = explicit in the source, INFERRED = derived by resolution), so you can tell what was read directly from what was inferred.。這可用來安排升級複核,不能取代變更測試。 維護時也應對照 README 的「What it does」段落:| Capability | What you get | |---|---| | God nodes | The most-connected concepts, so you see what everything flows through | | Communities | The graph split into subsystems (Leiden), with LLM-free labels | | Cross-file links | calls /。

執行 uv tool install graphifyy、graphify install,接著在目標目錄輸入 /graphify .;檢查 graphify-out/graph.html、GRAPH_REPORT.md、graph.json,以及 EXTRACTED 和 INFERRED 邊標記。 這段檢查只核對 Graphify-Labs/graphify README 已列出的入口與產物,文件未說明的效能、相容性或安全性不延伸成保證。(graphify 第 8 節第 2 段)

執行 uv tool install graphifyy、graphify install,接著在目標目錄輸入 /graphify .;檢查 graphify-out/graph.html、GRAPH_REPORT.md、graph.json,以及 EXTRACTED 和 INFERRED 邊標記。 第 1 次核對應記錄實際輸入、輸出與日誌,確認 graphify 的範例是否在目標環境重現;若 README 沒有對應說明,就把它列為待確認條件,不以推測補足。

執行 uv tool install graphifyy、graphify install,接著在目標目錄輸入 /graphify .;檢查 graphify-out/graph.html、GRAPH_REPORT.md、graph.json,以及 EXTRACTED 和 INFERRED 邊標記。 第 2 次核對應記錄實際輸入、輸出與日誌,確認 graphify 的範例是否在目標環境重現;若 README 沒有對應說明,就把它列為待確認條件,不以推測補足。

執行 uv tool install graphifyy、graphify install,接著在目標目錄輸入 /graphify .;檢查 graphify-out/graph.html、GRAPH_REPORT.md、graph.json,以及 EXTRACTED 和 INFERRED 邊標記。 第 3 次核對應記錄實際輸入、輸出與日誌,確認 graphify 的範例是否在目標環境重現;若 README 沒有對應說明,就把它列為待確認條件,不以推測補足。

執行 uv tool install graphifyy、graphify install,接著在目標目錄輸入 /graphify .;檢查 graphify-out/graph.html、GRAPH_REPORT.md、graph.json,以及 EXTRACTED 和 INFERRED 邊標記。 第 4 次核對應記錄實際輸入、輸出與日誌,確認 graphify 的範例是否在目標環境重現;若 README 沒有對應說明,就把它列為待確認條件,不以推測補足。

執行 uv tool install graphifyy、graphify install,接著在目標目錄輸入 /graphify .;檢查 graphify-out/graph.html、GRAPH_REPORT.md、graph.json,以及 EXTRACTED 和 INFERRED 邊標記。 第 5 次核對應記錄實際輸入、輸出與日誌,確認 graphify 的範例是否在目標環境重現;若 README 沒有對應說明,就把它列為待確認條件,不以推測補足。

執行 uv tool install graphifyy、graphify install,接著在目標目錄輸入 /graphify .;檢查 graphify-out/graph.html、GRAPH_REPORT.md、graph.json,以及 EXTRACTED 和 INFERRED 邊標記。 第 6 次核對應記錄實際輸入、輸出與日誌,確認 graphify 的範例是否在目標環境重現;若 README 沒有對應說明,就把它列為待確認條件,不以推測補足。

執行 uv tool install graphifyy、graphify install,接著在目標目錄輸入 /graphify .;檢查 graphify-out/graph.html、GRAPH_REPORT.md、graph.json,以及 EXTRACTED 和 INFERRED 邊標記。 第 7 次核對應記錄實際輸入、輸出與日誌,確認 graphify 的範例是否在目標環境重現;若 README 沒有對應說明,就把它列為待確認條件,不以推測補足。

執行 uv tool install graphifyy、graphify install,接著在目標目錄輸入 /graphify .;檢查 graphify-out/graph.html、GRAPH_REPORT.md、graph.json,以及 EXTRACTED 和 INFERRED 邊標記。 第 8 次核對應記錄實際輸入、輸出與日誌,確認 graphify 的範例是否在目標環境重現;若 README 沒有對應說明,就把它列為待確認條件,不以推測補足。

執行 uv tool install graphifyy、graphify install,接著在目標目錄輸入 /graphify .;檢查 graphify-out/graph.html、GRAPH_REPORT.md、graph.json,以及 EXTRACTED 和 INFERRED 邊標記。 第 9 次核對應記錄實際輸入、輸出與日誌,確認 graphify 的範例是否在目標環境重現;若 README 沒有對應說明,就把它列為待確認條件,不以推測補足。

執行 uv tool install graphifyy、graphify install,接著在目標目錄輸入 /graphify .;檢查 graphify-out/graph.html、GRAPH_REPORT.md、graph.json,以及 EXTRACTED 和 INFERRED 邊標記。 第 10 次核對應記錄實際輸入、輸出與日誌,確認 graphify 的範例是否在目標環境重現;若 README 沒有對應說明,就把它列為待確認條件,不以推測補足。

執行 uv tool install graphifyy、graphify install,接著在目標目錄輸入 /graphify .;檢查 graphify-out/graph.html、GRAPH_REPORT.md、graph.json,以及 EXTRACTED 和 INFERRED 邊標記。 第 11 次核對應記錄實際輸入、輸出與日誌,確認 graphify 的範例是否在目標環境重現;若 README 沒有對應說明,就把它列為待確認條件,不以推測補足。

編輯結論

graphify 適合需要 README 所列能力,且能管理其環境與設定的使用者;不適合把範例或未說明行為當成正式保證。先執行:執行 uv tool install graphifyy、graphify install,接著在目標目錄輸入 /graphify .;檢查 graphify-out/graph.html、GRAPH_REPORT.md、graph.json,以及 EXTRACTED 和 INFERRED 邊標記。,再依具體輸出決定是否納入既有流程。

官方來源

  1. Official documentation
  2. Official README
  3. Project repository
  4. Release notes
社群筆記

社群筆記