jack ning 4b4aef5462 update
2025-03-05 12:05:22 +08:00
2025-02-11 07:39:50 +08:00
2024-06-18 15:28:57 +08:00
2025-03-02 23:18:51 +08:00
2025-01-03 07:52:00 +08:00
2025-02-04 14:56:26 +08:00
2025-03-05 09:15:05 +08:00
2025-01-13 15:04:41 +08:00
2025-03-05 12:05:22 +08:00
2025-02-09 11:21:07 +08:00
2025-03-05 10:14:39 +08:00
2025-03-03 22:35:33 +08:00
2025-02-27 17:41:33 +08:00
2024-04-09 11:53:00 +08:00
2024-04-09 11:53:00 +08:00
2025-02-02 12:19:17 +08:00
2025-03-03 22:35:33 +08:00
2025-02-05 14:33:33 +08:00
2025-02-05 14:33:33 +08:00
2025-02-05 14:33:33 +08:00
2025-02-05 14:33:33 +08:00
2025-02-05 14:33:33 +08:00
2025-02-05 14:33:33 +08:00
2025-02-05 14:33:33 +08:00
2025-02-05 14:33:33 +08:00
2025-03-04 10:57:36 +08:00
2025-02-05 14:33:33 +08:00
2025-02-05 14:33:33 +08:00
2025-03-05 09:15:05 +08:00
2024-05-08 21:23:18 +08:00

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

statistics chat

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
  • FAQ

Ticket

  • Ticket management
  • Ticket SLA management
  • Ticket statistics and reports
  • ...

AI Chat

  • Chat with Ollama/DeepSeek/ZhipuAI/...
  • Chat with Knowledge base(RAG)
  • Function calling
  • Mcp

Social Group

  • like Discord
  • ...

Multi-tenant

  • Multi-tenant management
  • Tenant isolation
  • Tenant statistics
  • ...

Docker Quick Start

method 1: clone project and start docker compose containerneed ollama

git clone https://github.com/Bytedesk/bytedesk.git && cd bytedesk/deploy/docker && docker compose -p bytedesk -f docker-compose.yaml up -d

ollama pull model

ollama pull deepseek-r1:1.5b
ollama pull qwen2.5:1.5b

method 2: 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

docker ollama pull model

docker exec ollama-bytedesk ollama pull deepseek-r1
docker exec ollama-bytedesk ollama pull qwen2.5:1.5b

if don't need ollama, you can change docker-compose.yaml or docker-compose-ollama.yaml

# 关闭ollama对话
SPRING_AI_OLLAMA_CHAT_ENABLED: false
# 关闭ollama嵌入
SPRING_AI_OLLAMA_EMBEDDING_ENABLED: false

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.yaml file or docker-compose-ollama.yaml
# 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
demo username: admin@email.com
demo password: admin

Open Source Client

Open Source Demo + SDK

Project Description Forks Stars
iOS iOS GitHub forks GitHub Repo stars
Android Android GitHub forks GitHub Repo stars
Flutter Flutter GitHub forks GitHub Repo stars
UniApp Uniapp GitHub forks GitHub Repo stars
Web Vue/React/Angular/Next.js/JQuery/... GitHub forks GitHub Repo stars
Wordpress Wordpress GitHub forks GitHub Repo stars
Woocommerce woocommerce GitHub forks GitHub Repo stars
Magento Magento GitHub forks GitHub Repo stars
Prestashop Prestashop GitHub forks GitHub Repo stars
Shopify Shopify GitHub forks GitHub Repo stars
Opencart Opencart GitHub forks GitHub Repo stars
Laravel Laravel GitHub forks GitHub Repo stars
Django Django GitHub forks GitHub Repo stars

License

Description
开源版飞书/钉钉/企业微信
Readme AGPL-3.0 2 GiB
Languages
JavaScript 76%
Java 18.5%
CSS 2.4%
Fluent 1.1%
Python 0.6%
Other 1.3%