{"id":42519472,"url":"https://github.com/dashersw/govee-bar","last_synced_at":"2026-01-28T15:14:38.458Z","repository":{"id":324288309,"uuid":"1096421313","full_name":"dashersw/govee-bar","owner":"dashersw","description":"A menu bar app for managing Govee lights and devices","archived":false,"fork":false,"pushed_at":"2025-11-14T21:04:43.000Z","size":104,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-14T23:25:20.988Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dashersw.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-14T11:59:25.000Z","updated_at":"2025-11-14T21:04:47.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/dashersw/govee-bar","commit_stats":null,"previous_names":["dashersw/govee-bar"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/dashersw/govee-bar","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dashersw%2Fgovee-bar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dashersw%2Fgovee-bar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dashersw%2Fgovee-bar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dashersw%2Fgovee-bar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dashersw","download_url":"https://codeload.github.com/dashersw/govee-bar/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dashersw%2Fgovee-bar/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28846171,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T13:02:32.985Z","status":"ssl_error","status_checked_at":"2026-01-28T13:02:04.945Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-28T15:14:37.666Z","updated_at":"2026-01-28T15:14:38.448Z","avatar_url":"https://github.com/dashersw.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# govee-bar\n\nA 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.\n\n## Features\n\n- **Device Management**: Power on/off, adjust brightness, and control color settings for all your Govee devices\n- **Room Organization**: Organize devices into custom rooms with intuitive drag-and-drop\n- **Color Control**: Full RGB color picker and color temperature (Kelvin) adjustment\n- **Scenes**: Quick access to preset lighting scenes (Morning, Movie, Focus, Night)\n- **Secure Storage**: API keys stored securely using system credential storage (Keychain on macOS, Credential Manager on Windows)\n- **Theme Support**: Dark and light themes that adapt to your system preferences\n- **Real-time Updates**: Live device state synchronization with your Govee account\n\n## Prerequisites\n\n- Node.js (v16 or higher)\n- npm or yarn\n- A Govee Developer API key ([Get one here](https://developer.govee.com/))\n\n## Installation\n\n### 1. Clone the Repository\n\n```bash\ngit clone https://github.com/dashersw/govee-bar.git\ncd govee-bar\n```\n\n### 2. Install Dependencies\n\n```bash\nnpm install\n```\n\n### 3. Get Your API Key\n\n1. Visit the [Govee Developer Platform](https://developer.govee.com/)\n2. Sign in or create an account\n3. Navigate to the dashboard and create a new API key\n4. Copy your API key (you'll need it in the next step)\n\n### 4. Run the Application\n\n```bash\nnpm run electron:dev\n```\n\n### 5. Configure Your API Key\n\n1. When the app launches, click the settings icon (⚙️) in the header\n2. Enter your Govee API key in the settings modal\n3. Click \"Save\" to store your API key securely\n4. The app will automatically reload and start fetching your devices\n\n**Note**: Your API key is stored securely in your system's credential storage:\n\n- **macOS**: Keychain\n- **Windows**: Credential Manager\n\n## Usage\n\n### Managing Devices\n\n- **Toggle Power**: Click the power switch next to any device to turn it on or off\n- **Adjust Brightness**: Use the brightness slider to control light intensity (0-100%)\n- **Change Color**: Click the color circle to open the color picker and select any RGB color\n- **Color Temperature**: Adjust the color temperature slider for warm to cool white light\n\n### Organizing Rooms\n\n- **Create Rooms**: Add custom rooms to organize your devices\n- **Assign Devices**: Drag devices between rooms or assign them to rooms using the device menu\n- **Room Icons**: Choose from a variety of room icons (living room, bedroom, kitchen, etc.)\n\n### Scenes\n\nAccess quick lighting presets from the Scenes section:\n\n- **Morning**: Bright, energizing light\n- **Movie**: Dimmed, ambient lighting\n- **Focus**: Optimized for productivity\n- **Night**: Warm, relaxing light\n\n## Development\n\n### Available Scripts\n\n- `npm run dev` - Start the Vite development server\n- `npm run electron:dev` - Run Electron app in development mode\n- `npm run build` - Build the application for production\n- `npm run preview` - Preview the production build\n- `npm run electron` - Run Electron app (requires built assets)\n- `npm test` - Run API tests\n\n## Building for Production\n\nTo build a distributable application:\n\n```bash\nnpm run build\nnpm run electron\n```\n\nThe built application will be available in the `dist` directory.\n\n## Troubleshooting\n\n### Devices Not Loading\n\n- Verify your API key is correct in Settings\n- Check your internet connection\n- Ensure your Govee devices are online and connected to your account\n- Review the browser console (View \u003e Toggle Developer Tools) for error messages\n\n### API Key Issues\n\n- If you're having trouble saving your API key, ensure you have proper permissions for system credential storage\n- On macOS, you may need to grant Keychain access permissions\n- Try removing and re-adding your API key in Settings\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/amazing-feature`)\n3. Commit your changes (`git commit -m 'Add some amazing feature'`)\n4. Push to the branch (`git push origin feature/amazing-feature`)\n5. Open a Pull Request\n\n## License\n\nThis project is licensed under the ISC License - see the [LICENSE](LICENSE) file for details.\n\n## Acknowledgments\n\n- Built with [Electron](https://www.electronjs.org/)\n- UI components powered by [Mantine](https://mantine.dev/)\n- Uses the [Govee Developer API](https://developer.govee.com/)\n\n## Support\n\nFor issues, questions, or feature requests, please open an issue on [GitHub](https://github.com/dashersw/govee-bar/issues).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdashersw%2Fgovee-bar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdashersw%2Fgovee-bar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdashersw%2Fgovee-bar/lists"}