macOS Dev Tool: One-Click Kill for Processes on Ports 2000-6000

2025-08-24
macOS Dev Tool: One-Click Kill for Processes on Ports 2000-6000

This lightweight macOS status bar app monitors and manages development processes running on ports 2000-6000. It provides real-time process detection and lets you kill individual processes or all at once. Using `lsof`, it scans ports every 5 seconds, displaying the process count via a color-coded status bar icon (green: 0, red: 1-9, orange: 10+). Clicking the icon opens a context menu to kill all or specific processes. It uses a SIGTERM → SIGKILL termination strategy for safe process shutdown.

Development dev tool