Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

DeepWiki-Open

install

From source

git clone --depth=1 https://github.com/AsyncFuncAI/deepwiki-open
cd deepwiki-open
vim .env
GOOGLE_API_KEY=<your_google_api_key>
OPENAI_API_KEY=<your_openai_api_key>
OLLAMA_HOST=<your_ollama_host>
uv venv
source .venv/bin/activate
uv pip install poetry==1.8.2 && poetry install -C api
python -m api.main
# In a new terminal session
npm install
npm run build
npm start

annex

deepwiki-open