Skip to content

rektdeckard/huebert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Huebert

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.

GitHub stars GitHub forks GitHub watchers Follow on GitHub GitHub release (latest by date including pre-releases)

Twitter Follow

Screenshots

Usage

Head to https://rektdeckard.github.io/huebert for the web app, or use the install instructions below for the offline app.

Installation

Build from source

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 start

In a separate terminal, run the app:

$ cd path/to/huebert
$ yarn run it

Binaries

Download one of the linked binaries:

Windows

macOS

Linux