asciimoo/hister

▲ 300 stars today★ 5,395⑂ 227

Your own search engine

About asciimoo/hister

asciimoo/hister is an open-source project on GitHub, mainly written in Go. Your own search engine It currently holds 5,395 stars and 227 forks with 64 open issues, and was last pushed on 2026-09-19 (repository created 2026-01-04).

Project Overview

Git Homed tracks it on the Today's Trending board, currently at rank #18 with 300 new stars today.

GitHub Repository Details

Repository asciimoo/hister · default branch master · size 25333 KB · watchers 21 · source: GitHub REST API and repository README

README

Hister

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

Hister web interface

Quickstart

1. Download the binary for your platform from the latest release, then rename it to hister (hister.exe on Windows).

2. On Linux or macOS, make it executable:

   chmod +x hister
   

3. Start Hister on Linux or macOS:

   ./hister listen
   

On Windows, run .\hister.exe listen in PowerShell.

Keep this terminal open while using Hister. The server must be running to index pages and search them.

4. Open and install the browser extension for Firefox or Chrome.

5. Visit a web page with the extension enabled, then return to Hister and search for a phrase from that page to find your first indexed result.

No configuration is required for a local personal setup. See the complete quickstart to choose what Hister indexes.

To search existing content, import browser history, import browser bookmarks, index local directories, or import files.

Alternative installation methods include Homebrew (brew install hister), Docker, and Nix. See the installation guide for instructions.

Features

Hister terminal interface

Privacy

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.

Why Hister?

Unlike traditional search engines, Hister builds a personal search index from the web pages and files you choose to keep. Your content stays on your Hister server, making it useful for finding information you've already encountered without relying on a third-party search provider.

Development

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.

Community and contributing

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.

Sponsors

Uruky

License

AGPLv3 or any later version

GitHub Stars & Activity

5,395Stars
227Forks
64Open issues
GoLanguage

GitHub Popularity

GitHub stars5,395
Forks227
Open issues64
Primary languageGo
LicenseAGPL-3.0
Stars gained today300
Created2026-01-04
Last pushed2026-09-19

Trending History

Daily boardrank #18 · ▲ 300 stars
Weekly boardrank #46 · ▲ 1,438 stars
Monthly boardrank #51 · ▲ 3,231 stars

Related GitHub Projects

1

henrygd / beszel

Go★ 25,556⑂ 1,025▲ 39 stars
2

coder / coder

Go★ 15,860⑂ 1,534▲ 382 stars
3

screego / server

Go★ 10,655⑂ 731▲ 52 stars
4

guohuiyuan / go-music-dl

Go★ 4,584⑂ 440▲ 178 stars
5

weave-os / router

Go★ 4,539⑂ 125▲ 56 stars
6

affaan-m / ECC

JavaScript★ 263,382⑂ 39,412▲ 1,012 stars
7

ossu / computer-science

HTML★ 209,209⑂ 25,882▲ 62 stars
8

tensorflow / tensorflow

C++★ 200,208⑂ 76,964▲ 28 stars

More Trending Repositories