“Have you ever wished your browser history was more than just a collection of URLs? As it is, the standard search history is kind of useless. Sure, you can see the title of the page you visited, maybe a bit of metadata, but not much more than that. For any actual functionality, like searching for a specific page you visited that you can’t quite remember the name of, your browser’s built-in history search falls flat on its face (like my six-month-old did as I was writing this sentence). That’s where Hister comes in. This open-source, self-hosted tool does more than just track your activity; it indexes every site you visit, capturing the contents of the page for easy search and retrieval later.”
I was a bit sceptical on first reading this, especially where browser extensions are involved, but it is an open source project, and there is this privacy statement in their documention: Hister clients only communicate with the designated server, and the server does not “phone home” or share any of your browsing history with anyone else. The source code is publicly accessible, so we can be audited by anyone who wants to check!
What is interesting is that many self-hosted server applications that do this sort of thing, have quite resource intensive browsers running, and are often fooled by anti-bot detection. Hister actually has your browser doing this so no wasted resources, and you have the full power of your main browser at hand.
The server needs to be available, but could also run on your own PC so no NAS etc setup needs to be run. However, the server side can also run in a docker container if you already have that setup. It can on something as light as a Raspberry Pi.
As far as I can see it is only saving the text of pages you visit, and not PDF or HTML archives of the pages, so again this side is extremely lightweight.
See https://www.xda-developers.com/hister-indexes-every-page-visit-search-full-text-browsing-history/ or https://hister.org.























