https://github.com/ospfranco/cidemon
👹 MacOS menu bar app to monitor your CI jobs/deployments
https://github.com/ospfranco/cidemon
developer-tools macos
Last synced: over 1 year ago
JSON representation
👹 MacOS menu bar app to monitor your CI jobs/deployments
- Host: GitHub
- URL: https://github.com/ospfranco/cidemon
- Owner: ospfranco
- License: mit
- Created: 2021-04-09T10:39:28.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-10-06T15:06:39.000Z (almost 3 years ago)
- Last Synced: 2025-03-22T10:42:53.873Z (over 1 year ago)
- Topics: developer-tools, macos
- Language: TypeScript
- Homepage: https://cidemon.com
- Size: 4.5 MB
- Stars: 3
- Watchers: 1
- Forks: 6
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
CI Demon
A macOS menu bar application to monitor your CI jobs

MacOS menu bar app that aggregates information and notifies you when your CI builds or deployments are broken (or restored), it shows you all the relevant information in a single native app, without having to wait for entire web apps to load.
Developed with react-native for macOS, if you know typescript you can easily contribute to it, if you want to add support for more providers, it is fairly straightforward, your CI needs to provide an API and you need only to write a few typescript functions.
## Supported providers
CI Demon currently supports the following CI providers:
- Github Checks
- CircleCI
- TravisCI
- Gitlab SaaS & self-managed
- AppCenter
- Bitrise
## Health Checks
CI Demon can also create http ping checks for you to make sure your deployment is still running, feature is really simple at the moment, send request -> check for OK response.
## All features
- Desktop notifications on failures/restorations
- Everything is stored encrypted in the macOS keychain
- Absolutely **NO** tracking
- Not a SaaS, it's a native macOS app
- Filter branches/builds by Regex
- Trigger rebuilds for builds
- Track Github PRs and/or branches
- Natively share a job to your team mates
- Filter Gitlab projects by visibility settings
## License
MIT License