asciimoo/hister

Your own search engine

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 1 hour ago
Added to GitGenius on September 17th, 2026
Created on January 4th, 2026
Open Issues & Pull Requests: 62 (+0)
GitHub issues: Enabled
Number of forks: 229
Total Stargazers: 5,428 (+3)
Total Subscribers: 21 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 1.8 hours
Mean response time: 3.3 days
90th percentile: 5.1 days
Tracked items: 323

Most active contributors

Sign in to see contributor activity.

How this project is maintained

About 4% of issues opened in the past year have never received a reply. 87% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. 26% of tracked open issues have had no activity in three months. 86% of issues opened in the past year have been closed, leaving a working backlog. Three people close 91% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 47
New in 7 days: 8
Closed in 7 days: 10
Avg open age: 73 days
Stale 30+ days: 14
Stale 90+ days: 7

Recent activity

Opened in 7 days: 8
Closed in 7 days: 10
Comments in 7 days: 11
Events in 7 days: 36

Top labels

  • enhancement (113)
  • bug (38)
  • question (30)
  • good first issue (17)
  • help wanted (8)
  • idea (2)
  • documentation (1)

Most active issues this week

Detailed Description

Hister is a private search engine that indexes the pages you visit and files you keep for full-text search across web, terminal, and AI assistant interfaces.

The tool solves the problem of finding information you have already encountered but cannot easily locate again. It works by running a local server that indexes web pages captured through browser extensions for Firefox and Chrome, as well as local files and directories. Search queries support field filters, phrases, wildcards, negation, and aliases. The tool optionally integrates semantic search through an embeddings endpoint you configure, allowing you to find documents by meaning rather than exact text matching.

Hister suits developers and privacy-conscious users who want to search their personal information without relying on cloud services or accepting telemetry. It works well for anyone who regularly needs to rediscover content from their browsing history or local file collections. The project emphasizes local-first operation; by default all indexing and search happen on infrastructure you control. Multi-user support allows separate document collections and search results for each user on a shared server instance. The tool provides multiple interfaces—a web UI, terminal client, and MCP server integration for AI assistants—so you can search from your preferred environment.

Development activity shows consistent maintenance with regular updates addressing user needs. The project maintains comprehensive documentation covering installation, configuration, and usage patterns. Bug reports and feature requests receive responses indicating active engagement with the user community. The codebase demonstrates attention to both core functionality and user experience, with refinements to search capabilities and interface usability appearing regularly.