The fastest, lightest native desktop reader for Karpathy-style LLM wikis.
Built for people (and agent swarms) who live in large, richly interlinked Markdown wikis and want a snappy, opinionated reading experience without the weight of a full note-taking app.
If you (or your agents) maintain a Karpathy-style structured LLM wiki — hundreds of interlinked Markdown files with YAML frontmatter, [[wikilinks]], "Top" summaries, and a living raw/ or concepts/ structure — then Obsidian starts to feel heavy.
LLM Wiki Reader is the purpose-built alternative:
It is the reading companion for the age of agent-written knowledge bases.
[[slug|Display Text]]), deeply nested SKILL.md files, and legacy relative Markdown links.raw/, _archive/, etc.).raw/suggestions/) that your agent pipelines can later consume. This is the missing human-in-the-loop for living LLM wikis.Obsidian is incredible when you are writing or using dozens of plugins.
LLM Wiki Reader exists for the other 80 % of the time — when you (or a reviewer) just want to read, follow links, search, and give lightweight feedback as fast as possible.
It is dramatically lighter, faster, and more focused.
All official releases are available on the Releases page.
| Package | Description | Recommended for |
|---|---|---|
LLM-Wiki-Reader-*.msi |
Standard WiX installer | Most users (clean Add/Remove Programs entry, Start Menu, uninstaller) |
LLM-Wiki-Reader-*-setup.exe |
NSIS portable-style installer | Users who prefer a single .exe |
.msi (preferred).C:\Users\YourName\wiki. Use the "Choose folder…" button if your wiki lives elsewhere.Note: Windows may show a SmartScreen warning on first run (common for new apps). Click "More info" → "Run anyway".
We publish two packages:
Download from Releases.
For the AppImage:
chmod +x LLM-Wiki-Reader-*.AppImage
./LLM-Wiki-Reader-*.AppImage
For the .deb:
sudo dpkg -i LLM-Wiki-Reader_*.deb
First run auto-detects ~/wiki.
Best-effort / unsigned universal build
We produce one universal DMG (works on both Intel Macs and Apple Silicon) on every tagged release.
LLM-Wiki-Reader-macOS-universal.dmgThis is unsigned for v0.1.0. We plan to add proper code signing + notarization in a future release.
See:
.github/workflows/build.yml) for the exact CI commands used for official buildsYou need:
One of the most powerful patterns with agent-driven wikis is the human ↔ agent loop.
LLM Wiki Reader makes the human side trivial:
suggestion, correction, addition…).raw/suggestions/.Your agent pipeline (or a human curator) can then pick these up on the next run, incorporate the knowledge, and close the loop.
This is the feature that makes LLM Wiki Reader feel alive even though it is read-only.
This is a Tauri v2 + Svelte 5 + Rust application.
The high-performance wiki parser and indexer live in the reusable wiki-core/ crate.
Releases are built automatically via the GitHub Actions workflow in .github/workflows/build.yml.
MIT
Made with ❤️ for people (and agents) who actually read their wikis.
If this is useful to you (or your agent swarm), consider starring the repo — it helps me understand if there's real interest in a focused wiki reader.
Feedback, ideas, and bug reports are very welcome.