🧰
Open Source Toolkit

Know how to use it before you click: online, self-hosted, desktop, CLI

中文

LibreDesk

abhinavxd/libredesk
One-command deploy You need your own server, but the README has a copy-paste Docker command that gets it running.

Open-source, self-hosted customer support desk in a single binary. A lightweight alternative to Intercom, Zendesk, Chatwoot.

Single binary
LibreDesk website screenshot

Deploy command

# Download the compose file and sample config file in the current directory.
curl -LO https://github.com/abhinavxd/libredesk/raw/main/docker-compose.yml
curl -LO https://github.com/abhinavxd/libredesk/raw/main/config.sample.toml

# Copy the config.sample.toml to config.toml and edit it as needed.
cp config.sample.toml config.toml

# Run the services in the background.
docker compose up -d

# Setting System user password.
docker exec -it libredesk_app ./libredesk --set-system-user-password

Taken from the project README. You need a server with Docker; you may still need to add environment variables.

Stars
★ 3.0k
Language
Go
License
AGPL-3.0
Last updated
2026-09-22
Category
Customer support
Section
🌏 Going global