hister
Recorded: Sept. 17, 2026, 5 p.m.
| Original | Summarized |
GitHub - asciimoo/hister: Your own search engine · GitHub Skip to content Navigation MenuSign inAppearance settingsPlatformAI CODE CREATIONGitHub CopilotWrite better code with AIGitHub Copilot appDirect agents from issue to mergeMCP RegistryIntegrate external toolsDEVELOPER WORKFLOWSActionsAutomate any workflowCodespacesInstant dev environmentsIssuesPlan and track workCode ReviewManage code changesCode QualityEnforce quality at mergeAPPLICATION SECURITYGitHub Advanced SecurityFind and fix vulnerabilitiesCode securitySecure your code as you buildSecret protectionStop leaks before they startEXPLOREWhy GitHubDocumentationBlogChangelogMarketplaceView all featuresSolutionsBY COMPANY SIZEEnterprisesSmall and medium teamsStartupsNonprofitsBY USE CASEApp ModernizationDevSecOpsDevOpsCI/CDView all use casesBY INDUSTRYHealthcareFinancial servicesManufacturingGovernmentView all industriesView all solutionsResourcesEXPLORE BY TOPICAISoftware DevelopmentDevOpsSecurityView all topicsEXPLORE BY TYPECustomer storiesEvents & webinarsEbooks & reportsBusiness insightsGitHub SkillsSUPPORT & SERVICESDocumentationCustomer supportCommunity forumTrust centerPartnersView all resourcesOpen SourceCOMMUNITYGitHub SponsorsFund open source developersPROGRAMSSecurity LabMaintainer CommunityGitHub StarsArchive ProgramREPOSITORIESTopicsTrendingCollectionsEnterpriseENTERPRISE SOLUTIONSEnterprise platformAI-powered developer platformAVAILABLE ADD-ONSGitHub Advanced SecurityEnterprise-grade security featuresCopilot for BusinessEnterprise-grade AI featuresPremium SupportEnterprise-grade 24/7 supportPricingSearch/Sign inSign upAppearance settings You signed in with another tab or window. Reload to refresh your session. Dismiss alert asciimoo hister Public Uh oh! There was an error while loading. Please reload this page.
Notifications
Fork
Star Code Issues Pull requests Discussions Actions Projects Security and quality Insights
Additional navigation options
Code Issues Pull requests Discussions Actions Projects Security and quality Insights
masterBranchesTagsGo to fileCodeOpen more actions menuLatest commit History2,118 Commits2,118 CommitsFolders and filesNameNameLast commit messageLast commit date.forgejo/workflows.forgejo/workflows .github.github clientclient cmdcmd configconfig contrib/systemdcontrib/systemd filesfiles nixnix scriptsscripts serverserver webuiwebui .dockerignore.dockerignore .editorconfig.editorconfig .fallowrc.json.fallowrc.json .gitattributes.gitattributes .gitignore.gitignore .golangci.toml.golangci.toml .goreleaser-rolling.yml.goreleaser-rolling.yml .goreleaser.yml.goreleaser.yml .prettierignore.prettierignore CHANGELOG.mdCHANGELOG.md CONTRIBUTING.mdCONTRIBUTING.md DockerfileDockerfile LICENSELICENSE README.mdREADME.md SECURITY.mdSECURITY.md compose.ymlcompose.yml docker-bake.hcldocker-bake.hcl flake.lockflake.lock flake.nixflake.nix generate.gogenerate.go go.modgo.mod go.sumgo.sum hister.gohister.go manage.shmanage.sh package-lock.jsonpackage-lock.json package.jsonpackage.json prettier.config.jsprettier.config.js View all filesRepository files navigationREADMEContributingAGPL-3.0 licenseSecurityMore itemsHister Quickstart 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: Start Hister on Linux or macOS: Open http://127.0.0.1:4433 and install the browser extension for Firefox or Chrome. 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. Privacy focused: No telemetry or mandatory cloud service. Run Hister locally or on infrastructure you control. Privacy License Footer © 2026 GitHub, Inc. Footer navigation Terms Privacy Security Status Community Docs Contact Manage cookies Do not share my personal information You can’t perform that action at this time. |
Hister is positioned as a private search engine designed to index the content of pages visited and files maintained by the user, offering an alternative to traditional, third-party search providers. The core functionality of Hister lies in its ability to perform full-text indexing of the actual contents of these documents, rather than relying solely on titles and URLs. This functionality allows users to retrieve information by searching through the content indexed from the web interface, a terminal, or through an integrated AI assistant connected via the MCP system. The system emphasizes user control and privacy, operating on the principle that data remains local to the user's server. By default, Hister operates without telemetry or mandatory cloud synchronization, ensuring that indexed documents and search indexes reside entirely on the user-controlled infrastructure. This privacy stance is further reinforced by the optional nature of advanced features; for instance, semantic search, which finds documents based on meaning via an embeddings endpoint, requires explicit configuration and careful review of the privacy overview before enabling remote integrations. The system supports robust indexing methods, including automatic browser indexing through extensions for Firefox or Chrome, allowing new pages to be saved automatically. Users possess powerful querying capabilities that extend beyond simple keyword searches, incorporating features such as field filters, wildcards, negation operators, aliases, and result priorities to facilitate highly specific information retrieval. Furthermore, Hister allows for data ingestion through crawler functionality or the import of existing browser history and local files, providing comprehensive means to build a personal index. The architecture is designed to support multi-user functionality, ensuring that each user maintains separate document collections and search results on a shared server. From a development perspective, Hister is built using Go and requires specific development tools such as Go 1.26, npm, and a C compiler for CGO dependencies. The development workflow involves a backend implemented in Go, complemented by a frontend web application utilizing Vite for hot reloading and automatic Go rebuilds. The project structure includes files related to managing the server, configuration files like Docker settings, and necessary dependency files. The distribution of Hister is flexible, offering various installation methods beyond the standard binary download, including alternatives like using Homebrew, Docker, or Nix. The system is actively maintained with community involvement spanning channels like IRCNet and Discord, with contributions managed through established guidelines concerning security and bug reporting. This dedication to an open-source approach is reflected in the project's license, which is AGPLv3 or a later version. |