Open Source
Explore the latest AI open-source projects from GitHub and HuggingFace.
Explore the latest AI open-source projects from GitHub and HuggingFace.
AgenticSeek is a fully local, privacy-first autonomous AI agent that runs entirely on-device — no cloud APIs, no monthly bills. Created by an independent team of developers, it went viral on GitHub reaching 25,000+ stars after being described as a 100% local alternative to Manus AI.
AgenticSeek's defining characteristic is its commitment to running all inference on the user's own hardware. When using local LLMs via Ollama or LM-Studio, no data leaves the machine. For users who prefer cloud-based backends, AgenticSeek also supports OpenAI, Google Gemini, DeepSeek, Hugging Face, TogetherAI, and OpenRouter as optional providers.
This dual-mode design makes it accessible to developers with high-end GPUs who want full privacy, as well as those who want to experiment using existing API credentials.
AgenticSeek can autonomously search the internet, extract information from websites, interact with forms, and synthesize research — all without human intervention. It integrates SearxNG for private, self-hosted web search, completing an offline-capable stack alongside local LLM inference. Both headless and stealth browser modes are supported.
A dedicated coding sub-agent generates, debugs, and executes code across Python, C, Go, and Java. The agent reads and writes files, runs scripts, and iterates based on execution results, forming a practical autonomous development loop.
Rather than relying on a single monolithic model, AgenticSeek routes tasks to the most appropriate sub-agent. Web research goes to the browsing agent; coding requests trigger the code agent; planning tasks invoke the task decomposer. This modular routing improves accuracy and prevents wasted inference.
For multi-step objectives, the planner decomposes goals into actionable steps and executes them sequentially. This enables research-to-report pipelines, multi-file coding projects, and compound web automation workflows without manual step-by-step instruction.
Experimental speech-to-text and text-to-speech capabilities are available in CLI mode, enabling hands-free interaction. This differentiates AgenticSeek from most local agent frameworks that are text-only.
AgenticSeek is deployed via Docker Compose, encapsulating a web frontend, backend API, SearxNG search engine, and Redis cache. Initial setup requires 30+ minutes for Docker image downloads but provides a stable, reproducible runtime. Python 3.10.x is specifically recommended for the host environment.
The developers recommend explicit, command-style prompts for best routing accuracy. The project is actively maintained with a Discord community and README translated into 8 languages.
OpenClaw is an open-source, local-first AI gateway with 366K GitHub stars that routes AI responses through WhatsApp, Telegram, Slack, Discord, iMessage, Teams, and 15+ other platforms — zero cloud dependency.
OpenClaw
Open-source personal AI assistant connecting to 13+ messaging platforms with local gateway architecture, voice support, and multi-agent routing.