# Bytedesk - Chat as a Service AI powered Omnichannel customer service With Team Cooperation ## Language - [English](./README.md) - [中文](./README.zh.md) ![statistics](./images/admin/statistics.png) ![chat](./images/admin/chat.png) ## Introduction ### [TeamIM](./modules/team/readme.md) - Multi-level organizational structure - Role management - Permission management - ... ### [Customer Service](./modules/service/readme.md) - Support multiple channels - multiple routing strategies, and detailed assessment indicators - Seating workbench - ... ### [Knowledge Base](./modules/kbase/readme.md) - Internal Docs - HelpCenter - FAQ ### [Ticket](./modules/ticket/readme.md) - Ticket management - Ticket SLA management - Ticket statistics and reports - ... ### [AI Agent](./modules/ai/readme.md) - Chat with Ollama/DeepSeek/ZhipuAI/... - Chat with Knowledge base(RAG) - Function calling - Mcp ### [Voice Of Customer](./modules/voc/readme.md) - feedback - survey - ... ### [project kanban](./plugins/kanban/readme.md) - todo list - daily/weekly report - statistics - ... ### workflow - form - process - ticket process - ... ### OpenManus - browser automation ### video conference - jitsi ### [Social Group](./modules/social/readme.md) - like Discord - ... ### Multi-tenant - Multi-tenant management - Tenant isolation - Tenant statistics - ... ## Docker Quick Start ### method 1: clone project and start docker compose container,need ollama ```bash git clone https://github.com/Bytedesk/bytedesk.git && cd bytedesk/deploy/docker && docker compose -p bytedesk -f docker-compose.yaml up -d ``` #### ollama pull model ```bash # chat model ollama pull qwen3:0.6b # embedding model ollama pull bge-m3:latest # rerank model ollama pull linux6200/bge-reranker-v2-m3:latest # or download model from huggingface # ollama pull hf.co// ``` ### method 2: run docker compose with ollama ```bash git clone https://github.com/Bytedesk/bytedesk.git && cd bytedesk/deploy/docker && docker compose -p bytedesk -f docker-compose-ollama.yaml up -d ``` #### docker ollama pull model ```bash # chat model docker exec ollama-bytedesk ollama pull qwen3:0.6b # embedding model docker exec ollama-bytedesk ollama pull bge-m3:latest # rerank model docker exec ollama-bytedesk ollama pull linux6200/bge-reranker-v2-m3:latest # or download model from huggingface # docker exec ollama-bytedesk ollama pull hf.co// ``` #### stop container ```bash docker compose -p bytedesk -f docker-compose.yaml stop ``` #### change config, otherwise upload image, file and knowledge base cannot be displayed normally - change `docker-compose.yaml` file or `docker-compose-ollama.yaml` ```bash # please replace 127.0.0.1 with your server ip BYTEDESK_UPLOAD_URL: http://127.0.0.1:9003 BYTEDESK_KBASE_API_URL: http://127.0.0.1:9003 ``` ### method 3: run from source code ```bash git clone https://github.com/Bytedesk/bytedesk.git && cd bytedesk && ./mvnw install -Dmaven.test.skip=true && cd starter && ./mvnw spring-boot:run ``` ## Preview local preview ```bash # please replace 127.0.0.1 with your server ip http://127.0.0.1:9003/ # open port: 9003, 9885 demo username: admin@email.com demo password: admin ``` ## architecture - [architecture](https://www.weiyuai.cn/architecture.html) ## Open Source Client - [desktop](https://github.com/Bytedesk/bytedesk-desktop) - [mobile](https://github.com/Bytedesk/bytedesk-mobile) ## Open Source Demo + SDK | Project | Description | Forks | Stars | |-------------|-----------------------|----------------|-------------------| | [iOS](https://github.com/bytedesk/bytedesk-swift) | iOS | ![GitHub forks](https://img.shields.io/github/forks/bytedesk/bytedesk-swift) | ![GitHub Repo stars](https://img.shields.io/github/stars/Bytedesk/bytedesk-swift) | | [Android](https://github.com/bytedesk/bytedesk-android) | Android | ![GitHub forks](https://img.shields.io/github/forks/bytedesk/bytedesk-android) | ![GitHub Repo stars](https://img.shields.io/github/stars/bytedesk/bytedesk-android) | | [Flutter](https://github.com/bytedesk/bytedesk-flutter) | Flutter | ![GitHub forks](https://img.shields.io/github/forks/bytedesk/bytedesk-flutter)| ![GitHub Repo stars](https://img.shields.io/github/stars/bytedesk/bytedesk-flutter) | | [UniApp](https://github.com/bytedesk/bytedesk-uniapp) | Uniapp | ![GitHub forks](https://img.shields.io/github/forks/bytedesk/bytedesk-uniapp) | ![GitHub Repo stars](https://img.shields.io/github/stars/bytedesk/bytedesk-uniapp) | | [Web](https://github.com/bytedesk/bytedesk-web) | Vue/React/Angular/Next.js/JQuery/... | ![GitHub forks](https://img.shields.io/github/forks/bytedesk/bytedesk-web) | ![GitHub Repo stars](https://img.shields.io/github/stars/bytedesk/bytedesk-web) | | [Wordpress](https://github.com/bytedesk/bytedesk-wordpress) | Wordpress | ![GitHub forks](https://img.shields.io/github/forks/bytedesk/bytedesk-wordpress) | ![GitHub Repo stars](https://img.shields.io/github/stars/bytedesk/bytedesk-wordpress) | | [Woocommerce](https://github.com/bytedesk/bytedesk-woocommerce) | woocommerce | ![GitHub forks](https://img.shields.io/github/forks/bytedesk/bytedesk-woocommerce) | ![GitHub Repo stars](https://img.shields.io/github/stars/bytedesk/bytedesk-woocommerce) | | [Magento](https://github.com/bytedesk/bytedesk-magento) | Magento | ![GitHub forks](https://img.shields.io/github/forks/bytedesk/bytedesk-magento) | ![GitHub Repo stars](https://img.shields.io/github/stars/bytedesk/bytedesk-magento) | | [Prestashop](https://github.com/bytedesk/bytedesk-prestashop) | Prestashop | ![GitHub forks](https://img.shields.io/github/forks/bytedesk/bytedesk-prestashop) | ![GitHub Repo stars](https://img.shields.io/github/stars/bytedesk/bytedesk-prestashop) | | [Shopify](https://github.com/bytedesk/bytedesk-shopify) | Shopify | ![GitHub forks](https://img.shields.io/github/forks/bytedesk/bytedesk-shopify) | ![GitHub Repo stars](https://img.shields.io/github/stars/bytedesk/bytedesk-shopify) | | [Opencart](https://github.com/bytedesk/bytedesk-opencart) | Opencart | ![GitHub forks](https://img.shields.io/github/forks/bytedesk/bytedesk-opencart) | ![GitHub Repo stars](https://img.shields.io/github/stars/bytedesk/bytedesk-opencart) | | [Laravel](https://github.com/bytedesk/bytedesk-laravel) | Laravel | ![GitHub forks](https://img.shields.io/github/forks/bytedesk/bytedesk-laravel) | ![GitHub Repo stars](https://img.shields.io/github/stars/bytedesk/bytedesk-laravel) | | [Django](https://github.com/bytedesk/bytedesk-django) | Django | ![GitHub forks](https://img.shields.io/github/forks/bytedesk/bytedesk-django) | ![GitHub Repo stars](https://img.shields.io/github/stars/bytedesk/bytedesk-django) | ## Links - [Download](https://www.weiyuai.cn/download.html) - [Docs](https://www.weiyuai.cn/docs/) ## License Copyright (c) 2013-2025 微语 Bytedesk.com, All rights reserved. Licensed under GNU AFFERO GENERAL PUBLIC LICENSE(AGPL v3) (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.