MiniSearch
A minimalist web-searching app with an AI assistant that runs directly from your browser.
Live demo: https://felladrin-minisearch.hf.space
Screenshot
Features
- Privacy-focused: No tracking, no ads, no data collection
- Easy to use: Minimalist yet intuitive interface for all users
- Cross-platform: Models run inside the browser, both on desktop and mobile
- Integrated: Search from the browser address bar by setting it as the default search engine
- Efficient: Models are loaded and cached only when needed
- Customizable: Tweakable settings for search results and text generation
- Open-source: The code is available for inspection and contribution at GitHub
Prerequisites
Getting started
There are two ways to get started with MiniSearch. Pick one that suits you best.
Option 1 - Use MiniSearch’s Docker Image by running:
docker run -p 7860:7860 Package minisearch · GitHub
Option 2 - Build from source by cloning this repository and running:
docker compose -f docker-compose.production.yml up --build
Then, open http://localhost:7860 in your browser and start searching!