Skip to main content
Autonomous AI Agent Framework

Build AI Agents That Think, Learn, and Adapt

OrcBot is a production-ready autonomous AI agent with strategic simulation, self-repair capabilities, and multi-channel deployment. Deploy on Telegram, WhatsApp, Discord, or as a CLI tool.

Quick Start

Get OrcBot running in minutes with our streamlined setup process.

1

Install OrcBot

Install via npm or use our one-line installer:
npm install -g orcbot
Or use the installer:
curl -sSL https://orcbot.ai/install.sh | bash
2

Configure Your Agent

Set up your API keys and choose your LLM provider:
orcbot ui
Navigate to Manage AI Models and add your OpenAI, Google Gemini, or other provider credentials.
3

Start the Agent

Launch OrcBot in foreground or daemon mode:
# Foreground mode
orcbot run

# Background daemon
orcbot run --daemon
Your agent is now running and ready to receive tasks through the CLI, web gateway, or connected channels.
4

Push Your First Task

Send a task to your agent:
orcbot push "Search for the latest AI news and summarize the top 3 stories"
Watch as OrcBot autonomously plans, executes, and delivers results.

Key Features

Production-ready capabilities for autonomous AI agents.

Strategic Simulation

Pre-task planning that anticipates errors like CAPTCHAs and search failures before execution starts.

Autonomous Self-Repair

Automatic detection and repair of broken plugins using the built-in self_repair_skill.

Multi-Modal Intelligence

Process images, audio, and documents natively across all supported channels.

RAG Knowledge Store

Ingest documents and URLs into a semantic search index for persistent knowledge retrieval.

Ready to Build Autonomous AI Agents?

Get started with OrcBot and deploy production-ready AI agents with strategic reasoning and self-repair in minutes.

Get Started Now