- Chrome: GitHub DeepWiki Button - Chrome Web Store
- Firefox: GitHub DeepWiki Button - Firefox Add-ons
- Edge: GitHub DeepWiki Button - Microsoft Edge Addons
DeepWiki is a powerful AI documentation tool by Cognition. It generates comprehensive documentation for any GitHub repository and allows you to chat with it - all for free for open-source projects!
Just change github.com
to deepwiki.com
in any repository URL to access it.
GitHub DeepWiki Button does not collect any data.
In the future, GitHub DeepWiki Button may add the ability to save user settings on your device, but that data will not be sent to the server.
In addition, the GitHub DeepWiki Button management account will not be transferred to a third party.
If you have any questions or inquiries regarding the privacy policy, please contact koukun0120@gmail.com.
Revised: April 29, 2025
Node.js 22 or higher is required for development.
- Clone the repository:
git clone https://github.com/yamadashy/github-deepwiki.git cd github-deepwiki
- Install Node.js 22 or higher (Node.js official site or nvm is recommended).
- Install dependencies:
npm install
- Start the development server:
npm run dev
Development extension for each browser.
npm run dev chrome
npm run dev firefox
npm run dev edge
Build extension for each browser.
npm run build chrome
npm run build firefox
npm run build edge
Lint code.
npm run lint
This project is licensed under the MIT License.