DeepResearch supports local deployment via Docker, here are the detailed installation steps:
- clone warehouse: Implementation
git clone https://github.com/cat3399/deepresearch.git
Get source code - Configuring Environment Variables: Create an .env file in the project root directory and add the API key (Note the distinction between the key configuration formats of different service providers)
- Must-have item: API keys for Google and OpenAI
- Optional: Configuration of OpenRouter/Azure/Ollama and other services
- Starting services: Run
docker-compose up
Automatically pulls the image and starts the service - Verify Installation: Access
http://localhost:8000
Confirmation of service status
Care needs to be taken during installation:
- Docker and Docker Compose environments need to be installed in advance
- API keys need to ensure validity
- The local Ollama model uses port 11434 by default
- Full installation usually takes 5-10 minutes (depending on internet speed)
This answer comes from the articleDeepResearch: a fully open source AI assistant for automated deep researchThe