企业IM + 在线客服 + AI助手,打造开源版企业微信/钉钉/飞书
基于AI的企业IM和在线客服系统
- English
- 中文
介绍
- 企业IM
- 在线客服
- 大模型AI助手
技术栈
- springboot-3.2.0 for 后端
- react-18.2.0 for web前端
- react-native-0.73.4 for 移动客户端(ios&android)
- electron-29.1.0 for 桌面客户端(windows&mac&linux)
快速开始
git clone https://github.com/Bytedesk/bytedesk.git mvn install -Dmaven.test.skip=true # 打开 bytedesk/starter/src/main/resources/application-dev.properties # 修改 the value of spring.datasource.url and spring.datasource.username and spring.datasource.password # 修改 the value of spring.redis.host and spring.redis.port cd bytedesk/starter mvn spring-boot:run # # 其他命令 # - 启动:mvn spring-boot:run # - 清理:mvn clean # - 查看依赖:mvn dependency:tree # - 依赖分析:mvn dependency:analyze # - 手动拉取依赖:mvn dependency:resolve # - mvn compile -Dmaven.test.skip=true # - 本地安装:mvn install -Dmaven.test.skip=true # - 本地打包:mvn package -Dmaven.test.skip=true # - 查看端口占用:lsof -i:port,其中:port 为端口号, lsof -i:9003 # - 杀掉进程:kill -9 pid,其中:pid 为进程 pid # # 本地预览 web: http://localhost:9003/ 管理后台: http://localhost:9003/admin, 用户名: admin, 密码: admin web客服端: http://localhost:9003/chat, 用户名: admin, 密码: admin 访客对话窗口: http://localhost:9003/v api文档: http://localhost:9003/swagger-ui/index.html
github: https://github.com/Bytedesk/bytedesk