logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
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-research
or

Install via npx

npx @hexmos/ipm i LearningCircuit/local-deep-research

Prerequisites

Docker

software

Docker Compose

software

Python

programming_language

Version: >=3.7

NVIDIA GPU

hardware

Version: 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-research

Docker Compose (CPU-only, all platforms)

curl -O https://raw.githubusercontent.com/LearningCircuit/local-deep-research/main/docker-compose.yml

docker compose up -d

Docker 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 -d

pip install

pip install local-deep-research