Wingetlywingetly
← All apps

Lux

by BanDevv1.1.1

Last updated

Lux is a command-line interface for controlling and monitoring Govee lighting strips, built in Go.

Install with winget

$ winget install --id JackDevey.Lux --exact --version 1.1.1

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Silent install command for Lux

Lux uses EXE (Inno Setup). The silent install switches are /VERYSILENT /SUPPRESSMSGBOXES /NORESTART.

One-line silent install (x64)
setup-x64.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART

See the full silent install reference for Lux

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

About

Lux is a command-line interface for controlling and monitoring Govee lighting strips built in Go. Lux provides its users with the ability to manage their lighting strips from their desktop computer from any network with an internet connection.

Installers · v1.1.1

ArchitectureTypeScopeInstallDownload
x86EXE
Inno Setup
-Direct
x64EXE
Inno Setup
-Direct

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

No known CVEs for Lux.

Coverage is best-effort and depends on a winget package mapping to an NVD CPE entry. Absence here is not a guarantee of safety.

Related apps

  • Nanoleaf DesktopNanoleaf
    Nanoleaf.NanoleafDesktopv2.5.0

    Service for controlling Nanoleaf products in local network

  • Y
    Yeelight HomeYeelight
    Yeelight.yeelight-homev0.1.29

    Local Yeelight Home Runtime CLI.

  • H
    hausKevin Boss
    kevinboss.hausv0.11.0

    Command-line interface for Home Assistant.

  • NovaJasmine
    Jasmine.Novav1.7.0

    Nova is a CLI for controlling Govee light strips.

  • MyOTGOMyOTGO
    MyOTGO.MyOTGOv1.2.25

    MyOTGO smart-home and IoT control app for Windows.

More from BanDev or browse govee, govee-api, lighting-controller.

Frequently asked questions

How do I install Lux on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id JackDevey.Lux --exact --version 1.1.1. winget downloads the installer from BanDev and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install Lux silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id JackDevey.Lux --exact 1.1.1 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
What are the silent install switches for Lux?
Lux uses EXE (Inno Setup). Run the downloaded installer with: setup-x64.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART. The silent switches are /VERYSILENT /SUPPRESSMSGBOXES /NORESTART.
How do I uninstall Lux via winget?
Run: winget uninstall --id JackDevey.Lux --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from Lux's Apps & Features entry.
Is Lux free?
Lux is distributed under GNU General Public License v3.0. Refer to the publisher (https://github.com/jackdevey/Lux) for the full license terms - Wingetly itself does not charge for installation.
Does Lux work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls Lux directly from the publisher.
How do I keep Lux up to date?
Run winget upgrade --id JackDevey.Lux --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of Lux from microsoft/winget-pkgs.