htop-dev/htop

htop - an interactive process viewer

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 2 minutes ago
Added to GitGenius on September 7th, 2026
Created on August 17th, 2020
Open Issues & Pull Requests: 359 (+0)
GitHub issues: Enabled
Number of forks: 634
Total Stargazers: 8,317 (+0)
Total Subscribers: 64 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 3.6 hours
Mean response time: 21.6 days
90th percentile: 10.4 days
Tracked items: 282

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 89% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "question :grey_question:" is answered fastest, typically in about an hour, while "good first issue :1st_place_medal:" waits about 2 days. 75% of tracked open issues have had no activity in three months, so the open count overstates what is actively being worked. Only 4% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 122
New in 7 days: 1
Closed in 7 days: 1
Avg open age: 804 days
Stale 30+ days: 107
Stale 90+ days: 98

Recent activity

Opened in 7 days: 1
Closed in 7 days: 1
Comments in 7 days: 0
Events in 7 days: 2

Top labels

  • bug :bug: (79)
  • Linux :penguin: (71)
  • support request (57)
  • enhancement (55)
  • MacOS :green_apple: (41)
  • feature request (41)
  • good first issue :1st_place_medal: (25)
  • needs-discussion :thinking: (19)

Detailed Description

htop is an interactive process viewer for the terminal that runs on Linux, BSD, and macOS.

htop solves the problem of monitoring system processes with a more user-friendly interface than the traditional ps command. It displays a scrollable list of running processes with their CPU and memory consumption, system-wide metrics like load average and swap usage, and allows users to interact with processes directly. The display is configurable through a graphical setup menu, and processes can be sorted, filtered, and searched without needing to know their process IDs. Common operations like killing or renicing processes are performed through keyboard shortcuts rather than command-line arguments.

The tool suits anyone who regularly needs to monitor or manage system processes from the terminal. It works across multiple Unix-like operating systems with a consistent interface. The project supports optional features controlled at compile time, including hardware monitoring through sensors, topology awareness via hwloc, capability-based security checks, and network statistics through libnl. Developers building from source need a C99-compliant compiler, autotools, and ncurses 6.0 or later, with optional dependencies for enhanced functionality.

The project maintains active engagement with contributions across multiple platforms and architectures. Development includes regular updates to support new operating system versions and maintain compatibility with evolving system libraries. The codebase receives attention to cross-platform portability, with specific handling for differences between Linux, BSD, and macOS implementations. The project accepts community contributions and maintains documentation through both a dedicated website and integrated help systems within the application itself.