Launching today

Portero
Know exactly what's running on every port of your Mac
82 followers
Know exactly what's running on every port of your Mac
82 followers
Portero is a free, open source Mac app that shows every open port and the process behind it. See what's running, kill processes on busy ports, fix 'address already in use' errors, and block ports with the built-in macOS firewall.




Would love to see a quick right-click option to copy the PID or port number straight to the clipboard, since I often need to paste those into terminal commands when cleaning up stuck processes.
Portero
@okankzlarkkzop Good call. The expanded row already has copy buttons for path, full command, and working directory, but PID and port themselves don't have one yet. Trivial to add, and it fits the terminal-cleanup workflow perfectly. Consider it queued.
This looks super handy for tracking down port conflicts. One thing I'd love to see is a way to save profiles or groups of ports I'm monitoring for specific projects, so I don't have to keep an eye on a long list manually every time I switch contexts.
Portero
@mnevvertumazji Interesting. Today favorites are the only grouping (star what matters, it also protects from kills), plus search and category filters. Per-project profiles you can switch between is a neat framing for context switching. Adding it to the ideas list, thanks!
The plain-English process identity is the feature. “node on 3000” is technically true but not enough to decide whether killing it is safe. Project path, launch source, and last command/context would make this especially useful for Mac dev machines with several half-running projects.
Portero
@krekeltronics Agreed, identity is the product. Some of that context is already there: expanding a row shows the working directory, the full command line, and the parent process (which usually tells you the launch source, e.g. iTerm vs VS Code). Surfacing more of that at the row level without cluttering it is the design challenge I'm chewing on.
A developer I know constantly switches between projects and ends up with old servers still running in the background. I think the would save them a lot of time, especially when debugging local development issues. I'll definitely share it with them.
Portero
@rahul_manjhi1 That developer is exactly who this is for. Thanks for passing it along, and tell them the stale servers show up with the project folder name next to them, so they'll know which ones to kill.
The native Mac feel is spot on, especially surfacing the owning process right next to each port instead of burying it in a menu. Killing whatever's hogging a port in two clicks is exactly the kind of fix I've wanted for years.
Portero
@aliyeljbu Thank you! "Two clicks, no menus" was pretty much the design brief. Glad it lands.
@ctresb It polls every few seconds by default, but what's the battery/CPU tradeoff on a laptop with that running constantly? would be nice to know if there's an on demand mode, or if the polling stays cheap regardless of how many ports are open
Turning port management into a visual, one click experience is such a smart touch, especially building on the native macOS firewall instead of reinventing it.