LedFx v

NOT signed!

MAC: Need to allow through system preferences or terminal:
sudo xattr -cr THEAPP.app

Alternative Methods:

python3 -m pip install --force-reinstall git+https://github.com/LedFx/LedFx
python3 -m venv ~/ledfx-beta
source ~/ledfx-beta/bin/activate
python3 -m pip install git+https://github.com/LedFx/LedFx.git
cd ~/ledfx-beta
python3 -m pip uninstall numpy certifi CFFI -y
python3 -m pip install "numpy~=1.20.2" certifi CFFI --no-binary :all:
version: '3'

services:
  ledfx:
    image: spirocekano/ledfx:frontend_beta
    container_name: LedFX
    network_mode: host
    volumes:
      - type: bind
        source: ${PWD}/config
        target: /home/ledfx/.ledfx
      - type: bind
        source: /run/user/1000/pulse
        target: /run/user/1000/pulse
    environment:
      - PULSE_SERVER=unix:/run/user/1000/pulse/native
#      - PULSE_SERVER=tcp:127.0.0.1
      - PULSE_COOKIE=/tmp/pulseaudio.cookie

coming soon...

LedFx-Clients (alpha)

connect to a running LedFx (core)

LedFx-Client Core-integrated (alpha)

runs core on the same machine

All Versions