mirror of
https://github.com/abhinavxd/libredesk.git
synced 2026-09-22 18:43:33 +00:00
v0.3.0-alpha
New columns in users table to store user availability status. Websocket pings sets the last active at timestamp, once user stops sending pings (on disconnect) after 5 minutes the user availalbility status changes to offline. Detects auto away by checking for mouse, keyboard events and sets user status to away. User can also set their status to away manually from the sidebar. Migrations for v0.3.0 Minor visual fixes. Bump version in package.json
Libredesk
Open source, self-hosted customer support desk. Single binary app.
Visit libredesk.io for more info. Check out the Live demo.
CAUTION: This project is currently in alpha. Features and APIs may change and are not yet fully tested.
Features
- Multi Inbox
Libredesk supports multiple inboxes, letting you manage conversations across teams effortlessly. - Granular Permissions
Create custom roles with granular permissions for teams and individual agents. - Smart Automation
Eliminate repetitive tasks with powerful automation rules. Auto-tag, assign, and route conversations based on custom conditions. - CSAT Surveys
Measure customer satisfaction with automated surveys. - Macros
Save frequently sent messages as templates. With one click, send saved responses, set tags, and more. - Smart Organization
Keep conversations organized with tags, custom statuses for conversations, and snoozing. Find any conversation instantly from the search bar. - Auto Assignment
Distribute workload with auto assignment rules. Auto-assign conversations based on agent capacity or custom criteria. - SLA Management
Set and track response time targets. Get notified when conversations are at risk of breaching SLA commitments. - Business Intelligence
Connect your favorite BI tools like Metabase and create custom dashboards and reports with your support data—without lock-ins. - AI-Assisted Response Rewrite
Instantly rewrite responses with AI to make them more friendly, professional, or polished. - Command Bar
Opens with a simple shortcut (CTRL+k) and lets you quickly perform actions on conversations.
And more checkout - libredesk.io
Installation
Docker
The latest image is available on DockerHub at libredesk/libredesk:latest
# 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
Go to http://localhost:9000 and login with username System and the password you set using the --set-system-user-password command.
Binary
- Download the latest release and extract the libredesk binary.
- Copy config.sample.toml to config.toml and edit as needed.
./libredesk --installto setup the Postgres DB (or--upgradeto upgrade an existing DB. Upgrades are idempotent and running them multiple times have no side effects).- Run
./libredesk --set-system-user-passwordto set the password for the System user. - Run
./libredeskand visithttp://localhost:9000and login with usernameSystemand the password you set using the --set-system-user-password command.
Developers
If you are interested in contributing, refer to the developer setup. The backend is written in Go and the frontend is Vue js 3 with Shadcn for UI components.
Description
Open-source, self-hosted customer support desk in a single binary. Email and live chat. A lightweight alternative to Intercom, Zendesk, Chatwoot.
chat-widgetcustomer-servicecustomer-successcustomer-supportcustomer-support-automationgolanghelpcenterhelpdeskintercomknowledge-baselivechatomnichannelself-hostedsupportticketing-systemvuezendesk
Readme
AGPL-3.0
30 MiB
Languages
Go
43.2%
Vue
29.6%
JavaScript
22.7%
HTML
1.5%
CSS
1.3%
Other
1.5%