cd /news/developer-tools/hister-your-own-search-engine · home topics developer-tools article
[ARTICLE · art-77990] src=github.com ↗ pub= topic=developer-tools verified=true sentiment=· neutral

Hister: Your Own Search Engine

Hister, a private search engine that indexes the full contents of visited pages and local files, has been released as an open-source tool by developer asciimoo. The software runs locally with no telemetry or mandatory cloud service, supports browser extensions for Firefox and Chrome, and offers optional semantic search through a user-configured embeddings endpoint. Hister is available for download on GitHub under the AGPLv3 license.

read2 min views1 publishedJul 29, 2026
Hister: Your Own Search Engine
Image: source

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 tohister

(hister.exe

on Windows). - On Linux or macOS, make it executable:

chmod +x hister

Start Hister on Linux or macOS:

./hister

On Windows, run

.\hister.exe

in PowerShell. - Open

http://127.0.0.1:4433and install the browser extension forFirefoxorChrome.

No configuration is required for a local personal setup. See the complete quickstart to import existing browser history and choose what Hister indexes.

Privacy focused: No telemetry or mandatory cloud service. Run Hister locally or on infrastructure you control.** Full text indexing**: Search the actual contents of visited pages and local files, not only titles and URLs.** Automatic browser indexing**: Save newly visited pages with the Firefox or Chrome extension.** Powerful queries**: Use field filters, phrases, wildcards, negation, aliases, and result priorities.** Optional semantic search**: Find documents by meaning through an embeddings endpoint you configure.** Crawler and browser import**: Index websites or bring in existing browser history.** Web, terminal, and MCP clients**: Search from the browser, TUI, command line, or an AI assistant.** Multi user support**: Host separate indexes for a household, community, or team.

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 down 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

── more in #developer-tools 4 stories · sorted by recency
── more on @hister 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/hister-your-own-sear…] indexed:0 read:2min 2026-07-29 ·