Skip to content

Releases: kzeitar/freeport

v0.1.0

17 Jan 10:09

Choose a tag to compare

🎉 First Release: freeport v0.1.0

freeport is a command-line tool that helps you quickly free up TCP ports by identifying and terminating the processes using them. Perfect for development when you encounter "port already in use" errors.

✨ Highlights

  • 🔍 Find processes by port number across all network connections
  • Kill processes gracefully (SIGTERM) or forcefully (SIGKILL)
  • 🎯 Interactive confirmation prompts for safety
  • 🔒 Dry-run mode to preview what would be killed
  • 📋 List mode to inspect without taking action
  • 🖥️ Cross-platform support (Linux, macOS, Windows)

Binary Releases

Download the appropriate binary for your platform from here.

For more detailed installation instructions, see INSTALL.md.