Libredesk

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

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

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

libredesk-hero-2

Developer Setup

Prerequisites

  • go
  • pnpm
  • PostgreSQL >= 13
  • Redis
  1. Clone the repository:

    git clone https://github.com/abhinavxd/libredesk.git
    cd libredesk
    
  2. Configure the Application:

    • 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 database 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 30 MiB
Languages
Go 43.2%
Vue 29.6%
JavaScript 22.7%
HTML 1.5%
CSS 1.3%
Other 1.5%