Skip to content
Mikhail Larchanka edited this page Feb 24, 2026 · 3 revisions

Welcome to the 🧬 ManBot Wiki

ManBot is a locally-hosted, multi-agent AI platform designed for heavy-duty research and task execution. This wiki serves as the primary technical documentation for users, developers, and contributors.


πŸš€ Quick Start

  • Getting Started: Install ManBot, set up dependencies (Node.js, Ollama), and run your first agent.
  • Deployment Guide: How to deploy ManBot as a persistent service.

πŸ— Architecture & Design

πŸ›  Features & Capabilities

  • File Processing: Local OCR (Vision), Audio transcription (Whisper), and document chunking.
  • Reminder System: Natural language scheduling for recurring tasks.
  • Tools & Skills: Using the Browser, Shell, and Filesystem skills.
  • RAG Service: Local semantic search and session-scoped memory.
  • Monitoring Dashboard: Real-time tracking of tasks and system stats.

🧩 Skills System


Note

ManBot is focused on Privacy by Design. All reasoning, search, and tool execution happen 100% locally on your machine.

Clone this wiki locally