Docs Getting Started
Install
Install LumaSync on macOS, Windows, or Linux. Binaries are signed with minisign and verified automatically before updates.
Prerequisites
- macOS 13+, Windows 10+, or a mainstream Linux desktop (GNOME, KDE). For
Linux you also need GTK 3, WebKitGTK 4.1, and
libudev. - At least one supported hardware target, otherwise the app runs but nothing
lights up:
- A Philips Hue Bridge (gen 2 or newer) with one or more Entertainment Areas configured in the Hue app, or
- A WS2812B LED strip driven by a CH340 (
1A86:7523) or FTDI FT232 (0403:6001) USB-serial controller running LumaSync v1 firmware.
- See Hardware checklist for a parts list if you’re starting from scratch.
macOS
Download the universal .dmg from the Download page or the latest
GitHub release. Apple
Silicon and Intel Macs are covered by the same installer.
- Open the
.dmgand drag LumaSync.app into Applications. - On first launch, macOS asks for Screen Recording permission so the ambilight pipeline can sample your display. Grant it — without it the ambient mode has nothing to read from.
- LumaSync starts hidden to the tray; click the menu-bar icon to open the main window.
Windows
Download the .msi installer from the Download page. It signs
you into a typical “Next, Next, Finish” dialog and installs to
C:\Program Files\LumaSync\.
The MSI is preferred over the .exe setup for enterprise and audit tracking.
Both are signed with the same keypair; either works for home use.
Linux (experimental)
Use the .AppImage from the Download page. Mark it executable and
run:
chmod +x LumaSync_1.3.1_amd64.AppImage
./LumaSync_1.3.1_amd64.AppImage
Tray behavior varies by desktop environment — GNOME requires a third-party extension like AppIndicator Support to show the LumaSync tray icon; KDE Plasma works out of the box. A Flathub package is in progress and will be the recommended path once it lands.
Verification
Every release asset is signed with minisign. The public key is embedded in the app and the updater verifies every binary before replacing anything on disk. To verify a download manually:
minisign -Vm LumaSync_1.3.1_universal.dmg -P "$(cat minisign.pub)"
minisign.pub is committed to the app repo. See Auto-updater
for how this works in-app.
Next steps
Once installed, continue to First setup to pair your Hue bridge or connect a USB controller, then pick your first mode.