Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Graph Chat

Muhammad HamzaMuhammad Hamza14 downloads

An extended graph view where notes open into AI chat boxes powered by your local Claude Code CLI. Branch conversations, link notes by dragging, and every chat is a real markdown note.

Add to Obsidian
Graph Chat screenshot
Graph Chat screenshot
Graph Chat screenshot
Graph Chat screenshot
  • Overview
  • Scorecard
  • Updates3

An extended graph view for Obsidian where your notes open into AI chat boxes — powered by the Claude Code CLI you already have.

Obsidian's graph view lets you see your knowledge. Graph Chat lets you talk to it: click a note, ask a question, branch the conversation, and watch your graph grow — because every chat is a real markdown note in your vault, linked to the note it came from.

⚠️ Requires the Claude Code CLI installed and authenticated on your machine. The plugin spawns it locally against your vault — no API keys, no separate billing, and it inherits your vault's CLAUDE.md, skills, and instructions. Support for other CLIs (Codex, Gemini, GLM, …) is planned for a future version.

Showcase

Your notes as an interactive canvas — pan, zoom, arrange; positions persist.

Notes view

Chat with any note — the AI reads the note and its whole graph neighborhood, right on the canvas.

Chat view

Branch conversations — each branch remembers everything up to the branch point, then diverges. Try the same question across different models, side by side.

Branch view

Semantic zoom — zoom out and the vault collapses into folder cards; drag one to move its whole cluster.

Folder view

What it does

  • 🗺️ Graph canvas — your vault's notes, tags, and links rendered as an interactive canvas (force-layouted, positions persist once you arrange them).
  • 💬 Chat from any note — hover a note and hit + to open a chat anchored to it. Claude reads the note and knows its whole graph neighborhood — outgoing links and backlinks — loading whichever neighbors the question needs.
  • 🌿 Branching conversations — hit + on a chat box to branch it: the new session remembers everything up to the branch point, then diverges. Probe the same point with different models side by side.
  • 📝 Chats are real notes — every thread saves as markdown with a Source: wikilink, so conversations appear in the native graph too, get AI-generated titles, and can be tagged, linked, searched, and read like any other note. By default each folder keeps its chats in its own Chats/ subfolder.
  • 🔗 The canvas is writable — drag a + onto another note to create a real [[wikilink]] (into the Tags: line), onto a tag to tag it, onto a chat to share that note's context with the conversation. Select an edge and press Delete to unlink. Everything you'd do by typing, done spatially.
  • 🧠 Shared context, multiple sources — link several notes into one chat and it becomes a common conversation across all of them.
  • 🗂️ Semantic zoom — zoom out and the canvas collapses into folder cards with aggregated edges; drag a folder card to move its whole cluster; click to dive back in.
  • 🎛️ Model picker per chat — Sonnet / Opus / Haiku / anything your Claude plan supports, switchable mid-conversation. Configurable in settings.
  • 🔒 Read-only AI — the spawned CLI gets Read/Glob/Grep only. It can never modify your notes. The only writes are the chat notes the plugin itself saves, and the links you explicitly drag.

Install

Manual (until it's in the community store):

  1. Download main.js, manifest.json, and styles.css from the latest release.
  2. Create the folder <your vault>/.obsidian/plugins/graph-chat/ and drop the three files in.
  3. Reload Obsidian → Settings → Community plugins → enable Graph Chat.

Via BRAT: add mhmzdev/obsidian-graph-chat as a beta plugin.

Then: open plugin settings and set your Claude CLI path (run which claude in a terminal — e.g. /Users/you/.local/bin/claude).

Settings

Setting What it does
Claude CLI path Absolute path to the claude binary
Default chats folder Fallback storage for chat notes
Per-folder chats Each folder keeps chats in its own <folder>/Chats (toggle per folder)
Chat folder routing Explicit rules: notes under folder X store chats in folder Y
Models Toggle the models offered in the chat dropdown; add custom ids
Included folders All folders, or a checklist of the ones you want on the canvas

How it works

The plugin registers a custom view built on React Flow and runs headless claude -p sessions (--output-format stream-json) with your vault as the working directory. Conversations continue via --resume, branches via --fork-session. Chat titles come from a one-shot Haiku call after the first exchange.

Your notes never leave your machine except through your own Claude CLI, under your own account, with read-only tools.

Credits

  • Bonscape — the branching-conversations-on-a-canvas experience that inspired this plugin. If you want that idea as a polished standalone product, go look at what they've built.
  • React Flow (xyflow) for the canvas engine.
  • Obsidian for being the kind of app you can build this on.

Roadmap

  • Provider adapters: Codex CLI, Gemini CLI, GLM, and other local CLIs
  • Promote a co-source note to primary
  • Mobile-friendly fallback view

Development

npm install
npm run dev              # watch build
OBSIDIAN_VAULT="/path/to/vault" npm run deploy   # build + copy into your vault

# releasing (bumps package.json + manifest.json + versions.json, tags,
# pushes — the GitHub Action then builds and drafts the release):
npm run publish:patch    # 1.0.0 -> 1.0.1
npm run publish:minor    # 1.0.0 -> 1.1.0
npm run publish:major    # 1.0.0 -> 2.0.0

For an exact version: npm version 1.2.3 && git push && git push --tags.

License

MIT

HealthExcellent
ReviewCaution
About
Open your vault as an interactive graph and chat with notes directly — click a note to spawn an AI chat that reads the note and its linked neighborhood. Branch conversations into diverging threads, save every chat as a linked Markdown note, and pan/zoom or collapse clusters with positions persisting.
AICanvasVisualization
Details
Current version
1.1.2
Last updated
3 days ago
Created
3 days ago
Updates
3 releases
Downloads
14
Compatible with
Obsidian 1.7.2+
Platforms
Desktop only
License
MIT
Report bugRequest featureReport plugin
Author
Muhammad HamzaMuhammad Hamzamhmzdev
GitHubmhmzdev
  1. Community
  2. Plugins
  3. AI
  4. Graph Chat

Related plugins

Advanced Canvas

Supercharge your canvas experience. Create presentations, flowcharts and more.

HiWords

Effortlessly grow your vocabulary as you read, with automatic highlighting and translation of unfamiliar words.

Excalidraw

Visual PKM powerhouse. Create and edit Excalidraw drawings.

Claudian

Embeds Claude Code/Codex and other local Agents as AI collaborators in your vault.

Copilot

Your AI Copilot: Chat with Your Second Brain, Learn Faster, Work Smarter.

Fast Note Sync

Real-time sync of your vaults across server, mobile, and web; shareable with anyone; supports REST and MCP integrations to build your personal AI knowledge base.

Breadcrumbs

Visualise the hierarchy of your vault using a breadcrumb trail or matrix view.

Maps

Adds a map layout to bases so you can display notes as an interactive map view.

Mermaid Tools

Improved Mermaid.js experience: visual toolbar with common elements and more.

Agent Client

Chat with Claude Code, Codex, Gemini CLI, and more via the Agent Client Protocol — right from your vault.