Install HTOP on Mac OS X with Homebrew

home-brew Oct 03, 2015

If you’re a nerd like me, you love htop. It’s the nicer version of the usual ‘top’ command.

Who doesn’t love this kind of thing running on their computer?

Screen Shot 2015-10-03 at 4.12.15 PM

A long time ago, the only way to install htop was to compile it from source yourself, or worse, copy a binary that someone else compiled.

Well, there’s a better way. And it’s also a great introduction to using the Homebrew package manager for Mac OS X.

Here’s a video of install htop on Mac OS X using Homebrew. Screenshots after the video.

 

The first step is to visit the http://brew.sh site and copy that line of code.

Screen Shot 2015-10-03 at 4.18.12 PM

Great, now open a terminal window, and paste that command in there. If you don’t have Xcode installed, you’ll be prompted to download some components.

Screen Shot 2015-10-03 at 4.21.28 PM

Great, now that Homebrew is installed, you can install packages by using the command “brew install” + the package name. i.e.: “brew install htop” will install htop.

Screen Shot 2015-10-03 at 4.28.36 PM

All done. Now just run ‘htop’ in a terminal window for all your system-monitoring and process-viewing needs.

Tags

Great! You've successfully subscribed.
Great! Next, complete checkout for full access.
Welcome back! You've successfully signed in.
Success! Your account is fully activated, you now have access to all content.