RepoWiki v0.1.0
Open-source DeepWiki alternative — generate comprehensive wiki documentation for any codebase from terminal or browser.
Features
- CLI-first:
pip install repowikiand go, no Docker needed - Local repo support: scan local folders directly, no GitHub required
- Wiki generation: project overview, module docs, architecture diagrams (Mermaid), reading guide
- PageRank file ranking: dependency graph analysis to identify core files
- Multiple export formats: Markdown, JSON, self-contained HTML
- Web UI: three-column wiki viewer with Mermaid diagrams and Q&A chat
- 11 LLM providers: DeepSeek, Claude Opus/Sonnet, GPT-5.4, Gemini 3.1 Pro, Qwen3.5, Kimi K2.6, GLM-5, MiniMax M2.7 and more
- Smart caching: SQLite cache by content hash, skip unchanged files on re-scan
Install
pip install repowiki
repowiki config set api_key YOUR_KEY
repowiki scan ./your-project