Summary
7 Swift macOS menu bar apps have no distribution mechanism beyond swift build. A Homebrew tap would make installation trivial.
Apps to distribute
| App |
Description |
| Pulse |
GitHub activity feed |
| Dash |
Developer shortcuts |
| MacNTop |
System monitor with CRT aesthetic |
| Ports |
Network port manager |
| Netwatch |
Network traffic monitor |
| Resolve |
DNS lookup tool |
| DevKit |
Developer toolkit (JSON, Base64, UUID, etc.) |
| Clip |
Clipboard history manager |
| Beacon |
System health monitor |
Plan
- Create
corvid-agent/homebrew-tap repo
- Add cask formulas for each app
- Set up GitHub Actions to build universal binaries (arm64 + x86_64) on release tags
- Optionally create .dmg installers with create-dmg