Skip to content

🌸 YuanBot道具ではなく、伴走

記憶と感情を持ち、自ら寄り添うオープンソースAIバーチャルコンパニオン

🚧 日本語ドキュメントは準備中です。
現在翻訳を進めています。当面は中国語ドキュメントをご参照ください。

クイックインストール

pip

bash
# 源码安装(詳しくはインストールガイドを参照)
git clone https://github.com/Grabrun/YuanBot.git
cd YuanBot
python -m venv .venv
.venv\Scripts\activate
pip install -e ".[dev]"
yuanbot start

Docker

bash
git clone https://github.com/Grabrun/YuanBot.git
cd YuanBot
cp .env.example .env
docker-compose up -d

© 2026 YuanBot · Made with 🌸 by Grabrun

Made with 🌸 by Grabrun