A beautiful menu bar application for managing your Govee smart lights and devices on macOS and Windows. Control your lights, organize them by rooms, and create scenes—all from a convenient menu bar interface.
git clone https://github.com/dashersw/govee-bar.git
cd govee-bar
npm install
npm run electron:dev
Note: Your API key is stored securely in your system's credential storage:
Access quick lighting presets from the Scenes section:
npm run dev - Start the Vite development servernpm run electron:dev - Run Electron app in development modenpm run build - Build the application for productionnpm run preview - Preview the production buildnpm run electron - Run Electron app (requires built assets)npm test - Run API testsTo build a distributable application:
npm run build
npm run electron
The built application will be available in the dist directory.
Contributions are welcome! Please feel free to submit a Pull Request.
git checkout -b feature/amazing-feature)git commit -m 'Add some amazing feature')git push origin feature/amazing-feature)This project is licensed under the ISC License - see the LICENSE file for details.
For issues, questions, or feature requests, please open an issue on GitHub.
21 commits
JavaScript
80.7%
CSS
12.5%
HTML
6.8%
A beautiful menu bar application for managing your Govee smart lights and devices on macOS and Windows. Control your lights, organize them by rooms, and create scenes—all from a convenient menu bar interface.
git clone https://github.com/dashersw/govee-bar.git
cd govee-bar
npm install
npm run electron:dev
Note: Your API key is stored securely in your system's credential storage:
Access quick lighting presets from the Scenes section:
npm run dev - Start the Vite development servernpm run electron:dev - Run Electron app in development modenpm run build - Build the application for productionnpm run preview - Preview the production buildnpm run electron - Run Electron app (requires built assets)npm test - Run API testsTo build a distributable application:
npm run build
npm run electron
The built application will be available in the dist directory.
Contributions are welcome! Please feel free to submit a Pull Request.
git checkout -b feature/amazing-feature)git commit -m 'Add some amazing feature')git push origin feature/amazing-feature)This project is licensed under the ISC License - see the LICENSE file for details.
For issues, questions, or feature requests, please open an issue on GitHub.
21 commits
JavaScript
80.7%
CSS
12.5%
HTML
6.8%