2025-02-23 15:08:48 +05:30
2025-02-22 23:33:18 +05:30
2024-07-24 03:00:54 +05:30
2025-02-22 23:33:18 +05:30
2025-02-22 23:33:18 +05:30
2024-10-25 15:05:40 +05:30
2025-02-21 22:44:14 +05:30

Libredesk

Open source, self-hosted customer support desk. Single binary app.

Visit libredesk.io for more info. Check out the Live demo.

Screenshot_20250220_231723

Caution

This project is currently in alpha. Features and APIs may change and are not yet fully tested.

Developer Setup

Prerequisites

  • go
  • pnpm
  • postgreSQL >= 13
  • redis
  1. Clone the repository:

    git clone https://github.com/abhinavxd/libredesk.git
    cd libredesk
    
  2. Create config file:

    • Copy the sample configuration file config.toml.sample to config.toml:

      cp config.toml.sample config.toml
      
    • Edit the config.toml file to configure your postgres and redis connection settings.

  3. Run in development mode:

    • Backend: make run-backend
    • Frontend: make run-frontend
S
Description
Open-source, self-hosted customer support desk in a single binary. Email and live chat. A lightweight alternative to Intercom, Zendesk, Chatwoot.
Readme AGPL-3.0 23 MiB
Languages
Go 42.2%
Vue 30.1%
JavaScript 23.1%
HTML 1.6%
CSS 1.4%
Other 1.4%