AI powered Omnichannel customer service With Team Cooperation
git clone https://github.com/Bytedesk/bytedesk.git
cd bytedesk/deploy/docker
# create .env
cp .env.example .env
# default startup (MySQL + Artemis + standard, middleware only)
./start.sh mysql artemis standard middleware
For more startup/stop combinations (PostgreSQL, Oracle, RabbitMQ, noai, webrtc, call, full stack), see docker readme.
# Please replace 127.0.0.1 with your server IP
Access address: http://127.0.0.1:9003/
Default account: admin@email.com
Default password: admin
Monorepo powered by Maven (root pom.xml) with multiple modules and deploy assets.
bytedesk/
├─ channels/ # Channel integrations (douyin, shop, social, wechat)
├─ demos/ # Example projects and sample code
├─ deploy/ # Deployment assets: docker, k8s, server configs
├─ enterprise/ # Enterprise features (ai, call, core, kbase, service, ticket)
├─ images/ # Images used in docs and UI previews
├─ jmeter/ # Performance tests and scripts
├─ logs/ # Runtime logs (local/dev)
├─ modules/ # Core product modules (TeamIM, Service, KBase, Ticket, AI, ...)
├─ plugins/ # Optional plugins (freeswitch, webrtc, open platform)
├─ projects/ # Custom projects or extensions
├─ starter/ # Starters/entry points
| Project | Description | Forks | Stars |
|---|---|---|---|
| iOS | iOS | ||
| Android | Android | ||
| Flutter | Flutter | ||
| UniApp | Uniapp | ||
| Web | Vue/React/Angular/Next.js/JQuery/... | ||
| Wordpress | Wordpress | ||
| Woocommerce | woocommerce | ||
| <!-- | Magento | Magento | |
| Prestashop | Prestashop | ||
| Shopify | Shopify | ||
| Opencart | Opencart | ||
| Laravel | Laravel | ||
| Django | Django |
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
https://www.gnu.org/licenses/agpl-3.0.html
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.