Releases: Harshidpatel12/killport
Releases · Harshidpatel12/killport
killport 1.1.0
killport 1.0.0
Release v1.0.0 — Initial Release 🚀
Welcome to the first official release of killport! A lightweight, blazing-fast CLI utility written in Go to easily find and kill processes running on specific ports.
🌟 Key Features
- Fast Port Cleanup: Kill processes listening on a port with a simple command:
killport <port>. - Precompiled Binaries: Available for both Linux and macOS (
amd64andarm64). - Safety Checks: Automatically prevents killing the current terminal process.
📦 Installation
You can install this release using the one-line installer:
curl -fsSL https://raw.githubusercontent.com/Harshidpatel12/killport/main/install.sh | bash