Sigma PixelStream monitoring software
This is a small, tailor-made TUI application for monitoring Sigma PixelStream boxes.
The Sigma PixelStream (or Sigma PxS) is a WLED-based touring pixel controller. This software can be used to monitor other WLED-bases devices as well.
Avalaible in GitHub releases, no install is needed. Exact platform compatibility
is unknown, as it depends on the machine Nuitka (the Python compiler) was ran
on.
Multiplatform, as long as Python 3.12 is supported. Installing and running
through uv is recommanded (but not mandatory).
# Clone this repository (or download it manually instead)
git clone https://github.com/sigmasound/pixelstream
cd pixelstream
# Install uv globally, if needed
python -m pip install uv
# Create virtualenv and setup dependencies
uv syncThen, to run it:
uv run -m pixelstreamA settings.toml file will be searched in the directory the program is invoked
in. This file may contain overrides for the default settings, stored in
./pixelstream/default_settings.toml.