Home
Softono
b

bytedesk

Professional software vendor delivering innovative solutions on the Softono platform. Specialized in both open-source and proprietary software development.

Total Products
3

Software by bytedesk

bytedesk
Open Source

bytedesk

<!-- * @Author: jackning [email protected] * @Date: 2024-06-05 09:43:27 * @LastEditors: jackning [email protected] * @LastEditTime: 2025-09-24 11:42:56 * @Description: bytedesk.com https://github.com/Bytedesk/bytedesk * Please be aware of the BSL license restrictions before installing Bytedesk IM – * selling, reselling, or hosting Bytedesk IM as a service is a breach of the terms and automatically terminates your rights under the license. * Business Source License 1.1: https://github.com/Bytedesk/bytedesk/blob/main/LICENSE * contact: [email protected] * 联系:[email protected] * Copyright (c) 2024 by bytedesk.com, All Rights Reserved. --> # Bytedesk - Chat as a Service AI powered Omnichannel customer service With Team Cooperation **Language:** [English](README.md) | [中文](README.zh.md) ## Admin Dashboard ![statistics](./images/admin/statistics.png) ## Admin Chat ![chat](./images/admin/chat.png) ## Admin LLM+Agent ![llm_agent](./images/admin/llm_agent.png) ## Admin Channel ![channel](./images/admin/channel.png) ## Agent ![agent](./images/agent/agent_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 ### [workflow](./modules/core/readme.workflow.md) - form - process - ticket process - ... ### [Voice Of Customer](./modules/voc/readme.md) - feedback - survey - ... ### [Call Center](./plugins/freeswitch/readme.zh.md) - Professional call platform based on FreeSwitch - Supports incoming call pop-up screens, automatic allocation, and call recording - Data statistics, seamless integration of voice and text services ### [Video Customer Service](./plugins/webrtc/readme.zh.md) - High-definition video calls based on WebRTC technology - Supports one-click video conversations and screen sharing - Suitable for service scenarios requiring intuitive demonstrations ### [Open Platform](./plugins/readme.md) - Provides complete RESTful API interfaces and SDK toolKits - Supports seamless integration with third-party systems for data interoperability - Multi-language SDK support to simplify development and integration processes ## Quick Start ```bash git clone https://github.com/Bytedesk/bytedesk.git cd bytedesk/deploy/docker # default startup (MySQL + Artemis + standard, middleware only) ./start.sh mysql artemis standard middleware # or WebRTC middleware scenarios (coturn + janus, middleware only) ./start.sh mysql artemis webrtc middleware ``` For more startup/stop combinations (PostgreSQL, Oracle, RabbitMQ, noai, webrtc, call, full stack), see [docker readme](deploy/docker/readme.md). ```bash # Please replace 127.0.0.1 with your server IP Access address: http://127.0.0.1:9003/ Default account: [email protected] Default password: admin ``` - [Docker Deploy](https://www.weiyuai.cn/docs/docs/deploy/docker/) - [Baota Deploy](https://www.weiyuai.cn/docs/docs/deploy/baota) - [Source Code](https://www.weiyuai.cn/docs/docs/deploy/source) ## Project Structure Monorepo powered by Maven (root `pom.xml`) with multiple modules and deploy assets. ```text 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 ``` ## architecture - [architecture](https://www.weiyuai.cn/architecture.html) - [docs](https://www.weiyuai.cn/docs/) - [api docs](https://www.weiyuai.cn/apidocs/) ## Open Source Client - [desktop](https://github.com/Bytedesk/bytedesk-desktop) - [QT client](https://github.com/Bytedesk/bytedesk-qt) - [mobile](https://github.com/Bytedesk/bytedesk-mobile) - [siphone](https://github.com/Bytedesk/bytedesk-phone) - [conference](https://github.com/Bytedesk/bytedesk-conference) - [freeswitch docker](https://github.com/Bytedesk/bytedesk-freeswitch) - [janus docker](https://github.com/Bytedesk/bytedesk-janus) <!-- - [jitsi docker](https://github.com/Bytedesk/bytedesk-jitsi) --> ## 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/) <!-- ## Dev Stack --> <!-- - [sofaboot](https://github.com/sofastack/sofa-boot/blob/master/README_ZH.md) for im server --> <!-- - [springboot-3.x for im server](https://github.com/Bytedesk/bytedesk) --> <!-- - [python for ai](https://github.com/Bytedesk/bytedesk-ai) --> <!-- - [react for web](https://github.com/Bytedesk/bytedesk-react) --> <!-- - [flutter for ios&android](https://github.com/Bytedesk/bytedesk-mobile) --> <!-- - [electron for windows&mac&linux](https://github.com/Bytedesk/bytedesk-desktop) --> ## 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 <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. ## Terms of Use - **Allowed Uses**: Can be used for commercial purposes, but prohibited from resale without prior permission - **Prohibited Uses**: Strictly prohibited for use in illegal and non-compliant businesses including trojans, viruses, pornography, gambling, fraud, and other illegal activities - **Disclaimer**: This software does not guarantee any form of legal liability. Users are responsible for their own usage risks

