Huebert is a web and desktop client for Philips Hue lighting and home automation, built in Electron and React. It was born out of pure laziness, as are all my programming endeavors, and it is my hope that it allows you to be just as lazy as I am.
Head to https://rektdeckard.github.io/huebert for the web app, or use the install instructions below for the offline app.
Clone the repository into the directory of your choice and checkout the electron branch. Install dependencies with npm or yarn, and start up the development server:
$ cd path/to/huebert
$ git checkout electron
$ yarn install
$ yarn startIn a separate terminal, run the app:
$ cd path/to/huebert
$ yarn run itDownload one of the linked binaries:

