Find My Ports app icon

Find My Ports

www.findmyports.com

Eliminate port conflicts and visualize your development servers. Track running processes, monitor resource usage, and manage Vercel deployments directly from your menu bar.

Find My Ports screenshot showing the app interface

Find My Ports provides visibility into development server port usage directly from the macOS menu bar. Developed by BennyKok, the app addresses a common pain point in modern web development: tracking which ports are occupied and by which processes.

The app displays comprehensive process information beyond basic port occupancy. Users can view running processes, their CPU and RAM usage, and the Git branch for project-based processes. This detail level enables quick identification of what is running where without using Activity Monitor or terminal commands like lsof.

A distinguishing feature is Vercel integration. The app displays deployment status alongside local development servers, providing a unified view of local and remote environments. Users can monitor local server status and production deployment progress in one interface.

The interface follows macOS design conventions with automatic light and dark mode support. Port information uses color coding for different process types, distinguishing between web servers, databases, and other development tools.

Quick actions are available directly from the menu bar. Users can terminate stuck processes with one click or launch projects in their code editor. These shortcuts reduce context switching during development.

System requirements: macOS 14 or newer. The requirement ensures access to current system APIs for accurate process monitoring.

Pricing: Single machine license at $20, or extended license for three machines at $48. Available directly from the developer’s website.

Limitations: Functionality focuses specifically on development workflows. Users not running local servers or deploying to Vercel will find limited utility. The macOS 14+ requirement excludes older systems.

Alternatives: Activity Monitor (built-in, less specialized), lsof terminal commands (free, requires command-line knowledge), Sloth (GUI for lsof), ProcessSpy (general process monitoring).

Suitable for users working with modern web frameworks like Next.js, React, Vue, or Svelte who need visibility across their development pipeline and experience frequent port conflicts.

FAQ

What does Find My Ports do?+

Find My Ports lists every dev server occupying a port from the menu bar, alongside CPU and RAM usage and the Git branch for project-based processes. It replaces running `lsof` or opening Activity Monitor to track which port is held by which process.

Is Find My Ports free?+

Find My Ports is a paid app. A single-machine license is $20 and an extended three-machine license is $48, sold directly on the developer's website.

How do I install Find My Ports on macOS?+

Download Find My Ports from https://www.findmyports.com and drag the .app to your Applications folder.

Does Find My Ports run on Apple Silicon?+

Yes. Find My Ports runs on Apple Silicon (M1, M2, M3, M4) and Intel Macs. It requires macOS 14 or newer for current process-monitoring APIs.

Can I kill a process directly from Find My Ports?+

Yes. Quick actions in the menu bar let users terminate stuck processes with one click or open the project in their code editor. Port information is color-coded to distinguish web servers, databases, and other tooling.

Does Find My Ports show Vercel deployments?+

Yes. Find My Ports integrates with Vercel and displays deployment status alongside local dev servers, giving a single view across local and production environments.

Related Apps