Hister is a self-hosted personal search engine. It indexes pages you visit, bookmarks from supported services, local files, and crawled sites, then stores extracted content plus the original material so you can search old pages even after they change or disappear. It supports both keyword and semantic search, exposes an API and MCP endpoint, and can run locally or on a home server for multi-device access. The pitch landed because it solves a familiar annoyance better than bookmark managers do. People want "find that page I saw months ago" without having remembered to save it first.
The strongest reaction was that Hister sits in a useful middle ground between bookmarking, archiving, and research tooling. Several people compared it to
Karakeep,
Linkding,
SingleFile,
wallabag, and custom homegrown search setups. The difference that kept coming up is automatic capture. That changes the job from curating a library to making your own web memory searchable. The semantic search and MCP support also pushed it beyond simple archive search for some users, especially for domain-specific research corpora.
Most of the practical questions were about edges that become central once you trust a tool like this. Storage can add up fast because the app stores full original HTML for offline previews, with the author estimating around 100 KB per indexed document on average unless you disable previews. Mobile capture is possible today mainly through Firefox because mobile Chrome does not support extensions. Safari support is blocked on a pending PR and lack of macOS access. On security, the author said Hister already supports token, password, and
OIDC or
OAuth auth plus per-user isolation, but one commenter still flagged that a
Docker user could expose a highly sensitive index too easily if they deploy carelessly. Feature requests clustered around profile-style index separation, cloud-backed storage,
Zotero and
mbox import, tags, and direct SingleFile integration.
The overall read is that people see real demand for personal search that treats the open web, private notes, and local archives as one corpus. They also see that the hard part is no longer whether search works. It is how safely and cleanly you capture, segment, sync, and retain that corpus over years.