Map the whole workspace.
Index files, folders, packages, and symbols into one local Relationship Graph. Start wide, then follow the connections that matter.
One graph cache · local source · no uploadCodeGraphy is a local, interactive Relationship Graph for files, symbols, packages, and their connections, so you can see how a workspace actually fits together.
$ npm i -g @codegraphy-dev/coreAcross four depths, CodeGraphy keeps the map visible while you change the question. Each layer uses the same Core-owned graph, whether you explore in VS Code or query from the terminal.
Index files, folders, packages, and symbols into one local Relationship Graph. Start wide, then follow the connections that matter.
One graph cache · local source · no uploadPan, zoom, focus, and expand the graph as a living system. Physics reveals clusters and paths that a folder tree cannot show.
WebGPU renderer · WebAssembly physicsSearch, filter, and set Graph Scope without losing the surrounding system. Keep the context you need and quiet the rest.
Search · filters · persistent scopePlugins add framework, engine, document, and visual semantics through typed contracts while Core keeps one consistent graph model.
Plugin API v3 · package-owned semanticsExplore the Plugin APIThe CodeGraphy Agent Skill teaches shell-capable coding agents to index first, ask bounded Graph Query questions, and open source only when the graph says it matters.
Install Core and index the current workspace into the same Graph Cache used by VS Code.
npm i -g @codegraphy-dev/corecodegraphy indexQuery dependencies, dependents, paths, or scoped symbols before opening source.
codegraphy dependencies packages/core/src/cli/command.tsCore ships broad baseline language coverage. Plugins add deeper, ecosystem-specific meaning where syntax alone is not enough.
The extension is the fastest way in. The CLI and Plugin API are there when your workflow needs more.
01
Install the extension, open a CodeGraphy Workspace, run Indexing, and explore the Relationship Graph beside your code.
Install the extension02
Install @codegraphy-dev/core when you want headless Indexing, diagnostics, Graph Query, Graph Scope, and Filter commands.
Read the CLI guide03
Enable official Plugins or build a typed Plugin Package to add framework, engine, document, or language-specific graph meaning.
Explore Plugins
$ npm i -g @codegraphy-dev/core