
Manus
General purpose AI agent for automating complex tasks

Fully local AI assistant that browses, codes, and plans
AgenticSeek is a privacy‑first, voice‑enabled AI assistant that runs entirely on your hardware, autonomously browsing the web, writing code, and managing complex tasks without any cloud dependency.

AgenticSeek targets developers, researchers, and privacy‑conscious hobbyists who want an AI assistant that runs entirely on their own hardware. By leveraging local large language models such as Magistral or Deepseek, the system eliminates any cloud dependency, ensuring that conversations, files, and web searches never leave the device.
The assistant can autonomously browse the internet, extract information, fill web forms, and summarize results. It also acts as a multi‑language coding companion, capable of generating, debugging, and executing code in Python, Go, Java, and more. A built‑in planner breaks complex projects into steps and dispatches specialized agents, while experimental voice input and output let users interact hands‑free.
Deployment requires Git, Python 3.10, Docker Engine & Compose, and a compatible GPU for the chosen LLM. After cloning the repository, configuring the .env and config.ini files, and starting the Docker services, AgenticSeek is ready to run locally. Optional API keys can be supplied for external models, but the primary workflow remains fully offline.
When teams consider AgenticSeek, these hosted platforms usually appear on the same shortlist.
Looking for a hosted option? These are the services engineering teams benchmark against before choosing open source.
Local code generation and debugging
Generate, test, and iterate Python or Go snippets directly on your machine without exposing source code.
Hands‑free web research
Ask the assistant to search, read, and summarize web pages, filling forms automatically while you focus on other tasks.
Complex project planning
Break down multi‑step projects into actionable tasks, assign appropriate agents, and track progress locally.
Voice‑driven personal assistant
Interact via speech to schedule meetings, retrieve files, or control the AI, keeping all interactions private.
A GPU capable of running 14B‑parameter models such as Magistral, Qwen, or Deepseek is recommended; otherwise you can use remote API providers.
Yes, optional API keys can be set in the .env file to connect to services like OpenAI or Anthropic, though the primary design is for offline local models.
Voice input uses speech‑to‑text and optional text‑to‑speech modules; the feature is marked as experimental and may require additional configuration.
When running with local models and without providing API keys, all data remains on your device and is never transmitted externally.
Agents are selected automatically based on the task; you can customize behavior by editing the config.ini and adding new scripts or plugins to the repository.
Project at a glance
ActiveLast synced 2 days ago