Local Deep Research (LDR) is an AI-powered research assistant that performs systematic research by breaking down complex questions, searching multiple sources in parallel, verifying information across sources, and creating comprehensive reports with proper citations. It runs entirely locally with Ollama + SearXNG for privacy, or can use cloud LLM providers. Features: - Privacy-focused: Run entirely locally with Ollama - Multiple research modes (Quick Summary, Detailed Research) - Per-user encrypted databases (SQLCipher with AES-256) - Real-time progress tracking via WebSocket - Export to PDF or Markdown - REST API with authentication - Analytics dashboard This template includes the main LDR service. For full functionality, you may also want to install the companion containers (Ollama and SearXNG) or configure external LLM/search providers. [b]Community & Support:[/b] - Discord: https://discord.gg/ttcqQeFcJ3 - Reddit: https://www.reddit.com/r/LocalDeepResearch/ - GitHub Issues: https://github.com/LearningCircuit/local-deep-research/issues
About
LocalDeepResearch (LDR) is a self-hosted AI research assistant that automates the process of investigating complex questions. It breaks down topics, searches across multiple sources in parallel, cross-verifies findings, and compiles fully cited reports. Designed for researchers,…