Electron wrapper allowing Plex to run in a standalone window.
Download the source and run the following in the directory to install dependencies:
npm install
Then you can use the following to either run from the console, or build to an application native to your machine:
npm run start
npm run build