Skip to content

Releases: Harshidpatel12/killport

killport 1.1.0

25 Jun 06:04

Choose a tag to compare

Changelog

  • d08ed09 feat: add docker container detection, support killing containers by port/id, and optimize codebase
  • a3f2c58 feat: add support for detecting containers running in host network mode

killport 1.0.0

20 Jun 13:34

Choose a tag to compare

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