![AstrBot-Logo-Simplified](https://github.com/user-attachments/assets/ffd99b6b-3272-4682-beaa-6fe74250f7d9)
中文日本語繁體中文FrançaisРусский
Soulter%2FAstrBot | Trendshift Featured|HelloGitHub

python zread Docker pull

DocumentationBlogRoadmapIssue Tracker
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. ![521771166-00782c4c-4437-4d97-aabc-605e3738da5c (1)](https://github.com/user-attachments/assets/61e7b505-f7db-41aa-a75f-4ef8f079b8ba) ## 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](#supported-messaging-platforms). 5. 📦 Plugin Extensions with 1000+ plugins available for one-click installation. 6. 🛡️ [Agent Sandbox](https://docs.astrbot.app/use/astrbot-agent-sandbox.html) 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.
💙 Role-playing & Emotional Companionship ✨ Proactive Agent 🚀 General Agentic Capabilities 🧩 1000+ Community Plugins

99b587c5d35eea09d84f33e6cf6cfd4f

c449acd838c41d0915cc08a3824025b1

image

image

## Quick Start #### Docker Deployment (Recommended 🥳) We recommend deploying AstrBot using Docker or Docker Compose. Please refer to the official documentation: [Deploy AstrBot with Docker](https://astrbot.app/deploy/astrbot/docker.html#%E4%BD%BF%E7%94%A8-docker-%E9%83%A8%E7%BD%B2-astrbot). #### uv Deployment ```bash uv tool install astrbot astrbot ``` #### System Package Manager Installation ##### Arch Linux ```bash yay -S astrbot-git # or use paru paru -S astrbot-git ``` #### Desktop Application (Tauri) Desktop repository: [AstrBot-desktop](https://github.com/AstrBotDevs/AstrBot-desktop). Supports multiple system architectures, direct installation, out-of-the-box experience. Ideal for beginners. #### AstrBot Launcher Quick deployment and multi-instance solution. Visit the [AstrBot Launcher](https://github.com/Raven95676/astrbot-launcher) repository and find the latest release for your system. #### BT-Panel Deployment AstrBot has partnered with BT-Panel and is now available in their marketplace. Please refer to the official documentation: [BT-Panel Deployment](https://astrbot.app/deploy/astrbot/btpanel.html). #### 1Panel Deployment AstrBot has been officially listed on the 1Panel marketplace. Please refer to the official documentation: [1Panel Deployment](https://astrbot.app/deploy/astrbot/1panel.html). #### Deploy on RainYun AstrBot has been officially listed on RainYun's cloud application platform with one-click deployment. [![Deploy on RainYun](https://rainyun-apps.cn-nb1.rains3.com/materials/deploy-on-rainyun-en.svg)](https://app.rainyun.com/apps/rca/store/5994?ref=NjU1ODg0) #### Deploy on Replit Community-contributed deployment method. [![Run on Repl.it](https://repl.it/badge/github/AstrBotDevs/AstrBot)](https://repl.it/github/AstrBotDevs/AstrBot) #### Windows One-Click Installer Please refer to the official documentation: [Deploy AstrBot with Windows One-Click Installer](https://astrbot.app/deploy/astrbot/windows.html). #### CasaOS Deployment Community-contributed deployment method. Please refer to the official documentation: [CasaOS Deployment](https://astrbot.app/deploy/astrbot/casaos.html). #### Manual Deployment First, install uv: ```bash pip install uv ``` Install AstrBot via Git Clone: ```bash git clone https://github.com/AstrBotDevs/AstrBot && cd AstrBot uv run main.py ``` Or refer to the official documentation: [Deploy AstrBot from Source](https://astrbot.app/deploy/astrbot/cli.html). ## Supported Messaging Platforms **Officially Maintained** - QQ (Official Platform & OneBot) - Telegram - WeChat Work Application & WeChat Work Intelligent Bot - WeChat Customer Service & WeChat Official Accounts - Feishu (Lark) - DingTalk - Slack - Discord - Satori - Misskey - LINE - WhatsApp (Coming Soon) **Community Maintained** - [Matrix](https://github.com/stevessr/astrbot_plugin_matrix_adapter) - [KOOK](https://github.com/wuyan1003/astrbot_plugin_kook_adapter) - [VoceChat](https://github.com/HikariFroya/astrbot_plugin_vocechat) ## Supported Model Services **LLM Services** - OpenAI and Compatible Services - Anthropic - Google Gemini - Moonshot AI - Zhipu AI - DeepSeek - Ollama (Self-hosted) - LM Studio (Self-hosted) - [CompShare](https://www.compshare.cn/?ytag=GPU_YY-gh_astrbot&referral_code=FV7DcGowN4hB5UuXKgpE74) - [302.AI](https://share.302.ai/rr1M3l) - [TokenPony](https://www.tokenpony.cn/3YPyf) - [SiliconFlow](https://docs.siliconflow.cn/cn/usercases/use-siliconcloud-in-astrbot) - [PPIO Cloud](https://ppio.com/user/register?invited_by=AIOONE) - ModelScope - OneAPI **LLMOps Platforms** - Dify - Alibaba Cloud Bailian Applications - Coze **Speech-to-Text Services** - OpenAI Whisper - SenseVoice **Text-to-Speech Services** - OpenAI TTS - Gemini TTS - GPT-Sovits-Inference - GPT-Sovits - FishAudio - Edge TTS - Alibaba Cloud Bailian TTS - Azure TTS - Minimax TTS - Volcano Engine TTS ## ❤️ 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. ```bash git clone https://github.com/AstrBotDevs/AstrBot pip install pre-commit pre-commit install ``` ## 🌍 Community ### QQ Groups - Group 1: 322154837 - Group 3: 630166526 - Group 5: 822130018 - Group 6: 753075035 - Group 7: 743746109 - Group 8: 1030353265 - Developer Group: 975206796 ### Telegram Group Telegram_community ### Discord Server Discord_community ## ❤️ Special Thanks Special thanks to all Contributors and plugin developers for their contributions to AstrBot ❤️ Additionally, the birth of this project would not have been possible without the help of the following open-source projects: - [NapNeko/NapCatQQ](https://github.com/NapNeko/NapCatQQ) - The amazing cat framework ## ⭐ 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](https://api.star-history.com/svg?repos=astrbotdevs/astrbot&type=Date)](https://star-history.com/#astrbotdevs/astrbot&Date)
_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._ _私は、高性能ですから!_