Communication Help Desk & Support
434 Github Stars
bytedesk-android
Open Source

bytedesk-android

# Visitor Android Visitor Android is the native Jetpack Compose implementation of the Bytedesk visitor demo. It mirrors the same three-tab experience as Visitor UniApp. ## Features - Native Android visitor demo built with Jetpack Compose Material 3. - Home tab opens plain chat, goods chat, and order chat scenes. - Messages tab fetches visitor threads from the online API. - Profile tab switches between preset demo users. - Chat content is rendered inside Android WebView. ## Default Online Endpoints - Chat page: https://cdn.weiyuai.cn - API base: https://api.weiyuai.cn ## Main Files - app/src/main/java/com/bytedesk/visitorandroid/MainActivity.kt: app entry, tab UI, API loading, WebView chat - app/src/main/AndroidManifest.xml: network permission and web access settings ## Requirements - Android Studio with Android SDK installed - JDK 11 - Android SDK path configured through ANDROID_HOME and ANDROID_SDK_ROOT when building from terminal ## How To Run 1. Open frontend/apps/visitorAndroid in Android Studio. 2. Sync Gradle. 3. Run the app on an emulator or device. For command-line validation you can use: ```bash cd frontend/apps/visitorAndroid ANDROID_HOME=/path/to/android/sdk ANDROID_SDK_ROOT=/path/to/android/sdk ./gradlew :app:compileDebugKotlin ``` ## How To Use 1. Open Home and tap a scene card to enter chat directly. 2. Open Messages to load visitor threads from the online API. 3. Tap a thread to continue the selected conversation. 4. Open Profile to switch the current demo visitor. ## Notes - The app uses online endpoints by default. - INTERNET permission and cleartext traffic support are already configured in AndroidManifest.xml.

Mobile Development Help Desk & Support
11 Github Stars
bytedesk-ios
Open Source

bytedesk-ios

