Skip to content

OpenSpider v2.0.1 🕷️Autonomous Multi-Agent System

A self-hosted AI agent gateway for WhatsApp — with multi-agent orchestration, voice messages, scheduled tasks, and a beautiful web dashboard with dark/light themes.

What is OpenSpider?

OpenSpider is a self-hosted, autonomous multi-agent system designed to be your personal AI assistant via WhatsApp. Send a message, get an intelligent response powered by the LLM of your choice.

Unlike simple chatbots, OpenSpider uses a hierarchical agent architecture:

  • A Manager agent (🧠 Ananta) receives your request, creates a plan, and delegates tasks
  • Worker agents (⚡ Cipher the Coder, 🔮 Oracle the Researcher) execute specific tasks using specialized tools
  • Results flow back through the Manager for a polished final response

Key Capabilities

CapabilityDescription
Multi-agent orchestrationManager delegates to workers with parallel task execution
WhatsApp messagingDM and group chat support with security controls
Voice messagesVoice-in (Whisper) and voice-out (ElevenLabs) via WhatsApp
Web browsingPlaywright-powered headless browser for research
Email sendingGmail OAuth with professional HTML templates
Task schedulingCron-style scheduled tasks managed by agents
Web dashboardReal-time monitoring, chat, and configuration UI
Theme supportDark, light, and system-follow theme modes
Health monitoringGreen/amber/red health indicator with component status
Multiple LLMsGoogle, Anthropic, OpenAI, Ollama, and custom providers
CLI managementFull CLI for setup, daemon control, and tooling

Quick Start

bash
# Install
curl -fsSL https://raw.githubusercontent.com/vbalaraman/OpenSpider/main/install.sh | bash

# Configure
openspider onboard

# Start the gateway
openspider start

# Open the dashboard
openspider dashboard

Get Started →

Built with 🕷️ by the OpenSpider team