macOS
brew install htoplocal Homebrew formula metadata
sudo port install htopMacPorts ports tree · sysutils/htop/Portfile · source: api.github.com
brew
Improved top (interactive process viewer). Version 3.5.1 via Homebrew; verified 2026-04-28.
install
brew install htoplocal Homebrew formula metadata
sudo port install htopMacPorts ports tree · sysutils/htop/Portfile · source: api.github.com
sudo apk add htopAlpine Linux edge package indexes · htop · source: dl-cdn.alpinelinux.org
sudo apt install htopDebian stable package indexes · htop · source: deb.debian.org
sudo dnf install htopFedora Rawhide package metadata · htop · source: dl.fedoraproject.org
nix profile install nixpkgs#htopnixpkgs package indexes · pkgs/by-name/ht/htop/package.nix · source: api.github.com
sudo pacman -S htopArch Linux sync databases · htop · source: geo.mirror.pkgbuild.com
sudo zypper install htopopenSUSE Tumbleweed package metadata · htop · source: download.opensuse.org
overview
Improved top (interactive process viewer)
history
htop is a cross-platform interactive terminal process viewer and process manager. It became one of the canonical 'install this first' system packages because it made `top`-style process monitoring visual, sortable, searchable, colorful, and keyboard/mouse interactive while staying inside a terminal.
The htop-dev README records that htop was invented, developed, and maintained by Hisham Muhammad from 2004 to 2019, with the original repository archived to preserve that history. The legacy README describes the project as an interactive text-mode process viewer for Unix systems that aims to be a better `top`.
A 2016 FOSDEM talk by Muhammad describes the early implementation as Linux-oriented, using `/proc` for process data and ncurses for the interface. The talk also documents the portability story: FreeBSD users used linprocfs, a Mac OS X fork diverged, and a later effort brought cross-platform support back into the main project.
In 2020, after a prolonged period of inactivity by the original maintainer, a volunteer team took over development amicably under the htop-dev organization. The ChangeLog entry for 3.0.0 names the new maintainers, htop.dev, and the htop-dev GitHub repository as the continuation point, while the legacy repository points users to the organization-based repository.
htop's adoption is broad enough to be almost infrastructural for Unix-like users. The input package facts record it across Homebrew, Debian, Ubuntu, Fedora, MacPorts, Nix, Arch, Alpine, and openSUSE-style packaging. That spread reflects both user familiarity and maintainer demand: the tool is expected on servers, developer laptops, containers, and rescue shells.
The project's portability work also widened adoption beyond the original Linux `/proc` model. Official and historical materials discuss macOS, BSD, Solaris-family, and other Unix-like support, which helped htop become a standard cross-platform terminal monitor rather than only a Linux convenience.
Users run htop to inspect live CPU, memory, swap, load, process state, process trees, command lines, and per-process resource consumption. Its interactive controls make common administration tasks faster: sort by columns, search or filter processes, change views, inspect trees, send signals, and adjust process priorities without leaving the TUI.
Configuration is part of its package identity. The curated input records `~/.config/htop/htoprc` and `$HTOPRC`, matching the way users customize columns, meters, colors, sorting, and display behavior so the same terminal dashboard appears across machines.
For package nerds, htop is a perfect example of a small terminal program becoming a cultural default. It is not a daemon, framework, or library; it is a better everyday view into process state. Its ubiquity makes package availability itself part of the user expectation: if a system package manager exists, users look for htop in it.
The 2020 maintainer transition is also significant. htop shows how a beloved single-maintainer utility can move to a collaborative organization while preserving the old repository, homepage identity, and release line. That is the kind of continuity package ecosystems depend on.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
~/.config/htop/htoprc$HTOPRCexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
htop | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/htop-dev/htop
install metadata
| Package key | brew:htop |
|---|---|
| Version | 3.5.1 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/htop |
| Homepage | https://htop.dev/ |
| Repository | https://github.com/htop-dev/htop |
| Upstream docs | https://github.com/htop-dev/htop#readme |
| License | GPL-2.0-or-later |
| Source archive | https://github.com/htop-dev/htop/archive/refs/tags/3.5.1.tar.gz |
| Last updated | 2026-04-28T16:07:10Z |
| Pulse | updated |
| Dependencies | ncurses |
| Build dependencies | autoconf, automake, libtool, pkgconf |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
| Caveats | htop requires root privileges to correctly display all running processes, so you will need to run `sudo htop`. You should be certain that you trust any software you grant root privileges. |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | htop |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
htop 3.4.1-5
interactive processes viewer
sudo apt install htophtop
nix profile install nixpkgs#htophtop 3.3.0-4build1
interactive processes viewer
sudo apt install htophtop 3.5.1-r1
Interactive process viewer
sudo apk add htophtop-doc 3.5.1-r1
Interactive process viewer (documentation)
sudo apk add htop-dochtop 3.4.1-3.fc44
Interactive process viewer
sudo dnf install htophtop 3.5.1-1
Interactive process viewer
sudo pacman -S htophtop 3.5.1-2.1
An Interactive text-mode Process Viewer for Linux
sudo zypper install htophtop
sudo port install htopsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.