Homebrew tap for Light-House-Group apps.
| Cask | Description |
|---|---|
network-monitor |
Menu-bar utility for live per-app network monitoring (macOS 13+) |
clip-board |
Privacy-first clipboard history manager for macOS — AES-GCM at rest, no network code (macOS 14+) |
# Network Monitor
brew install --cask light-house-group/taps/network-monitor
# Clip-Board
brew install --cask light-house-group/taps/clip-boardHomebrew will auto-add this tap the first time you reference it. To add it explicitly:
brew tap light-house-group/tapsbrew update
brew upgrade --cask network-monitor
brew upgrade --cask clip-boardbrew uninstall --cask network-monitor
brew uninstall --cask clip-boardAdd --zap to also remove app data and preferences:
brew uninstall --zap --cask network-monitorBoth apps are signed ad-hoc, not notarized with a paid Developer ID, so by default macOS will refuse to launch them with the "Apple could not verify…" message. Each cask runs a postflight block that strips the download-quarantine attribute (com.apple.quarantine) on install so the app launches normally — the bytes are pinned by the cask's sha256, so this is safe.
If you'd rather not have the quarantine stripped automatically, install with --no-quarantine is not supported by cask, but you can edit the formula to remove the postflight block.
This tap runs .github/workflows/autobump.yml on a schedule. It uses brew livecheck --cask --newer-only to detect each upstream release, computes the new sha256 from the new release zip, and opens a PR per cask. The bot tracks bumps by branch name (autobump/<cask>-<version>) so repeated runs are idempotent.
You can trigger it manually from the Actions tab.
The cask formulae in this repository are released under the MIT License. The apps they install have their own licenses linked from each formula.