An open-source shot at DeepWiki-style repo docs
It is an open-source attempt to automatically generate interactive wikis and visual diagrams for public repositories, because writing docs by hand is a chore.

What it does DeepWiki-Open ingests a public repository from GitHub, GitLab, or Bitbucket, analyzes its structure, and attempts to produce a browsable wiki complete with documentation and visual diagrams. The README bills it as a personal implementation of DeepWiki, though it offers almost no detail on the underlying pipeline or which AI models drive the generation.
The interesting bit The project has accumulated over seventeen thousand stars despite a README that is essentially a landing page, which suggests developer demand for automated repository documentation is enormous—and that marketing a tool as “AI-powered” still goes a long way.
Key highlights
- Generates documentation and visual diagrams from public repository structure
- Supports GitHub, GitLab, and Bitbucket sources
- README translated into ten languages
- Also distributed as “Grok Wiki” via grok-wiki.com
- MIT licensed
Caveats
- The README is vague on technical implementation: it does not clarify which LLMs or local models are used, how repositories are fetched, or what the hosting requirements are
- A commercial “Grok Wiki” distribution is promoted alongside the open repository, but the relationship between the two is unexplained
- Despite the “self-hosted” topic tag, no self-hosting instructions or architecture details appear in the provided documentation
Verdict Curious developers who want AI-generated wikis for public repos should watch this space, but anyone needing transparent internals, documented self-hosting, or a clear open-source/commercial split will have to dig through the source or wait for better docs.
Frequently asked
- What is AsyncFuncAI/deepwiki-open?
- It is an open-source attempt to automatically generate interactive wikis and visual diagrams for public repositories, because writing docs by hand is a chore.
- Is deepwiki-open open source?
- Yes — AsyncFuncAI/deepwiki-open is open source, released under the MIT license.
- What language is deepwiki-open written in?
- AsyncFuncAI/deepwiki-open is primarily written in Python.
- How popular is deepwiki-open?
- AsyncFuncAI/deepwiki-open has 17.9k stars on GitHub and is currently cooling off.
- Where can I find deepwiki-open?
- AsyncFuncAI/deepwiki-open is on GitHub at https://github.com/AsyncFuncAI/deepwiki-open.