Hister – A private, full content search index that you control(hister.org)
365 points by auraham 4 days ago | 83 comments
tl;dr: Hister is a self-hosted, AGPLv3-licensed search engine that indexes the full content of web pages, local files, browser history, and crawled sites, storing everything on a server you control with no telemetry or mandatory cloud. It supports field filters, wildcards, negation, aliases, and optional semantic search, and is accessible via web UI, terminal, CLI, HTTP API, and MCP server for AI assistants. It runs as a single binary with SQLite or PostgreSQL, and offers browser extensions for automatic indexing of visited pages.
HN Discussion:
  • Author introduces the project and explains its motivation over metasearch approaches
  • Users share successful real-world deployments for research and knowledge management
  • Enthusiasts praise semantic search and local document indexing as superior to alternatives
  • Curious users ask technical questions about crawling, semantic chunking, and data sources
  • Concerns about lack of authentication and derivative-looking UI design