开源雷达
返回全部项目

AstrBot

大模型与推理引擎

AstrBotDevs/AstrBot

AI Agent Assistant & development framework that integrates lots of IM platforms, LLMs, plugins and AI feature, and can be your openclaw alternative. ✨

agentaiastrbotchatbotchatgptdiscorddockergeminigptllamallmmcp

复现步骤

按顺序执行即可在本地跑起来;具体参数以项目 README 为准。

  1. 1

    克隆仓库到本地

    git clone --depth 1 https://github.com/AstrBotDevs/AstrBot.git
    cd AstrBot
  2. 2

    用 Docker 一键起环境,无需本机装依赖。仓库里没有 compose 文件时,改用 docker build -t app . 再 docker run --rm -it app

    docker compose up -d
  3. 3

    创建虚拟环境并安装 Python 依赖。只有 pyproject.toml / setup.py 而没有 requirements.txt 时,改用 pip install -e .

    python -m venv .venv && source .venv/bin/activate
    pip install -r requirements.txt
  4. 4

    直接用 Make 构建

    make

为什么这个项目容易复现

100
开箱即用
  • README 有明确的安装/快速开始章节
  • 提供 Docker / Compose,开箱即用
  • 有明确的依赖清单,环境可还原
  • 带示例 / demo 目录
  • 有独立文档目录
  • 有测试,质量更有保障
  • AGPL-3.0 许可证,可放心使用
  • 有正式 Release 版本
  • Release 附带可直接下载的产物
  • 两周内仍在活跃更新

项目 README

AstrBot-Logo-Simplified

简体中文繁體中文日本語FrançaisEspañolРусский

DocumentationBlogRoadmapIssue TrackerEmail Support

AstrBot is an open-source all-in-one Agent chatbot platform that integrates with mainstream instant messaging apps. It provides reliable and scalable conversational AI infrastructure for individuals, developers, and teams. Whether you're building a personal AI companion, intelligent customer service, automation assistant, or enterprise knowledge base, AstrBot enables you to quickly build production-ready AI applications within your IM platform workflows.

screenshot_1 5x_postspark_2026-02-27_22-37-45

Key Features

  1. 💯 Free & Open Source.
  2. ✨ AI LLM Conversations, Multimodal, Agent, MCP, Skills, Knowledge Base, Persona Settings, Auto Context Compression.
  3. 🤖 Supports integration with Dify, Alibaba Cloud Bailian, Coze, and other agent platforms.
  4. 🌐 Multi-Platform: QQ, WeChat Work, Feishu, DingTalk, WeChat Official Accounts, Telegram, Slack, and more.
  5. 📦 Plugin Extensions with 1000+ plugins available for one-click installation.
  6. 🛡️ Agent Sandbox for isolated, safe execution of code, shell calls, and session-level resource reuse.
  7. 💻 WebUI Support.
  8. 🌈 Web ChatUI Support with built-in agent sandbox and web search.
  9. 🌐 Internationalization (i18n) Support.

Quick Start

One-Click Cloud Deployment (RainYun)

For users who want one-click 24-hour-online deployment and do not want to manage servers themselves, we recommend RainYun's one-click cloud deployment service ☁️:

Deploy on RainYun

One-Click Deployment

[!NOTE] Requires uv to be installed. For macOS users: due to macOS security checks, the first run of the astrbot command may take longer (about 10-20s).

For users who want to quickly experience AstrBot, are familiar with command-line usage, and can install a uv environment on their own, we recommend the uv one-click deployment method ⚡️:

uv tool install astrbot --python 3.12
astrbot init # Only execute this command for the first time to initialize the environment
astrbot run

Update astrbot:

uv tool upgrade astrbot --python 3.12

Docker Deployment

For users familiar with containers and looking for a more stable, production-ready deployment method, we recommend deploying AstrBot with Docker / Docker Compose.

Please refer to the official documentation: Deploy AstrBot with Docker.

Desktop Application Deployment

For users who want to use AstrBot on desktop and mainly use ChatUI, we recommend AstrBot App.

Visit AstrBot-desktop to download and install; this method is designed for desktop usage and is not recommended for server scenarios.

Launcher Deployment

For desktop users who also want fast deployment and isolated multi-instance usage, we recommend AstrBot Launcher.

