• v0.2.1 7da5084337

    LedGrab v0.2.1
    All checks were successful
    Build Release / create-release (push) Successful in 1s
    Build Release / build-docker (push) Successful in 37s
    Lint & Test / test (push) Successful in 2m15s
    Build Release / build-linux (push) Successful in 1m50s
    Build Release / build-windows (push) Successful in 3m24s
    Stable

    alexei.dolgolyov released this 2026-03-25 13:20:05 +03:00 | 2 commits to master since this release

    Downloads

    Platform File Description
    Windows (installer) LedGrab-v0.2.1-setup.exe Install with Start Menu shortcut, optional autostart, uninstaller
    Windows (portable) LedGrab-v0.2.1-win-x64.zip Unzip anywhere, run LedGrab.bat
    Linux LedGrab-v0.2.1-linux-x64.tar.gz Extract, run ./run.sh
    Docker See below docker pull + docker run

    After starting, open http://localhost:8080 in your browser.

    Docker

    docker pull git.dolgolyov-family.by/alexei.dolgolyov/wled-screen-controller-mixed:v0.2.1
    docker run -d --name ledgrab -p 8080:8080 -v ledgrab-data:/app/data git.dolgolyov-family.by/alexei.dolgolyov/wled-screen-controller-mixed:v0.2.1
    

    First-time setup

    1. Change the default API key in config/default_config.yaml
    2. Open http://localhost:8080 and discover your WLED devices
    3. See INSTALLATION.md for detailed configuration
    Downloads