Installation
phix is a desktop application that runs on Windows, macOS, and Linux.
System Requirements#
| Component | Minimum |
|---|---|
| OS | Windows 10, macOS 11, or a modern Linux distribution |
| RAM | 4 GB |
| Network | Required for DMX output via ArtNet or sACN |
info
phix outputs DMX over the network using ArtNet or sACN (E1.31). You need a network-connected DMX node (e.g., an Art-Net node) to connect to your fixtures. A direct USB DMX interface is not required.
Running phix#
With graphical interface (default)#
Launch the phix executable. The application window opens automatically and connects to the built-in engine.
Without graphical interface (headless)#
phix can run as a headless engine โ useful for rack-mount installations or remote operation:
phix --no-guiIn headless mode, phix starts a command-line REPL where you can type commands directly. The REST/WebSocket API is also available for remote control.
Application data#
phix stores its configuration and GDTF fixture library in:
| Platform | Path |
|---|---|
| Windows | C:\Users\<you>\.pbox\ |
| macOS / Linux | ~/.pbox/ |
Inside this folder:
config.jsonโ application settings (GDTF path, DMX defaults, GDTF Share credentials)gdtf/โ default folder for your GDTF fixture files
First launch#
On first launch phix starts with an empty show. You'll want to:
If you'd like a step-by-step walkthrough, follow the First Show guide.