Visit AstrBot Launcher to download and install.

More deployment methods

If you need panel-based management or deeper customization, see BT-Panel Deployment for BT Panel app-store setup, 1Panel Deployment for 1Panel app-market deployment, CasaOS Deployment for NAS/home-server visual deployment, and Manual Deployment for fully custom source-based installation with uv.

❤️ Sponsors

Welcome to sponsor us via Afdian or contact us.

Supported Messaging Platforms

Connect AstrBot to your favorite chat platform.

PlatformMaintainer
QQOfficial
OneBot v11 protocol implementationOfficial
TelegramOfficial
Wecom & Wecom AI BotOfficial
WeChat Official AccountsOfficial
Feishu (Lark)Official
DingTalkOfficial
SlackOfficial
DiscordOfficial
LINEOfficial
SatoriOfficial
KOOKOfficial
MisskeyOfficial
MattermostOfficial
WhatsApp (Coming Soon)Official
MatrixCommunity
Rocket.ChatCommunity
VoceChatCommunity

Supported Model Services

ServiceType
OpenAI and Compatible ServicesLLM Services
AnthropicLLM Services
Google GeminiLLM Services
Moonshot AILLM Services
Zhipu AILLM Services
DeepSeekLLM Services
Ollama (Self-hosted)LLM Services
LM Studio (Self-hosted)LLM Services
AIHubMixLLM Services (API Gateway, supports all models)
CompShareLLM Services
302.AILLM Services
TokenPonyLLM Services
SiliconFlowLLM Services
PPIO CloudLLM Services
ModelScopeLLM Services
OneAPILLM Services
DifyLLMOps Platforms
Alibaba Cloud Bailian ApplicationsLLMOps Platforms
CozeLLMOps Platforms
OpenAI WhisperSpeech-to-Text Services
SenseVoiceSpeech-to-Text Services
Xiaomi MiMo OmniSpeech-to-Text Services
OpenAI TTSText-to-Speech Services
Gemini TTSText-to-Speech Services
GPT-Sovits-InferenceText-to-Speech Services
GPT-SovitsText-to-Speech Services
FishAudioText-to-Speech Services
Edge TTSText-to-Speech Services
Alibaba Cloud Bailian TTSText-to-Speech Services
Azure TTSText-to-Speech Services
Minimax TTSText-to-Speech Services
Xiaomi MiMo TTSText-to-Speech Services
Volcano Engine TTSText-to-Speech Services

❤️ Contributing

Issues and Pull Requests are always welcome! Feel free to submit your changes to this project :)

How to Contribute

You can contribute by reviewing issues or helping with pull request reviews. Any issues or PRs are welcome to encourage community participation. Of course, these are just suggestions—you can contribute in any way you like. For adding new features, please discuss through an Issue first.

Development Environment

AstrBot uses ruff for code formatting and linting.

git clone https://github.com/AstrBotDevs/AstrBot
pip install pre-commit
pre-commit install

🌍 Community

QQ Groups

We have 15+ chat groups, please see: Community for details.

Discord Server

❤️ Special Thanks

Special thanks to all Contributors and plugin developers for their contributions to AstrBot ❤️

Open Source Friends ❤️

⭐ Star History

[!TIP] If this project has helped you in your life or work, or if you're interested in its future development, please give the project a Star. It's the driving force behind maintaining this open-source project <3

Star History Chart

Companionship and capability should never be at odds. What we aim to create is a robot that can understand emotions, provide genuine companionship, and reliably accomplish tasks.

私は、高性能ですから!

同方向的其他项目

mempalace

MemPalace

大模型与推理引擎

The best-benchmarked open-source AI memory system. And it's free.

DockerPython 依赖示例代码文档+1
58k13kPythonMIT1 天前
开箱即用
大模型与推理引擎

[EMNLP2025] LightRAG: Simple and Fast Retrieval-Augmented Generation

DockerPython 依赖示例代码文档+2
39k1.7kPythonMIT今天
开箱即用
大模型与推理引擎

A Python library for extracting structured information from unstructured text using LLMs with precise source grounding and interactive visualization.

DockerPython 依赖示例代码文档+1
38k2.9kPythonApache-2.04 天前
开箱即用