localhost, organized.
A tiny macOS menu bar app that tracks your dev servers across projects.
No config. No setup. It just works.
Port Menu sits in your menu bar and automatically detects local development servers running on your machine. One click to see what's running, which project it belongs to, and on which port.
- Auto-detection — scans for running dev servers every few seconds
- Project context — shows Git repo name, current branch, port, and uptime
- Kill or open — stop a server or open it in your browser directly from the menu
- Copy URL — right-click to copy the localhost URL
Requires macOS 14 (Sonoma) or later.
- Download and open the DMG
- Drag
Port Menu.appintoApplications - Open Port Menu from
Applications - Click the icon in your menu bar to get started
git clone https://github.com/wieandteduard/port-menu.git
cd Porter
open Porter.xcodeprojRequires Xcode 15+.
Signed and notarized macOS builds are published on the GitHub Releases page.
Maintainers can follow the release process in docs/releasing.md.
xcodebuild test -project "Porter.xcodeproj" -scheme "Porter" -destination "platform=macOS"MIT