Run a private automated research session on any topic and receive a cited Markdown summary with source links.
Use a local AI model via Ollama for multi-step web research without paying per-query API costs.
Set up a self-hosted research workflow using DuckDuckGo, Tavily, or SearXNG as the search provider.
Requires Ollama or LMStudio installed locally with a model downloaded, internet access needed for web searches.
Local Deep Researcher is a tool that lets you do thorough web research using an AI model running entirely on your own computer, without sending your queries to a cloud service. You give it a topic, and it handles the research process automatically: it writes a search query, fetches results from the web, summarizes what it found, identifies what is still missing, writes a new search query to fill those gaps, and repeats this cycle as many times as you configure. At the end, it produces a written summary in Markdown format with links to all the sources it used. The AI that drives the research runs locally through Ollama or LMStudio, which are apps that let you download and run open AI models on your own machine. This means your research stays private, works without an internet connection for the AI part, and has no per-query costs from an AI provider. You still need internet access for the actual web searches. For web search, the tool defaults to DuckDuckGo, which needs no API key. You can also connect it to other search providers like Tavily, Perplexity, or SearXNG if you have accounts with those services. Setup involves cloning the repository, copying an example configuration file, choosing your local AI model, and optionally picking a search provider. The application then runs through LangGraph Studio, which is a visual interface for running and monitoring this kind of multi-step AI workflow. This project is aimed at developers and technically comfortable users who want private, automated research without relying on a paid AI service. You need to be comfortable installing software, running terminal commands, and editing configuration files to get it working.
← langchain-ai on gitmyhub — every repo by this author, as a profile.
Verify against the repo before relying on details.