# 萝卜丝 · IM + 云客服 ## 此库之后仅做维护,不再更新,请移步至新版 [开源Objective-C客服SDK](https://github.com/Bytedesk/bytedesk-oc/) 和 [开源Swift客服SDK](https://github.com/Bytedesk/bytedesk-swift/) - 致力于提供稳定、可扩展、定制化的客户服务一站式平台 - [官方网站](https://www.bytedesk.com) - [开发文档](https://github.com/bytedesk/bytedesk-ios/wiki) ## 准备工作 - [注册账号](https://www.bytedesk.com/admin/#/antv/user/login) - [登录后台](https://www.bytedesk.com/admin#/login) - 分配应用:登录后台->客服管理->渠道管理->添加 App ## 集成 SDK 萝卜丝·云客服在经典版[微客服](http://www.weikefu.net)基础上面做了重构,将原先一个 SDK 一分为二为两个 sdk: - 核心库:[![bytedesk-core](https://img.shields.io/badge/bytedesk--core-2.6.0-brightgreen.svg)](https://cocoapods.org/pods/bytedesk-core) - 界面库,完全开源(Demo 中的 bdui 项目),方便开发者自定义界面:[![bytedesk--ui](https://img.shields.io/badge/bytedesk--ui-2.6.0-brightgreen.svg)](https://cocoapods.org/pods/bytedesk-ui#bytedesk-ui-pod) - 最低兼容版本 platform :ios, '11.0' - 开发环境: Version 13.2.1 (13C100) - 最新兼容:iOS 15.2 - 真机调试时,请修改 Scheme 为 release <img src="./img/scheme-1.png?raw=true" width="250"> <img src="./img/scheme-2.png?raw=true" width="500"> - 技术支持 QQ 3 群: 825257535 ## 开发文档 - [在线客服开发文档](https://github.com/bytedesk/bytedesk-ios/wiki) - [5 分钟集成在线客服](https://github.com/Bytedesk/bytedesk-ios/wiki/5%E5%88%86%E9%92%9F%E9%9B%86%E6%88%90%E5%9C%A8%E7%BA%BF%E5%AE%A2%E6%9C%8D) - [5 分钟集成工单](https://github.com/Bytedesk/bytedesk-ios/wiki/5%E5%88%86%E9%92%9F%E9%9B%86%E6%88%90%E5%B7%A5%E5%8D%95) - [5 分钟集成帮助中心](https://github.com/Bytedesk/bytedesk-ios/wiki/5%E5%88%86%E9%92%9F%E9%9B%86%E6%88%90%E5%B8%AE%E5%8A%A9%E4%B8%AD%E5%BF%83) - [5 分钟集成意见反馈](https://github.com/Bytedesk/bytedesk-ios/wiki/5%E5%88%86%E9%92%9F%E9%9B%86%E6%88%90%E6%84%8F%E8%A7%81%E5%8F%8D%E9%A6%88) - [5 分钟集成自定义 UI](https://github.com/Bytedesk/bytedesk-ios/wiki/5%E5%88%86%E9%92%9F%E9%9B%86%E6%88%90%E8%87%AA%E5%AE%9A%E4%B9%89UI) - [5 分钟集成 IM](https://github.com/Bytedesk/bytedesk-ios/wiki/5%E5%88%86%E9%92%9F%E9%9B%86%E6%88%90IM) ## 截图 <!-- <img src="./img/1.png" width="25%" height="25%"/> <img src="./img/2.png" width="25%" height="25%"/> <img src="./img/3.png" width="25%" height="25%"/> <img src="./img/4.png" width="25%" height="25%"/> <img src="./img/5.png" width="25%" height="25%"/> <img src="./img/6.png" width="25%" height="25%"/> <img src="./img/7.png" width="25%" height="25%"/> --> | image1 | image2 | image3 | | :----------------------------------------------: | :------------------------------------------------: | :--------------------------------------------------: | | <img src="./img/home.jpeg?raw=true" width="250"> | <img src="./img/robot.jpeg?raw=true" width="250"> | <img src="./img/notice.jpeg?raw=true" width="250"> | | <img src="./img/chat.png?raw=true" width="250"> | <img src="./img/status.jpeg?raw=true" width="250"> | <img src="./img/userinfo.jpeg?raw=true" width="250"> | ## 公众号 <img src="./img/luobosi_mp.png?raw=true" width="250"> ## 注意 - 针对首次进入对话页面点击输入框无反应的问题,是由 QMUI 引起,其最新版本 4.2.1 暂未修复,故提供以下解决方案: ```shell 打开Pods/QMUIKit/QMUICore/UITraitCollection+QMUI.m, 将三个函数体注释掉,只保留函数名定义,也即:将 {} 中的内容注释掉 ``` ## 其他 - [Flutter SDK](https://gitee.com/270580156/bytedesk-flutter) - [UniApp SDK](https://gitee.com/270580156/bytedesk-uniapp) - [iOS SDK](https://gitee.com/270580156/bytedesk-ios) - [Android SDK](https://gitee.com/270580156/bytedesk-android) - [Web 端接口](https://gitee.com/270580156/bytedesk-web) - [微信公众号/小程序接口](https://gitee.com/270580156/bytedesk-wechat) - [服务器端接口](https://gitee.com/270580156/bytedesk-server) - [机器人](https://gitee.com/270580156/bytedesk-chatbot)

Mobile Development Help Desk & Support
11 Github Stars