← All comparisons

GNO vs Qmd

Qmd is the markdown search CLI Karpathy recommends for his LLM Wiki. GNO does everything Qmd does — plus multi-format indexing, a web UI, AI answers, agent skills, and hosted publishing.

Compare GNO and Qmd for local knowledge search. Both provide local hybrid search with MCP integration — the pattern Karpathy recommends for LLM Wikis. GNO adds multi-format support, a workspace UI, AI answers, agent skills, and optional hosted publishing.

Choose Qmd if
You only need markdown search, want a minimal single-purpose CLI, and prefer the smallest possible tool.
Choose GNO if
You want the full LLM Wiki stack — hybrid search over markdown and other formats, a browsable workspace, AI answers with citations, agent integration for Claude Code and Cowork, and optional hosted publishing when you need to share.

The LLM Wiki search layer

Karpathy’s LLM Wiki pattern needs a local search engine over markdown files with hybrid BM25 + vector retrieval and an MCP server so agents can query the compiled knowledge. Both Qmd and GNO fit this role. GNO goes further with multi-format indexing, a full workspace UI, AI-powered answers, and one-line agent skill install.

Format support

Retrieval

AI and agent access

Qmd provides an MCP server. GNO provides MCP and one-line agent skill install for Claude Code, Codex, and OpenClaw — plus a REST API and TypeScript SDK for custom tooling. For Claude Cowork users, GNO acts as a persistent searchable knowledge base across sessions.

Beyond search

GNO is a full workspace — browsable collection tree, knowledge graph, safe editing, and optional hosted publishing via gno.sh. If your LLM Wiki grows beyond search into browsing, sharing, and collaboration, GNO scales with you.

Keep comparing

More head-to-head pages.