Skip to content

All pages

LLM Wiki

A desktop app where an LLM turns your documents into a wiki and keeps it current.

AI7d ago
Category
AI
Website
github.com
Language
English
Listed
7d ago
Forks
2,224

nashsu/llm_wiki ↗, TypeScript, Last commit 24d ago

Most retrieval setups answer each question from raw documents all over again. LLM Wiki instead has a language model read what you import and compile it into a structured, interlinked wiki that it keeps updating as sources change, an approach based on Andrej Karpathy's LLM Wiki pattern.

It ingests PDFs, Office files, EPUB and MOBI books, Org mode notes, images, web clips and batches of URLs, and each generated page traces back to its source. Links between pages feed a knowledge graph with community detection, vector search through LanceDB is optional, and a Chrome clipper, a local HTTP API and an MCP server let other tools work with the wiki. Models can come from OpenAI, Anthropic, Google, Ollama or a custom endpoint. The app is built with Tauri for macOS, Windows and Linux and released under GPL-3.0.

Like this product?