Discover and explore top open-source AI tools and projects—updated daily.
kekePowerPrivate AI-powered search and assistant
Top 95.6% on SourcePulse
Cognito AI Search provides a private, self-hosted gateway to information, combining a local AI assistant with a SearXNG metasearch engine. It targets privacy-conscious individuals seeking control over their digital footprint, offering an alternative to commercial search engines and cloud-based AI.
How It Works
The application integrates with local AI models via Ollama for private conversational AI and a self-hosted SearXNG instance for anonymous web searches. This dual approach ensures user data remains on their machine, enabling offline AI interaction and unbiased search results aggregated from multiple sources without tracking.
Quick Start & Requirements
docker run -d -p 3000:3000 -e OLLAMA_API_URL="http://YOUR_OLLAMA_HOST:11434" -e SEARXNG_API_URL="http://YOUR_SEARXNG_HOST:8888" --name cognito-ai-search kekepower/cognito-ai-search:latestOLLAMA_API_URL and SEARXNG_API_URL environment variables.Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
The project requires separate, self-hosted instances of Ollama and SearXNG to be functional, adding to the setup complexity beyond just running the Docker container.
4 months ago
Inactive