AgenticSeek: Private Manus AI Alternative
A 100% private manus ai alternative to cloud-based AI assistants, offering voice-enabled autonomous web browsing, code generation, and task planning while maintaining complete data privacy.
๐ Core Features Matrix
Feature | Benefit | Privacy Level |
---|---|---|
๐ Full Local Execution | No cloud dependency | Military-grade |
๐ Autonomous Web Agent | Hands-free research | IP Protection |
๐ป Multi-Language Coding | Python/Go/Java support | Zero Code Leakage |
๐ง Smart Agent Routing | Automatic expert selection | Session Encryption |
๐ Task Decomposition | Complex project handling | Local Storage Only |
๐๏ธ Voice Interface | Natural interaction | On-device STT/TTS |
๐ Quick Start Guide
System Requirements
Python 3.10+ | Docker | Chrome Browser
Installation Workflow
1. Base Installation
git clone https://github.com/Fosowl/agenticSeek.git
cd agenticSeek && mv .env.example .env
python3 -m venv venv && source venv/bin/activate
2. Platform-Specific Setup
Linux/MacOS
./install.sh
sudo apt install chromium-chromedriver
Windows
./install.bat
๐ง Configuration Matrix
config.ini Essentials
[MAIN]
provider = ollama
model = deepseek-r1:14b
work_dir = /secure/workspace
[BROWSER]
stealth_mode = True
headless = False
Supported LLM Providers
Provider | Local | API Required | Recommended Use |
---|---|---|---|
Ollama | โ | โ | Best Performance |
LM Studio | โ | โ | Windows/Mac GUI |
Server | โ | โ | Remote Hosting |
OpenAI | โ | โ | Cloud Alternative |
๐ป Usage Scenarios
Common Task Patterns
# Research & Documentation
"Find AI ethics papers from 2024, summarize key points into ethics_report.md"
# Code Generation
"Create Python API server with FastAPI and MongoDB support"
# Data Processing
"Analyze sales_data.csv, generate weekly sales visualization"
๐ License & Contribution
GPL-3.0 License | Contributor Covenant