GNUPlex is a lightweight personal Netflix that can be run on a Linux PC.
GNUPlex is only built for Linux at the moment. To install it:
-
Install mpv.
-
Run the following:
sh <(curl -sL https://gnuplex.janie.page/install.sh)This will prompt you for a directory in your PATH, then install GNUPlex there.
- Now you can run
./gnuplexfrom your installation directory and navigate tohttps://localhost:40000/. To run GNUPlex persistently, runsystemctl --user enable --now gnuplex.
To update GNUPlex:
gnuplex -upgrade