Interactive CLI tool to find and kill processes by port. Built with React Ink.
npm install -g @walterlow/prockillerOr run directly with npx:
npx @walterlow/prockillerprockiller- Enter a port number to scan
- Navigate with arrow keys to select a process
- Press
EnterorKto kill, orAto kill all
| Key | Action |
|---|---|
↑ ↓ |
Navigate process list |
Enter / K |
Kill selected process |
A |
Kill all processes (when multiple found) |
R |
Rescan current port |
Esc |
Go back |
Q |
Quit |
Y / N |
Confirm / Cancel kill |
- Scan any port for running processes
- View process details (PID, name, protocol, address)
- Kill individual processes or all at once
- Cross-platform support (Windows & Unix)
- Auto-updates to the latest version
- Beautiful orange-themed UI
- Node.js 18+
- Windows: Uses
netstatandtaskkill - Unix/Mac: Uses
lsofandkill
# Clone the repo
git clone https://github.com/walterlow/prockiller.git
cd prockiller
# Install dependencies
npm install
# Run in dev mode
npm run dev
# Build
npm run buildMIT
