Your own search engine
3,698
stars
1,940
commits
Go
primary language
Sep 10, 2026
updated
Your own search engine
Hister is a private search engine for the pages you visit and the files you keep. It indexes their full contents so you can find information again from the web interface, terminal, or an AI assistant connected through MCP.
Try the demo · Download Hister · Read the quickstart · Documentation

Download the binary for your platform from the latest release, then rename it to hister (hister.exe on Windows).
On Linux or macOS, make it executable:
chmod +x hister
Start Hister on Linux or macOS:
./hister listen
On Windows, run .\hister.exe listen in PowerShell.
Open http://127.0.0.1:4433 and install the browser extension for Firefox or Chrome.
No configuration is required for a local personal setup. See the complete quickstart to import existing browser history and choose what Hister indexes.

By default, Hister has no telemetry and no cloud sync. The browser extension sends indexed page content only to the Hister server you configure, apart from downloading page favicons. The server stores documents and search indexes on that server.
Optional semantic search sends document text to the embeddings endpoint you choose. Review the privacy overview and semantic search configuration before enabling remote integrations.
Requirements are Go 1.26, npm, and a C compiler for CGO dependencies.
git clone https://github.com/asciimoo/hister.git
cd hister
./manage.sh build
To work on the web app with hot reload and automatic Go rebuilds:
npm run serve:app
This starts a Vite development server and the Go backend with automatic rebuilds through air.
Join us on IRCNet in #hister or on Discord.
Read CONTRIBUTING.md before submitting a change. Bugs and suggestions belong in the issue tracker. For security reports, see SECURITY.md.
AGPLv3 or any later version
(top 30 of 48)
Hacker News (4)
Go
71.9%
Svelte
21.5%
TypeScript
4.4%
Your own search engine
3,698
stars
1,940
commits
Go
primary language
Sep 10, 2026
updated
Your own search engine
Hister is a private search engine for the pages you visit and the files you keep. It indexes their full contents so you can find information again from the web interface, terminal, or an AI assistant connected through MCP.
Try the demo · Download Hister · Read the quickstart · Documentation

Download the binary for your platform from the latest release, then rename it to hister (hister.exe on Windows).
On Linux or macOS, make it executable:
chmod +x hister
Start Hister on Linux or macOS:
./hister listen
On Windows, run .\hister.exe listen in PowerShell.
Open http://127.0.0.1:4433 and install the browser extension for Firefox or Chrome.
No configuration is required for a local personal setup. See the complete quickstart to import existing browser history and choose what Hister indexes.

By default, Hister has no telemetry and no cloud sync. The browser extension sends indexed page content only to the Hister server you configure, apart from downloading page favicons. The server stores documents and search indexes on that server.
Optional semantic search sends document text to the embeddings endpoint you choose. Review the privacy overview and semantic search configuration before enabling remote integrations.
Requirements are Go 1.26, npm, and a C compiler for CGO dependencies.
git clone https://github.com/asciimoo/hister.git
cd hister
./manage.sh build
To work on the web app with hot reload and automatic Go rebuilds:
npm run serve:app
This starts a Vite development server and the Go backend with automatic rebuilds through air.
Join us on IRCNet in #hister or on Discord.
Read CONTRIBUTING.md before submitting a change. Bugs and suggestions belong in the issue tracker. For security reports, see SECURITY.md.
AGPLv3 or any later version
Hacker News (4)
(top 30 of 48)
Go
71.9%
Svelte
21.5%
TypeScript
4.4%