Cette page est affichée en anglais. Une traduction française est en cours.
ConfigsMay 24, 2026·3 min de lecture

Local Deep Research — Privacy-First AI Research Agent

Local Deep Research is a self-hosted AI research tool that achieves high accuracy on question-answering benchmarks using local or cloud LLMs with support for arXiv, PubMed, and private document search.

Prêt pour agents

Cet actif peut être lu et installé directement par les agents

TokRepo expose une commande CLI universelle, un contrat d'installation, le metadata JSON, un plan selon l'adaptateur et le contenu raw pour aider les agents à juger l'adaptation, le risque et les prochaines actions.

Native · 98/100Policy : autoriser
Surface agent
Tout agent MCP/CLI
Type
Skill
Installation
Single
Confiance
Confiance : Established
Point d'entrée
Local Deep Research
Commande CLI universelle
npx tokrepo install e459a7c1-5705-11f1-9bc6-00163e2b0d79

Introduction

Local Deep Research is an open-source AI research tool that conducts multi-step investigations using LLMs and multiple search engines. It can run entirely on local hardware with Ollama or llama.cpp, or connect to cloud providers like Google or Anthropic. The project focuses on achieving high accuracy while keeping all data processing private and encrypted.

What Local Deep Research Does

  • Conducts iterative multi-step research by breaking questions into sub-queries
  • Searches across multiple engines including arXiv, PubMed, Brave, and SearXNG
  • Indexes and searches private documents stored locally for RAG-based answers
  • Generates structured research reports with citations and source references
  • Supports both local LLMs via Ollama and cloud LLM providers

Architecture Overview

The system operates as a Python application with a Flask-based web interface. When a research query is submitted, it decomposes the question into sub-queries, dispatches them to configured search backends, retrieves and ranks results, then synthesizes findings through the configured LLM. Local document search uses vector embeddings stored in a local database. All processing can remain on the user machine when paired with a local LLM.

Self-Hosting & Configuration

  • Install via pip and launch the web interface with a single command
  • Configure LLM provider settings for Ollama, llama.cpp, or cloud endpoints
  • Enable or disable search engines (arXiv, PubMed, Brave, SearXNG) as needed
  • Point the local document search to directories containing your private files
  • Optionally encrypt local data stores for additional privacy protection

Key Features

  • Multi-engine search combining academic, web, and private document sources
  • Full local execution possible with no data leaving the machine
  • Iterative research strategy that refines queries based on intermediate findings
  • Structured report generation with inline citations
  • Configurable LLM backend supporting both local and cloud models

Comparison with Similar Tools

  • Perplexica — web search focused; Local Deep Research adds academic databases and private documents
  • Khoj — general AI assistant; Local Deep Research specializes in deep iterative research
  • GPT Researcher — cloud-dependent; Local Deep Research supports fully local execution
  • RAGFlow — document QA focused; Local Deep Research adds multi-engine web and academic search
  • SearXNG — metasearch only without LLM synthesis; Local Deep Research adds AI-driven analysis

FAQ

Q: What LLMs work best with Local Deep Research? A: Models with strong reasoning capabilities work best. The project documentation lists recommended models for different hardware configurations.

Q: Can I use it without internet access? A: Yes, when using a local LLM and searching only local documents. Web and academic searches require internet.

Q: How does it handle large document collections? A: Documents are chunked and embedded into a local vector store for efficient semantic retrieval.

Q: What search engines are supported? A: arXiv, PubMed, Brave Search, SearXNG, and configurable additional sources.

Sources

Fil de discussion

Connectez-vous pour rejoindre la discussion.
Aucun commentaire pour l'instant. Soyez le premier à partager votre avis.

Actifs similaires