Skip to main content

Installing QLC+

QLC+ is available for multiple platforms including Windows, macOS, Linux, and Raspberry Pi. Follow the instructions below for your operating system.

System Requirements

Before installing QLC+, ensure your system meets the minimum requirements:

Windows System Requirements

  • Operating System: Windows 10 or newer
  • Processor: Intel Core i3 or equivalent
  • RAM: 2GB minimum, 4GB recommended
  • Graphics: OpenGL 2.0 compatible graphics card
  • Storage: 200MB free disk space
  • Additional: Qt 5 or Qt 6 runtime (included in installer)
For DMX USB interfaces, you may need to install specific device drivers depending on your hardware.

Installation Instructions

Installing on Windows

1

Download the Installer

Visit the QLC+ download page and download the Windows installer:
  • QLC+ 4: Choose qlcplus-4.x.x-win64.exe for the stable Qt Widgets version
  • QLC+ 5: Choose qlcplus-5.x.x-win64.exe for the QML version
Select the version based on your Qt installation (Qt 5 or Qt 6).
2

Run the Installer

Double-click the downloaded .exe file to start the installation wizard.You may see a Windows SmartScreen warning. Click More info and then Run anyway to proceed.
3

Follow Installation Wizard

  • Accept the Apache 2.0 license agreement
  • Choose the installation directory (default: C:\qlcplus)
  • Select components to install (recommended: all components)
  • Choose Start Menu folder name
  • Click Install to begin installation
4

Complete Installation

Once installation is complete:
  • Click Finish to exit the installer
  • Launch QLC+ from the Start Menu or desktop shortcut
  • The application should start with a new workspace
5

Install USB Drivers (If Needed)

If you’re using a USB DMX interface, you may need to install device-specific drivers:
  • FTDI-based devices: Install FTDI VCP drivers
  • Enttec DMX USB Pro: Usually works with FTDI drivers
  • Velleman K8062: Install drivers from the manufacturer
Restart your computer after driver installation.

Post-Installation Setup

After installation, configure your DMX output:
  1. Open QLC+ and go to Inputs/Outputs tab
  2. Select your DMX interface in the Output section
  3. Configure the universe mapping for your devices
  4. Test the output using the DMX Monitor

Verifying Installation

After installation, verify that QLC+ is working correctly:
1

Launch QLC+

Open the application from your system’s application menu or command line.
2

Check Version

Go to Help > About QLC+ to verify the installed version.
3

Open Inputs/Outputs

Click the Inputs/Outputs tab to see available plugins and universes.
4

Test with DMX Monitor

Click the Monitor button on the toolbar to open the DMX Monitor and verify the universe display.

Troubleshooting

  • Ensure you have installed the correct version matching your Qt installation
  • Install Microsoft Visual C++ Redistributable if prompted
  • Check Windows Event Viewer for error messages
  • Try running as Administrator
  • Check USB cable and connection
  • Verify udev rules are installed: ls /etc/udev/rules.d/*qlc*
  • Check device permissions: ls -l /dev/ttyUSB* or /dev/ttyACM*
  • Ensure user is in dialout group: groups $USER
  • Try unplugging and replugging the device
  1. Right-click (or Control-click) the QLC+ application
  2. Select Open from the context menu
  3. Click Open in the security dialog
Alternatively, use System Preferences > Security & Privacy > General > Open Anyway
  • Ensure all dependencies are installed
  • Check CMake version: cmake --version (requires 3.16+)
  • Verify Qt installation: qmake --version
  • Check the build log for specific error messages
  • Consult the GitHub Wiki for platform-specific build instructions

Next Steps

Now that you have QLC+ installed, you’re ready to create your first lighting scene:

Quick Start Guide

Follow our step-by-step guide to set up your first fixture and create a lighting scene

Build docs developers (and LLMs) love