Home/LLM Frameworks/LLocalSearch
LLocalSearch logo

LLocalSearch

archivedEnrichment pending
nilsherzig/LLocalSearch

LLocalSearch is a completely locally running search aggregator using LLM Agents. The user can ask a question and the system will use a chain of LLMs to find the answer. The user can see the progress o

GraphCanon updated today · GitHub synced today

6.0k
Stars
363
Forks
58
Open issues
30
Watchers
3mo
Last push
Go Apache-2.0Created Mar 23, 2024

Trust & integrity

Full report
Maintenance
Archived (109d since push)
As of today · Source: github_public_v1
Provenance
Not a fork · Personal account
As of today · Source: github_public_v1
Security (OSV)
15 low (15 low)
As of today · Source: osv@v1

Public GitHub metadata and optional OSV dependency scans. Signals, not a guarantee. Trust methodology.

Overview

LLocalSearch is a completely locally running search aggregator using LLM Agents. The user can ask a question and the system will use a chain of LLMs to find the answer. The user can see the progress of the agents and the final answer. No OpenAI or Google API keys are needed.

Capability facts

Deploy
Self-host

Source: dockerfile:Dockerfile · Jul 11, 2026

Docker
Dockerfile present

Source: dockerfile:Dockerfile · Jul 11, 2026

MCP server
No MCP server detected

Source: repo_scan · Jul 11, 2026

Languages
go, javascript, typescript

Source: github.language+package.json · Jul 11, 2026

Categories

Compatibility

Sourced claims from the README excerpt - not unsourced marketing copy.

Works with VS CodeVS Code

Source: README excerpt (regex_v1, Jul 11, 2026)

code .env # open file with vscode
Source link

Tags

README

Docker 🐳

  1. Clone the GitHub Repository
git@github.com:nilsherzig/LLocalSearch.git
cd LLocalSearch
  1. Create and edit an .env file, if you need to change some of the default settings. This is typically only needed if you have Ollama running on a different device or if you want to build a more complex setup (for more than your personal use f.ex.). Please read Ollama Setup Guide if you struggle to get the Ollama connection running.
touch .env
code .env # open file with vscode
nvim .env # open file with neovim
  1. Run the containers
docker-compose up -d