productdevbook/port-killer

A powerful cross-platform port management tool for developers. Monitor ports, manage Kubernetes port forwards, integrate Cloudflare Tunnels, and kill...

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 8 minutes ago
Added to GitGenius on September 13th, 2026
Created on December 16th, 2025
Open Issues & Pull Requests: 17 (+0)
GitHub issues: Enabled
Number of forks: 197
Total Stargazers: 5,070 (+0)
Total Subscribers: 18 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 3.4 hours
Mean response time: 22.7 days
90th percentile: 80.7 days
Tracked items: 45

Most active contributors

Sign in to see contributor activity.

How this project is maintained

About 18% of issues opened in the past year have never received a reply. Work labelled "size: small" is answered fastest, typically in about 3 hours, while "size: medium" waits about 8 weeks. 75% of issues opened in the past year have been closed, leaving a working backlog. Three people close 100% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 14
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 228 days
Stale 30+ days: 14
Stale 90+ days: 12

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • enhancement (21)
  • P3 - Low (16)
  • size: medium (16)
  • P2 - Medium (11)
  • integration (10)
  • size: small (10)
  • core (9)
  • ui/ux (9)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Port Killer is a cross-platform port management tool for developers that runs as a menu bar app on macOS and a system tray app on Windows.

The tool solves the friction of managing network ports during development by providing centralized visibility and control. It auto-discovers all listening TCP ports on the system and displays them with process information, allowing developers to terminate processes with a single click. Beyond basic port management, it integrates Kubernetes port-forward session management with auto-reconnect capability, monitors Cloudflare Tunnel connections, and organizes ports into smart categories like Web Server, Database, Development, and System. Users can mark ports as favorites for quick access, set up watched ports with notifications, and search or filter by port number or process name.

Port Killer suits developers working with multiple local services, containerized applications, or Kubernetes clusters who need quick visibility into port usage without switching between terminal windows and configuration tools. The tool is particularly valuable for those running both traditional development servers and cloud-connected services. It offers both graceful and force-kill options for process termination and supports configurable auto-refresh intervals to balance responsiveness with system load.

The project maintains active development across both macOS and Windows platforms with native UI implementations for each. The codebase is written in Swift using SwiftUI, indicating a focus on modern platform-native development rather than cross-platform abstraction layers. The repository includes contribution guidelines and maintains a structured approach to feature organization, with clear separation between port management, Kubernetes integration, and Cloudflare Tunnel functionality.