RadarTopicsBuildersWeeklyReads
Open Source Radar
atomicstrata/

llm-wiki-compiler

GitHubWebsite

llm-wiki-compiler converts raw sources into an interlinked markdown wiki with citation tracking, provenance, and retrieval features. It supports configurable lifecycle profiles, templates, and OKF exchanges for portable knowledge.

1.9kstars
184forks
15issues
MITlicense
2026since
Star historydaily snapshots by VibeCrowd

Collecting history — the radar snapshots this repo daily. The trend line appears after 3 days of data (1 so far).

Alternatives & relatedmatched by topic overlap
Reviewgenerated from repository data · Aug 5, 2026

What it is

llmwiki compiles raw sources into an interlinked, citation-traceable markdown wiki that agents and humans can browse, query, lint, export, and reuse. It implements Karpathy's LLM Wiki pattern by compiling knowledge into durable pages with structure, provenance, review state, and retrieval metadata over time. It offers configurable lifecycle profiles (CLP) to declare typed entities, relations, workflows, artifacts, connectors, and retrieval policy, stored in a validated .llmwiki/profile.json. It includes installable domain templates (autosci, newsroom) and support for Open Knowledge Format (OKF) exchange, JSON/JSON-LD/GraphML/Marp/llms.txt exports, and provider runtimes.

How it works

The tool compiles sources into a two-phase wiki: concepts and pages, with typed pages for concept, entity, comparison, and overview. It uses a runtime contract enforced by the profile, including gates for relation, evidence, artifacts, and human/agent checks. It supports semantic chunk search, BM25 reranking, wikilink graph expansion, and a local viewer. It can export to OKF and other portable formats, and includes a runtime components like MCP server, SDK, and view tooling.

Getting started

"npm install -g llm-wiki-compiler" is shown in the quickstart. The README provides commands for ingestion, compilation, and viewing, such as:

llmwiki quickstart ./notes.md
llmwiki query "what are the key ideas?"
llmwiki view --open

It also demonstrates starting a domain model with templates:

llmwiki template inspect autosci
llmwiki template init autosci
llmwiki profile validate
llmwiki workflow list

Recent releases

  • v1.1.0 (2026-07-15) Adds a security-first template distribution ecosystem with signing, offline distributions, and verification.
  • v1.0.0 (2026-07-10) Introduces Configurable Lifecycle Profiles (CLP) for declarative domain packs.
  • v0.10.0 (2026-06-14) Adds review-policy gate, OKF export/import, and Mintlify docs.
  • v0.9.0 (2026-06-08) Adds end-to-end source-freshness loop and in-process SDK.
  • v0.8.0 (2026-05-26) Adds guided project steps, quickstart, context graph packs, viewer route, and eval harness.

Traction

1873 stars; 184 forks; 15 open issues. Created 2026-04-05; last push 2026-07-28.

License

MIT

Getting started (snippets)

Sample install and usage commands are shown in the Quick start section:

npm install -g llm-wiki-compiler

Other notes

The project supports multiple outputs and integrations, including OKF and various export formats, and includes a CLI with commands for ingest, compile, view, lint, eval, export, and import.

SharePost on XLinkedIn
All trending reposRevenue-verified startups →