FreeAskInternet
FreeAskInternet is a completely free running search aggregator
FreeAskInternet is a self-hosted search and answer application that combines web results with large language models. A local SearXNG instance sends queries to multiple search engines and returns a broader collection of sources. The backend crawls selected pages, supplies their content to a configured model, and streams a synthesized response to the chat interface. It supports several hosted model services as well as custom local backends such as Ollama and llama.cpp. The web interface is designed for desktop and mobile use and exposes the service only on the local machine by default. Docker Compose provides a straightforward deployment path without requiring a dedicated GPU. ...