htop

Downloads

The latest version is 0.8.3 -- you can obtain it freely in two forms:

  • Sources - source code, provided in this site
  • Binaries - pre-compiled binaries, provided by distributions

Sources

Once you download, be sure to check out the README, TODO and ChangeLog files.

  • Stable, tarball: Check out the latest version at the project page.
  • Development, from Subversion tree: You can fetch the work-in-progress sources for the next release using Subversion:
    svn co https://htop.svn.sourceforge.net/svnroot/htop/trunk htop
    You can also browse the svn tree online.

Binaries

  • GoboLinux: In GoboLinux you can fetch and compile htop by typing: Compile htop
    You can also download the GoboLinux binary package.
  • Debian: In Debian you can fetch htop by typing: apt-get install htop
    You can also download the binary packages from the Debian webpage.
    Thanks to Bartosz Fenski.
  • Fedora: htop is part of Fedora Extras; you can fetch it by typing: yum install htop
    Thanks to Dawid Gajownik.
  • RedHat: You can find RPM's for htop at DAG and FreshRPMs.
    Thanks to Dag Wieers.
  • Slackware: You can find packages for htop at LinuxPackages.
    Thanks to Fred Broders, and Kanedaaa for the link.
  • Gentoo: In Gentoo Linux you can emerge the sys-process/htop package by typing: emerge sys-process/htop
    Thanks to Wolfram Schlich.
  • AltLinux: here are the latest distribution and development RPM's for AltLinux.
    Thanks to Ilya Evseev.
  • OpenSuSE: htop is included in the OpenSuSE build service. The OpenSUSE build service repository provides htop packages for SUSE Linux Enterprise 10, OpenSUSE Factory, SUSE Linux 10.0, SUSE Linux 10.1 and OpenSUSE 10.3.
    Thanks to Timo Hoenig.
  • Mandriva: you can find RPMs for Mandriva (formerly Mandrake and Conectiva) and other RPM-based distributions at RpmFind.
  • KateOS: packages are available at the KateOS Pkgportal. You may enable community repositories in /etc/updateservers or using KatePKG.
    Thanks to Piotr Pelzowski.
  • Zenwalk: Htop is installed by default straight from the Zenwalk GNU/Linux ISO CDs and updates are available via its package manager, netpkg.

    Thanks to Michael Verret.

Known problems in older distributions: htop uses features of the C99 standard; therefore it fails to build with old compilers. Consider upgrading, or use this statically built binary (for Linux-x86) instead. Problems were reported in RedHat 7.x and Fedora Core 2 (for FC2, a workaround is to export TERM=xterm-color on your .bashrc).