Skip to content
github-actions[bot] edited this page Jun 7, 2026 · 4 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 gives AI coding tools a local repo memory: file maps, symbols, relationships, and durable knowledge atoms stored under .kgraph/.

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 Start

npm install -g @kentwynn/kgraph@latest
kgraph init
kgraph "auth token refresh"

KGraph requires Node.js 20 or newer.

Clone this wiki locally