Back to browse
GitHub Repository

Lightweight macOS menu bar app that monitors active localhost ports.

39 starsSwift

Pscan – a macOS menu bar app to monitor your localhost ports

by dogancna·Apr 4, 2026·3 points·0 comments

AI Analysis

●●SolidCozySolve My Problem

Menu bar port monitoring beats lsof for daily dev workflow on macOS.

Strengths
  • Project directory detection from port processes is genuinely useful for context.
  • Dual CLI and menu bar app serves both automation and visual monitoring needs.
  • Automatic filtering of system services keeps the view focused on dev servers only.
Weaknesses
  • macOS-only limits audience — Linux and Windows devs need equivalent tools.
  • 0 stars at launch means no community validation of stability or usefulness yet.
Target Audience

macOS developers juggling multiple local dev servers

Similar To

lsof · ngrok dashboard · Laravel Valet

Post Description

I juggle multiple dev servers daily and got tired of forgetting which port runs what. So I built pscan — a tiny menu bar app that scans for active localhost ports, detects which project directory they belong to, and lets you open them in browser, terminal, or finder with one click. You can also kill processes directly from the dropdown.

It filters out system services automatically so you only see your dev servers. There's also a CLI version.

Menu bar app: https://github.com/mavideniz/pscan/releases/latest

CLI: brew install mavideniz/pscan/pscan

Source: https://github.com/mavideniz/pscan

Would love feedback.

Similar Projects

Developer Tools●●●Banger

C9watch – macOS menu bar app to monitor all Claude Code sessions

Discovers Claude Code sessions automatically across any terminal—no plugins, no vendor lock-in.

Solve My ProblemDark HorseSlick
minchenlee
103mo ago