Skip to content

v0.1.0 - Initial Release

Latest

Choose a tag to compare

@he-yufeng he-yufeng released this 16 Apr 03:59
· 9 commits to main since this release

RepoWiki v0.1.0

Open-source DeepWiki alternative — generate comprehensive wiki documentation for any codebase from terminal or browser.

Features

  • CLI-first: pip install repowiki and 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