A macOS menu bar app for listing and killing processes bound to local ports. Hit EADDRINUSE? Click once instead of running lsof + kill.
- macOS 13+ (Ventura)
- Swift 5.9+
git clone https://github.com/cilladev/portzilla.git && cd portzilla
swift runmake bundle
# → Portzilla.app (ad-hoc signed, right-click → Open first time)System Settings → General → Login Items → add Portzilla.app
make run # swift run
make build # swift build -c release
make test # swift test
make clean # rm -rf .build Portzilla.appMIT
