企业级多租户团队协作工具,免费开源8件套:企业IM、在线客服、企业知识库/帮助文档、客户之声、工单系统、AI对话、工作流、项目管理。
语言
- English
- 中文
介绍
企业IM
- 局域网即时通讯
- 企业成员管理
- 聊天记录监控
- ...
全渠道客服
- 多渠道接入
- 人工客服
- 客服Agent智能体,对接自有数据,自动执行操作
- ...
知识库
- 对接大模型
- 自定义知识库
- Function Calling
- Mcp
- ...
工单系统
- 工单管理
- 工单SLA管理
- 工单统计和报表
- ...
AI Agent
- Ollama/DeepSeek/ZhipuAI/...
- 智能体
- 工作流
- ...
客户之声
- 意见反馈
- 服务投诉
- 问卷调查
- ...
项目看板
- 待办todo卡片
- 日报/周报
- 统计
- ...
工作流
- 自定义表单
- 自定义流程
- 工单流程可视化
- ...
OpenManus
- 浏览器自动化执行
视频会议
- 集成jitsi
社交群组
- 类似 Discord
- ...
多租户
- 多租户管理
- 租户隔离
- 租户统计
- ...
Docker 快速开始
方法一:克隆项目并启动docker compose容器,需要另行安装ollama,默认使用 qwen3:0.6b 模型
git clone https://gitee.com/270580156/weiyu.git && cd weiyu/deploy/docker && docker compose -p weiyu -f docker-compose.yaml up -d
因项目默认使用ollama qwen3:0.6b模型,所以需要提前拉取模型。配置文件中可以配置其他模型,如deepseek-r1等
# 对话Chat模型
ollama pull qwen3:0.6b
# 嵌入Embedding模型
ollama pull bge-m3:latest
# 重新排序Rerank模型
ollama pull linux6200/bge-reranker-v2-m3:latest
# 或者从 huggingface 下载模型
# ollama pull hf.co/<username>/<model-repository>
方法二:使用 docker compose ollama,默认安装ollama,默认使用 qwen3:0.6b 模型
git clone https://gitee.com/270580156/weiyu.git && cd weiyu/deploy/docker && docker compose -p weiyu -f docker-compose-ollama.yaml up -d
docker 拉取ollama模型。配置文件中可以配置其他模型,如deepseek-r1等
# 对话模型
docker exec ollama-bytedesk ollama pull qwen3:0.6b
# 嵌入模型
docker exec ollama-bytedesk ollama pull bge-m3:latest
# 重新排序Rerank模型
docker exec ollama-bytedesk ollama pull linux6200/bge-reranker-v2-m3:latest
# 或者从 huggingface 下载模型
# docker exec ollama-bytedesk ollama pull hf.co/<username>/<model-repository>
停止容器
docker compose -p weiyu -f docker-compose.yaml stop
修改配置,否则上传图片、文件和知识库无法正常显示
- 修改
docker-compose.yaml
文件 或docker-compose-ollama.yaml
文件,修改以下配置项:
# 请将服务器127.0.0.1替换为你的服务器ip
BYTEDESK_UPLOAD_URL: http://127.0.0.1:9003
BYTEDESK_KBASE_API_URL: http://127.0.0.1:9003
方法三:宝塔面板
- 宝塔面板部署
方法四:源码启动
- 源码启动
演示
本地预览
# 请将127.0.0.1替换为你的服务器ip
http://127.0.0.1:9003/
# 开放端口:9003, 9885
默认用户名: [email protected]
默认密码: admin
架构图
- 架构图
开源客户端
- 桌面客户端
- 移动客户端
开源Demo + SDK
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 | ![]() |
![]() |
链接
- 下载
- 文档
技术栈
- springboot-3.x for 后端
- react for web前端
- flutter for 移动客户端(ios&android)
- electron for 桌面客户端(windows&mac&linux)
联系
- 服务号
- 订阅号
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.