Skip to content
github-actions[bot] edited this page May 12, 2026 · 2 revisions

KGraph Wiki

KGraph is a free, local-first repository intelligence layer for AI coding tools.

The official npm package is @kentwynn/kgraph. The official repository is github.com/kentwynn/KGraph.

KGraph helps coding agents reuse repo structure, symbols, relationships, and durable notes instead of rediscovering the same codebase every session.

Start Here

Core Promise

  • Free core functionality
  • Local repo intelligence
  • Human-readable JSON, YAML, and Markdown artifacts
  • No telemetry
  • No account
  • No cloud service requirement
  • No source-code upload

Quick Install

npm install -g @kentwynn/kgraph@latest
kgraph --version

Or run without installing:

npx @kentwynn/kgraph@latest init
npx @kentwynn/kgraph@latest "auth token refresh"

KGraph requires Node.js 20 or newer.

Clone this wiki locally