企业级多租户团队协作工具,免费开源8件套:企业IM、在线客服、企业知识库/帮助文档、客户之声、工单系统、AI对话、工作流、项目管理。
语言
![weiyu]()
![chat]()
介绍
- 局域网即时通讯
- 企业成员管理
- 聊天记录监控
- ...
- 多渠道接入
- 人工客服
- 客服Agent智能体,对接自有数据,自动执行操作
- ...
- 对接大模型
- 自定义知识库
- Function Calling
- Mcp
- ...
- Ollama/DeepSeek/ZhipuAI/...
- 智能体
- 工作流
- ...
工作流
OpenManus
视频会议
多租户
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
默认用户名: admin@email.com
默认密码: admin
架构图
开源客户端
开源Demo + SDK
链接
技术栈
联系
![]()
![]()
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.