Releases: mobvoi/CBbot
Releases · mobvoi/CBbot
CBbot v1.0.82 - Enhanced macOS Development Environment
🚀 CBbot v1.0.82 Release Notes
📦 Download
macOS Installers
- 🍎 Apple Silicon (M1/M2/M3): CBbot-mac-arm64-v1.0.82.dmg
- 💻 Intel Mac: CBbot-mac-x64-v1.0.82.dmg
CBbot v1.0.2 - One-Click Development Environment
CBbot Release Notes
🚀 Version 1.0.2 - Initial Release
Release Date: 2026-02-05
📦 What's Included
This release provides a complete one-click development environment setup for macOS users.
✨ Key Features
- 🐳 Dockerized Environment: Complete containerized setup
- ⚡ One-Click Installation: Automated deployment with
install.sh - 🛠️ Full Stack Ready: Java, MySQL, Redis, RabbitMQ, Node.js
- 🤖 Multi-Platform Bots: Feishu, Telegram, Discord integration
- 📱 macOS Optimized: Intel & Apple Silicon support
- 🔧 Configurable: Flexible bot and service configuration
📋 System Requirements
- OS: macOS 10.15 (Catalina) or higher
- Chip: Intel x64 or Apple Silicon (M1/M2/M3)
- Memory: 6GB+ RAM recommended
- Storage: 10GB+ available space
- Docker: Desktop 4.0+ required
📦 Download & Installation
Option 1: Download Release Package
- Download: Get
CBbot-full-package-v1_0_2.zipfrom release assets - Extract:
unzip CBbot-full-package-v1_0_2.zip cd CBbot - Install:
bash install.sh
Option 2: Clone Repository
git clone https://github.com/mobvoi/CBbot.git
cd CBbot
bash install.sh🔧 Quick Setup
-
Get CBbot Key: Login to CodeBanana → User Avatar → "CBbot Key"
-
Configure: Edit
package/config/application.ymluser-key: {{YOUR_CBBOT_KEY}} ai-bot: fs: subscribe: false # Set to true for Feishu bot
-
Setup Proxy (China users):
export https_proxy=http://127.0.0.1:7890 export http_proxy=http://127.0.0.1:7890
-
Install & Run:
bash install.sh
-
Access: Open http://localhost:3100
🎯 What's New in v1.0.2
🆕 Core Features
- Complete development environment containerization
- Automated Docker Compose orchestration
- Multi-service integration (MySQL, Redis, RabbitMQ)
- Real-time bot communication capabilities
🤖 Bot Integrations
- Feishu Bot: Enterprise chat integration
- Telegram Bot: Public messaging platform
- Discord Bot: Gaming and community platform
- Configurable: Enable/disable bots as needed
🛠️ Developer Tools
- Java development environment
- Node.js runtime
- Database services (MySQL)
- Caching layer (Redis)
- Message queue (RabbitMQ)
📚 Documentation
- English: README.en.md
- 中文: README.cn.md
- Installation: INSTALL.md
- Main: README.md
🐛 Known Issues
Port Conflicts
- Issue: Services may conflict with existing applications
- Solution: Stop conflicting services or modify ports in
docker-compose.yml
China Network
- Issue: Slow downloads from overseas registries
- Solution: Use VPN and configure proxy settings
Docker Desktop
- Issue: "Docker daemon not running" error
- Solution: Ensure Docker Desktop is launched and running
🔄 Upgrade Path
This is the initial release. Future versions will include:
- Automatic update mechanism
- Additional bot platforms
- Enhanced configuration options
- Performance optimizations
💰 Billing & Usage
- Model: Pay-as-you-go based on API usage
- Account: Linked via CBbot Key
- Monitoring: Real-time usage tracking
- Dashboard: Available at CodeBanana Account
🤝 Support
- Documentation: Check README files for detailed guides
- Issues: Report bugs via GitHub Issues
- Community: Join discussions in project repository
📄 License
MIT License - see LICENSE file for details
🎉 Happy Coding with CBbot!
Made with ❤️ by the CodeBanana team