One Tip a Week: The RayCast Port Manager Extension

This week’s tip of the week is for macOS Raycast users. If you aren’t a Raycast user, definitely check it out. I was a fan of Alfred for years, but moved to Raycast a few years ago. If you’re a Windows user, good news! They’re working on a Windows version. Join the waitlist.

If you’re doing any kind of web development the Port Manager extension is a great tool to have. Once installed, just launch Raycast and type "port" or "port manager" to access these super useful commands:

  • Open Ports - see what's currently running

  • Kill Process Listening On - stop those pesky conflicting ports

  • Open Ports in Menu Bar - quick access from your menu bar (I don’t really use this, but it ships with the extension)

  • Named Ports - Name ports to make them easier to find in the open port list

Raycast open with the word "port" in the search returning results for the Port Manager extension

Sure, you can do all this via terminal commands, but having it right at your fingertips in Raycast is way faster and more convenient.

Raycast menu open showing the processes running on ports with a context menu for a port with the Kill… option highlighted

Give it a try and let me know what you think!

That’s it! Short and sweet. Until the next one!