deepwiki-open is a free, open source documentation & knowledge base project written in Python and released under MIT. It has 17,996 GitHub stars, 2,004 forks and 269 open issues, and was last pushed 14 days ago. On this registry it ranks #8 of 40 tracked projects in Documentation & Knowledge Base, with 5 head-to-head comparisons available. It gained 17 stars over the last 3 tracked days.

What is deepwiki-open?

What it is

DeepWiki-Open, also published as Grok-Wiki, is an open-source wiki generator for source code repositories. It takes a GitHub, GitLab, or Bitbucket repository name as input and produces a navigable documentation site for that codebase. The project is written in Python and released under the MIT License, and the author describes it plainly as a personal implementation attempt at DeepWiki. It lives in the AI developer-tooling ecosystem alongside the model providers and coding agents its topic list names, including OpenAI, Gemini, OpenRouter, Ollama, Codex, and grok-cli.

The concrete problem it addresses is the gap between a working codebase and readable documentation for it. Most repositories ship with little or no explanation of how their parts fit together, and hand-writing that material is slow work that falls out of date. DeepWiki-Open analyzes the code structure, generates documentation from what it finds, builds visual diagrams of how components relate, assembles the output into an easy-to-navigate wiki, and produces a codemap for code-centric guided tours. The result is a browsable knowledge base derived from the repository itself rather than from a maintainer's spare time.

Key capabilities

  • Generates wikis automatically for any GitHub, GitLab, or Bitbucket repository from nothing more than the repository name.
  • Analyzes code structure as the first step of generation, using that analysis as the basis for the documentation it writes.
  • Creates visual diagrams that explain how the analyzed components work together.
  • Organizes generated material into an easy-to-navigate wiki structure rather than a flat dump of pages.
  • Produces a codemap that supports code-centric guided tours through the project.
  • Supports multiple model backends, with OpenAI, Gemini, OpenRouter, Ollama, Codex, and grok-cli named in the topic list.
  • Ships README translations in Simplified Chinese, Traditional Chinese, Japanese, Spanish, Korean, Vietnamese, Brazilian Portuguese, French, and Russian.

Who uses it and how

  • Developers who point the tool at a repository they did not write and want a navigable explanation of its structure before reading the source.
  • Maintainers who enter their own repository name to produce starter documentation that can later be edited and committed.
  • Teams that self-host the tool, an option the self-hosted topic explicitly signals, and route generation through a model provider of their own choosing.
project readme (upstream, from github) — read inline

DeepWiki-Open (Grok-Wiki)

grok-wiki

DeepWiki is my own implementation attempt of DeepWiki, automatically creates beautiful, interactive wikis for any GitHub, GitLab, or BitBucket repository! Just enter a repo name, and DeepWiki will:

  1. Analyze the code structure
  2. Generate comprehensive documentation
  3. Create visual diagrams to explain how everything works
  4. Organize it all into an easy-to-navigate wiki
  5. Generate codemap for code-centric guided tours

"Buy Me A Coffee" Tip in Crypto Twitter/X Discord

English | 简体中文 | 繁體中文 | 日本語 | Español | 한국어 | Tiếng Việt | Português Brasileiro | Français | Русский

Deepwiki-Open 2.0 (Grok Wiki is now live)

https://github.com/user-attachments/assets/48d1e60a-eb91-4c05-a5a8-3624ffb79fb1

🤝 Contributing

Contributions are welcome! Feel free to:

  • Open issues for bugs or feature requests
  • Submit pull requests to improve the code
  • Share your feedback and ideas

📄 License

This project is licensed under the MIT License - see the LICENSE file for details.

⭐ Star History

Star History Chart

Frequently asked questions

Is deepwiki-open free to use?

deepwiki-open is open source under the MIT licence. There is no licence fee and no seat count — you can self-host it or, where the project offers one, pay a vendor for a managed version instead.

What does deepwiki-open do?

Open Source DeepWiki: AI-Powered Wiki Generator for GitHub/Gitlab/Bitbucket Repositories. Join the discord: https://discord.gg/gMwThUMeme

What is deepwiki-open written in?

deepwiki-open is primarily written in Python. Its source is publicly available at https://github.com/AsyncFuncAI/deepwiki-open, and it has 17,996 GitHub stars.