Discover and explore top open-source AI tools and projects—updated daily.
lcompleteSelf-hosted AI knowledge hub
Top 19.7% on SourcePulse
Huntly is a self-hosted, AI-powered information hub designed to transform web browsing into actionable knowledge. It targets power users, researchers, and developers seeking to centralize, process, and leverage web content efficiently. The primary benefit is the creation of a personal, searchable knowledge base enriched by AI, accessible through a browser extension and integrated with various AI assistants.
How It Works
Huntly employs a multi-component architecture featuring a browser extension for content capture and a self-hosted server for processing and storage. The core approach involves using AI for summarization, translation, and intelligent content analysis via custom shortcuts. A built-in Model Context Protocol (MCP) server enables seamless integration with AI assistants like Claude and Cursor, allowing them to query the user's knowledge base, search archived content, and retrieve data from sources like RSS feeds, tweets, and GitHub stars. Web content is automatically archived and extracted using Mozilla Readability, while Apache Lucene with IK Analyzer provides powerful full-text search capabilities, supporting boolean operators and fuzzy matching. Data is stored locally in an SQLite database, ensuring complete data ownership.
Quick Start & Requirements
The recommended installation method is Docker Compose.
docker-compose.yml file using the lcomplete/huntly image, mapping port 8088 and a local volume (e.g., ~/data/huntly:/data). Run with docker-compose up -d. Watchtower is recommended for automatic updates.Highlighted Details
Maintenance & Community
The project is noted as being under "rapid development." Notable sponsors include Augment Code, JetBrains, TARESKY, and 抹茶. No explicit community channels like Discord or Slack are mentioned in the provided text.
Licensing & Compatibility
The project is licensed under the MIT License. This license is permissive and generally allows for commercial use, modification, and distribution, including within closed-source applications.
Limitations & Caveats
The project is under rapid development, suggesting potential for frequent changes and API updates. Users on macOS might encounter an issue where the Tauri desktop application is flagged as damaged, requiring a specific command (sudo xattr -r -d com.apple.quarantine) to resolve.
4 days ago
Inactive