Why This Matters

Every article you read should never be forgotten.

The difference between forgetting and compounding

What changes when LLM-Wiki enters your workflow.

Without LLM Wiki for Obsidian — Knowledge Saving

You clip an article, drop it in a folder, forget the filename. Three months later, search returns nothing useful.

With LLM Wiki for Obsidian — Knowledge Saving

Drop it in sources/. The plugin reads it, extracts key ideas, updates 10–15 related wiki pages, and files the summary. Done in seconds.

Without LLM Wiki for Obsidian — Knowledge Connection

You manually link two notes. Six months later, one is updated — the other still points to the old version. Links silently rot.

With LLM Wiki for Obsidian — Knowledge Connection

All cross-references are maintained automatically. When new data contradicts an old claim, every affected page updates.

Without LLM Wiki for Obsidian — Knowledge Compounding

A year of notes is a pile of files. Each new project starts from zero. You re-read the same sources, re-derive the same insights.

With LLM Wiki for Obsidian — Knowledge Compounding

A year of sources builds a dense, cross-referenced wiki. New questions tap into everything you have ever read. Knowledge compounds.

Features

What changes when you use it

Not a feature list. A set of behaviors that change how you interact with your own knowledge.

Zero-config

Auto-Organize

Drop articles, papers, or notes into sources/. The plugin reads them in full context, extracts entities and concepts, and builds structured wiki pages — no manual tagging, no folders to manage.

sources/article.md
↓ (auto)
wiki/entities/...
wiki/concepts/...
[[wiki-links]]

Bidirectional Links

Every generated page is woven with [[bidirectional links]] into your Obsidian graph. Open Graph View and watch your knowledge map grow organically with each new source.

[[Page A]][[Page B]]
auto-linked
graph grows
Chat

Conversational Query

Ask questions about your knowledge in natural language. The plugin reads your wiki pages (not the internet), synthesizes cited answers with [[wiki-links]], and can save responses back as new wiki pages.

Ask: "How does X relate to Y?"
→ [[X]] + [[Y]] cited
→ saved as wiki page
Always on

Auto Maintenance

File watcher for automatic ingestion. Periodic lint detects contradictions, stale info, and orphaned pages. Startup health check keeps your wiki consistent — all default OFF to avoid surprise costs.

file watcher: ON
lint: weekly
health check: startup
(default: OFF)
Get Started

Up and running in minutes

No extra apps. Runs inside your existing Obsidian vault.

01

Download

Grab main.js, manifest.json, and styles.css from GitHub Releases. These three files are all you need.

Download Latest
02

Install

Open ObsidianSettingsCommunity plugins. Click the icon to open your plugins directory. Create a new folder called llm-wiki, drop the three files in, then click the icon in Obsidian. Enable the plugin when it appears.

03

Configure

Go to Settings → Karpathy LLM Wiki. Pick a provider (DeepSeek, Claude, Gemini, GPT, Ollama, etc.), enter your API key, click Fetch Models, then Test Connection and Save.

04

Use

Press Cmd+P (or Ctrl+P on Windows) to open the command palette. Type Ingest to find Ingest Sources or Ingest from Folder. Type Query to ask questions about your knowledge. The plugin handles the rest.

Ecosystem

Every plugin, amplified

LLM Wiki for Obsidian is not an island. It makes every tool you already use more powerful.

Graph View

Visualize links between notes

+ LLM Wiki for Obsidian

Wiki gives your graph real meaning — hub pages, knowledge clusters, orphan detection. Graph becomes navigation, not decoration.

Web Clipper

Clip articles as Markdown

+ LLM Wiki for Obsidian

Drop into sources/, AI auto-extracts, links, updates index. One clip → 10+ wiki pages.

Dataview

Query frontmatter to generate tables

+ LLM Wiki for Obsidian

AI auto-adds structured metadata (tags, dates, categories). Dataview turns empty tables into living dashboards.

Git

Version control for files

+ LLM Wiki for Obsidian

Watch your knowledge evolve step by step. Every commit tells how your understanding grew.

Marp

Generate slide decks

+ LLM Wiki for Obsidian

A presentation is just a query: "Summarize my research for 10-min talk." Wiki generates slides from knowledge.

Canvas

Infinite visual canvas

+ LLM Wiki for Obsidian

AI generates concept maps, timelines, decision trees from your knowledge graph — not blank canvas.

These are just the beginning. Every Obsidian plugin becomes more powerful when your knowledge is structured.
Open Source

Built in the open

MIT licensed, community driven, vendor neutral. Use it, extend it, make it yours.

Obsidian Native

No extra apps to install. Runs entirely inside your Obsidian vault.

Vendor Neutral

Your LLM, your choice. Cloud or local, switch anytime.

Long-context models (256K+ tokens) are recommended — the full wiki fits in a single inference call, giving the LLM complete understanding.

Your LLM, your choice

Works with any major provider — no lock-in.

DeepSeek Best value
DeepSeek V4
1M Cloud
Google
Gemini Pro
1M Cloud
Anthropic
Claude
1M Cloud
OpenAI
GPT
1M Cloud
Moonshot
Kimi
256K Cloud
GLM
GLM-5
200K Cloud
OpenRouter
Universal API
Varies Cloud
Ollama
Any local model
Varies Local