Legal Notices
This page records the public documentation site's project license and visible third-party build artifacts. It complements the repository-level THIRD_PARTY_NOTICES.md.
Project License
The documentation source is released under Apache-2.0, matching the toolchain repositories.
Repository License Map
The public-preview toolchain uses Apache-2.0 across the source repositories. Each repository keeps its own LICENSE, contribution, support, security, and third-party notice files so package artifacts can be audited independently.
| Repository | License | Distributed artifact | Notice posture |
|---|---|---|---|
llmwiki-serve | Apache-2.0 | Python wheel and sdist | Wheel includes LICENSE and THIRD_PARTY_NOTICES.md; release smoke checks wheel and sdist contents. |
llmwiki-agent-bridge | Apache-2.0 | npm package | Package currently has no runtime npm dependencies and ships THIRD_PARTY_NOTICES.md. |
llmwiki-chat | Apache-2.0 | npm package and browser dist/ artifact | Package ships THIRD_PARTY_NOTICES.md, generated THIRD_PARTY_LICENSES.md, and copies generated license text into dist/. |
llmwiki-docs | Apache-2.0 | GitHub Pages site | Site publishes generated third-party license text as /third-party-licenses.txt. |
Package and Pages publication should check generated license artifacts, package contents, and registry state before publication. The current registry and Pages posture is summarized in Release Status & Compatibility.
Naming And Trademarks
LLMWiki, LLM Wiki, and related wording are used descriptively for compatibility with Markdown knowledge-folder workflows and agent-readable context patterns. This documentation and the related repositories are independent community tooling. They are not official projects from Andrej Karpathy or any upstream producer named in compatibility examples.
Third-party product, project, runtime, and company names such as MCP, A2A, Hermes, DeepAgents, Codex, Claude Code, Copilot, Dify, RAGFlow, AnythingLLM, Open WebUI, Onyx, LangGraph, LlamaIndex, mem0, and GraphRAG are the property of their respective owners. References describe integration paths, compatibility surfaces, or comparison categories. They do not imply endorsement, affiliation, sponsorship, certification, or product validation unless a separate written certification is explicitly documented.
Site Build Artifacts
The published GitHub Pages artifact is built with VitePress and includes client-side JavaScript, CSS, local-search assets, and font files generated by the VitePress default theme.
| Component | Role in Pages artifact | License | Source |
|---|---|---|---|
| VitePress | Static site generator and default theme | MIT | https://vitepress.dev/ |
| Vue | Client-side runtime used by VitePress | MIT | https://vuejs.org/ |
| Vite | Bundler used by VitePress | MIT | https://vite.dev/ |
| VueUse | Runtime utilities used by VitePress | MIT | https://vueuse.org/ |
| MiniSearch | Local search index runtime used by VitePress local search | MIT | https://lucaong.github.io/minisearch/ |
| mark.js | Local search result highlighting | MIT | https://markjs.io/ |
| focus-trap and tabbable | Local search modal focus management | MIT | https://github.com/focus-trap/focus-trap |
| Iconify Simple Icons data | GitHub social icon data used by VitePress theme | CC0-1.0 | https://icon-sets.iconify.design/simple-icons/ |
| Inter font files | Default VitePress theme font assets | SIL Open Font License 1.1 | https://github.com/rsms/inter |
The complete dependency graph and exact package versions are recorded in package-lock.json. Package metadata and discovered top-level license, copyright, notice, and attribution files from installed site dependency packages are generated into third-party-licenses.txt. Some npm packages do not ship a top-level license file in their published tarball; those entries retain the declared license metadata and explicitly record the missing file. Before enabling public Pages hosting, review that generated artifact against the built site.