Simple macOS menu bar app to kill processes on ports.
curl -fsSL https://raw.githubusercontent.com/iagolast/portkill/main/install.sh | sh- 🎯 Menu bar icon
- 🔴 Visual indicator for ports in use
- ⌨️ Keyboard shortcuts (1-5)
- 💾 Remember last 5 ports
- 🚀 Silent operation (no popups)
- Click the network icon in menu bar
- Press 1-5 to kill common ports
- Or select "Kill New Port..." to enter custom port
make build # Build the app
make dev # Build and run with debug output
make clean # Remove build artifactscurl -fsSL https://raw.githubusercontent.com/iagolast/portkill/main/uninstall.sh | shOr manually: rm -rf /Applications/PortKill.app
