mirror of
https://gitee.com/270580156/weiyu.git
synced 2026-05-14 11:18:02 +00:00
94777ea7ce2f8860d4c8366d5abd980db8bd2d06
Bytedesk - Chat as a Service
AI powered Omnichannel customer service With Team Cooperation
:::tip Bytedesk is still in the early stage of rapid iteration, the documentation may lag behind the development, resulting in possible functional descriptions that do not match the latest software version :::
Language
Introduction
Team IM
- Multi-level organizational structure
- Role management
- Permission management
- ...
Customer Service
- Support multiple channels
- multiple routing strategies, and detailed assessment indicators
- Seating workbench
- ...
Knowledge Base
- Internal Docs
- HelpCenter
- ...
Ticket
- Ticket management
- Ticket SLA management
- Ticket statistics and reports
- ...
AI Chat
- Chat with Ollama/DeepSeek/ZhipuAI/...
- Chat with Knowledge base(RAG)
- ...
Social Group
- like Discord
- ...
Multi-tenant
- Multi-tenant management
- Tenant isolation
- Tenant statistics
- ...
Docker Quick Start
clone project and start docker compose container
git clone https://github.com/Bytedesk/bytedesk.git && cd bytedesk/deploy/docker && docker compose -p bytedesk -f docker-compose.yaml up -d
or run docker compose with ollama
git clone https://github.com/Bytedesk/bytedesk.git && cd bytedesk/deploy/docker && docker compose -p bytedesk -f docker-compose-ollama.yaml up -d
# run ollama deepseek-r1 model
# docker exec ollama-bytedesk ollama pull deepseek-r1
docker exec ollama-bytedesk ollama pull qwen2.5:1.5b
ollama
ollama pull deepseek-r1:1.5b
ollama pull qwen2.5:1.5b
stop container
docker compose -p bytedesk -f docker-compose.yaml stop
change config, otherwise upload image, file and knowledge base cannot be displayed normally
- change
docker-compose.yamlfile
# please replace 127.0.0.1 with your server ip
BYTEDESK_UPLOAD_URL: http://127.0.0.1:9003
BYTEDESK_KBASE_API_URL: http://127.0.0.1:9003
Preview
local preview
# please replace 127.0.0.1 with your server ip
http://127.0.0.1:9003/
# open port: 9003, 9885
Open Source Client
Open Source 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 |
Links
License
Languages
JavaScript
76%
Java
18.5%
CSS
2.4%
Fluent
1.1%
Python
0.6%
Other
1.3%

