https://github.com/rektdeckard/huebert
A dead-simple Philips Hue client for web and desktop
https://github.com/rektdeckard/huebert
electron electron-app hue hue-api hue-lights philips-hue react react-app
Last synced: 4 months ago
JSON representation
A dead-simple Philips Hue client for web and desktop
- Host: GitHub
- URL: https://github.com/rektdeckard/huebert
- Owner: rektdeckard
- License: gpl-3.0
- Created: 2019-10-22T20:43:49.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-01T21:29:19.000Z (over 1 year ago)
- Last Synced: 2025-06-20T10:49:03.423Z (4 months ago)
- Topics: electron, electron-app, hue, hue-api, hue-lights, philips-hue, react, react-app
- Language: JavaScript
- Homepage: https://rektdeckard.github.io/huebert/
- Size: 5.29 MB
- Stars: 86
- Watchers: 6
- Forks: 6
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# 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.[](https://github.com/rektdeckard/huebert)
[](https://github.com/rektdeckard/huebert/fork)
[](https://github.com/rektdeckard/huebert)
[](https://github.com/rektdeckard)
[](https://twitter.com/friedtm)
[](https://paypal.me/TobiasFried)## 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:
```bash
$ cd path/to/huebert
$ git checkout electron
$ yarn install
$ yarn start
```
In a separate terminal, run the app:
```bash
$ cd path/to/huebert
$ yarn run it
```### Binaries
Download one of the linked binaries:#### Windows
- [Windows Installer](https://github.com/rektdeckard/huebert/releases/download/v0.1.3/huebert-0.1.3-windows.exe)#### macOS
- [macOS App](https://github.com/rektdeckard/huebert/releases/download/v0.1.3/huebert-0.1.3-mac.dmg)#### Linux
- [Debian/Ubuntu Package](https://github.com/rektdeckard/huebert/releases/download/v0.1.3/huebert-0.1.3-debian-ubuntu-amd64.deb)