How to install LearningCircuit/local-deep-research. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
LearningCircuit/local-deep-research Installation Guide
How to install LearningCircuit/local-deep-research. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for LearningCircuit/local-deep-research. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i LearningCircuit/local-deep-researchor
Install via npx
npx @hexmos/ipm i LearningCircuit/local-deep-researchPrerequisites
Docker
softwareDocker Compose
softwarePython
programming_languageVersion: >=3.7
NVIDIA GPU
hardwareVersion: required for GPU installation
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Docker Run (Linux)
docker run -d -p 11434:11434 --name ollama ollama/ollama
docker exec ollama ollama pull gpt-oss:20b
docker run -d -p 8080:8080 --name searxng searxng/searxng
docker run -d -p 5000:5000 --network host --name local-deep-research --volume deep-research:/data -e LDR_DATA_DIR=/data localdeepresearch/local-deep-researchDocker Compose (CPU-only, all platforms)
curl -O https://raw.githubusercontent.com/LearningCircuit/local-deep-research/main/docker-compose.yml
docker compose up -dDocker Compose (with NVIDIA GPU, Linux)
curl -O https://raw.githubusercontent.com/LearningCircuit/local-deep-research/main/docker-compose.yml
curl -O https://raw.githubusercontent.com/LearningCircuit/local-deep-research/main/docker-compose.gpu.override.yml
docker compose -f docker-compose.yml -f docker-compose.gpu.override.yml up -dpip install
pip install local-deep-research