Skip to content

killport 1.0.0

Choose a tag to compare

@github-actions github-actions released this 20 Jun 13:34
· 3 commits to main since this release

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 (amd64 and arm64).
  • 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