synthadoc
An open-source LLM knowledge compilation engine turning raw documents into structured wikis
GraphCanon updated Aug 13, 2026 · GitHub synced Aug 13, 2026
30views this month
Decision brief
Synthadoc is an open-source compilation engine that turns raw documents into structured wikis locally without using RAG techniques.
Good fit when
- Use Synthadoc when seeking transparency in the transformation of raw document data to a human-readable wiki format, offering local-first management and self-improvement capabilities.
- Consider it if your organization values an enterprise-level solution for personal knowledge management (PKM) that can adapt specifically to your domain needs without requiring external dependencies.
Avoid when
- Do not use Synthadoc if you require traditional RAG techniques in handling document compilation, as this tool explicitly avoids them.
- Avoid it when an integrated solution with third-party tools is needed since it focuses on being a standalone, self-managed and self-improved system.
Observed Jul 16, 2026 · Source: enrich:decision_facts
Verify the decision
Maintenance and security
Full trust report- Maintenance
- Very active (0d since push)
- As of Aug 13, 2026
- Provenance
- Not a fork · Organization account
- As of Aug 13, 2026
- Security (OSV)
- No lockfile
- As of Jul 15, 2026
Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.
Install
pip install synthadoc PyPISimilar tools
Same-category neighbours. No typed graph edges are catalogued for this tool yet.
Evidence and technical details
Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.
Overview
Synthadoc aims to convert raw document data into organized and readily accessible wiki structures without relying on traditional RAG techniques.
Capability facts
- CLI
- CLI entrypoint
Source: pyproject.toml:[project.scripts] · Aug 13, 2026
- Languages
- python
Source: github.language+pyproject.toml · Aug 13, 2026
Categories
Tags
README
Install a wiki and start the engine A wiki is a self contained knowledge base — a folder of Markdown pages maintained and cross referenced automatically by Synthadoc. The fastest way to get started is the History of Computing demo (13 pre built pages, no LLM API key required to b...
For agents
This page has a .md twin and JSON over the API.