# weiyu.im
**Repository Path**: icode2017/weiyu.im
## Basic Information
- **Project Name**: weiyu.im
- **Description**: Chat As A Service(CAAS), 社交IM + 企业IM + 在线客服 + AI助手,打造开源版企业微信/钉钉/飞书
- **Primary Language**: Java
- **License**: AGPL-3.0
- **Default Branch**: main
- **Homepage**: http://weiyu.im
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 205
- **Created**: 2024-06-12
- **Last Updated**: 2024-06-12
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# 微语
对话即服务,Chat as a Service
## 语言
- [English](./README.md)
- [中文](./README.zh.md)
## 介绍
### 社交IM:跟好友聊
- 好友、
- 群组、
### 企业IM:跟同事聊
- 多层组织架构、
- 角色管理
- 权限管理
- 聊天记录管理
### 在线客服:跟客户聊
- 支持多渠道、多种路由策略、详细考核指标
- 坐席工作台、
- 工单系统、
- 坐席管理、
- 数据看板、
- 人工知识库、
- 技能组管理、
- 实时监控、
- 公告、
- 敏感词、
- CRM、
- 报表功能,
- 为客户提供一体化客服工作台服务
### 智能客服
- 基于大模型 LLM && RAG 的智能客服
### 大模型AI助手
- 更适合团队使用,一人配置,全公司使用
## 快速开始
```bash
# 注意: 此开源版本处于早期阶段,许多功能尚未完善或测试未完成,文档尚待完善,请勿在生产环境使用
git clone https://github.com/Bytedesk/bytedesk.git
# 配置文件: bytedesk/starter/src/main/resources/application-dev.properties
# use maven && vscode
cd bytedesk
mvn install -Dmaven.test.skip=true
#
cd bytedesk/starter
mvn spring-boot:run
# 打包jar并运行:
cd bytedesk/starter
mvn package -Dmaven.test.skip=true
java -jar bytedesk-starter-0.0.1-SNAPSHOT.jar
# 后台运行
nohup java -jar bytedesk-starter-0.0.1-SNAPSHOT.jar
#
# 本地预览
开发者入口: http://localhost:9003/dev
web: http://localhost:9003/
管理后台: http://localhost:9003/admin, 用户名: admin@email.com, 密码: admin
客服端: http://localhost:9003/agent, 用户名: admin@email.com, 密码: admin
访客: http://localhost:9003/chat?t=0&sid=default_agent_uid&
api文档: http://localhost:9003/swagger-ui/index.html
actuator: http://localhost:9003/actuator
h2数据库: http://localhost:9003/h2-console, 路径: ./h2db/weiyuim, 用户名: sa, 密码: sa
```
## 文档
- [文档](https://www.weiyuai.cn/docs/)
## 预览
### 管理后台
| 组织 | 客服 | ai |
| :----------: | :----------: | :----------: |
|
|
|
|
## 桌面客户端
| 登录 | 对话 | 通讯录 | 设置 |
| :----------: | :----------: | :----------: | :----------: |
| 
|
|
|
|
## 在线客服-访客端SDK
- [iOS-oc](./visitor/oc)
- [iOS-swift](./visitor/swift)
- [Android](./visitor/android)
- [Flutter](./visitor/flutter)
- [React](./visitor/react)
- [React-native](./visitor/react-native)
- [UniApp](./visitor/uniapp)
- [Web](./visitor/web)
## 客户端&客服端
- [Windows](https://www.weiyuai.cn/download.html)
- [Mac](https://www.weiyuai.cn/download.html)
- [Linux](https://www.weiyuai.cn/download.html)
- [Android](https://www.weiyuai.cn/download.html)
- [IOS](https://www.weiyuai.cn/download.html)
## 技术栈 - 基于金融级云原生架构
- [sofaboot-4.2.0 jdk17/maven/h2/mysql8.0/postgresql/oracle(jpa支持的所有数据库)](https://github.com/sofastack/sofa-boot/blob/master/README_ZH.md) for 后端
- [python-3.10](https://docs.python.org/zh-cn/3/) for AI助手
- [react-18.2.0](https://reactjs.org/) for web前端
- [react-native-0.73.4](https://reactnative.dev/) for 移动客户端(ios&android)
- [electron-29.1.1](https://www.electronjs.org/) for 桌面客户端(windows&mac&linux)
## 联系
- [Email](mailto:270580156@qq.com)
- [微信](./images/wechat.png)
## [声明](https://www.weiyuai.cn/)
- 在保留原有商标logo等信息前提下,支持免费商用。如需移除,需要获得授权
- 仅支持企业内部员工自用,销售、二次销售或者部署SaaS方式销售需要获得授权
- 请勿用于非法用途