Skip to content

Releases: mobvoi/CBbot

CBbot v1.0.82 - Enhanced macOS Development Environment

11 Feb 15:01

Choose a tag to compare

🚀 CBbot v1.0.82 Release Notes

📦 Download

macOS Installers

CBbot v1.0.2 - One-Click Development Environment

05 Feb 12:20

Choose a tag to compare

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

  1. Download: Get CBbot-full-package-v1_0_2.zip from release assets
  2. Extract:
    unzip CBbot-full-package-v1_0_2.zip
    cd CBbot
  3. Install:
    bash install.sh

Option 2: Clone Repository

git clone https://github.com/mobvoi/CBbot.git
cd CBbot
bash install.sh

🔧 Quick Setup

  1. Get CBbot Key: Login to CodeBanana → User Avatar → "CBbot Key"

  2. Configure: Edit package/config/application.yml

    user-key: {{YOUR_CBBOT_KEY}}
    ai-bot:
      fs:
        subscribe: false  # Set to true for Feishu bot
  3. Setup Proxy (China users):

    export https_proxy=http://127.0.0.1:7890
    export http_proxy=http://127.0.0.1:7890
  4. Install & Run:

    bash install.sh
  5. 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

🐛 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