aristocratos/btop

A monitor of resources

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 16 minutes ago
Added to GitGenius on September 1st, 2026
Created on May 6th, 2021
Open Issues & Pull Requests: 533 (+0)
GitHub issues: Enabled
Number of forks: 1,146
Total Stargazers: 34,449 (+0)
Total Subscribers: 132 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 0.0 hours
Mean response time: 10.8 days
90th percentile: 13.0 days
Tracked items: 488

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 96% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. 67% of tracked open issues have had no activity in three months, so the open count overstates what is actively being worked. Only 5% of issues opened in the past year have been closed. Three people close 82% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 309
New in 7 days: 3
Closed in 7 days: 2
Avg open age: 610 days
Stale 30+ days: 270
Stale 90+ days: 220

Recent activity

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

Top labels

  • bug (292)
  • feature (183)
  • gpu (38)
  • duplicate (28)
  • good first issue (8)
  • meta (6)
  • invalid (3)
  • AI generated (1)

Detailed Description

btop is a system resource monitor that runs on Linux, macOS, FreeBSD, NetBSD, and OpenBSD.

The tool addresses the need for real-time visibility into system resource usage across multiple Unix-like operating systems. It displays CPU, memory, disk, and process information in an interactive terminal interface, allowing users to monitor and manage system performance from the command line.

The project suits users who prefer terminal-based system monitoring and need cross-platform compatibility. It works well for server environments, development machines, and any setup where a graphical desktop environment is unavailable or undesirable. The tool is written in C++23 and emphasizes portability across different BSD variants and Linux distributions, making it a choice for those working across heterogeneous systems.

Development activity shows consistent attention to build reliability across all supported platforms, with automated continuous builds maintained for Linux, macOS, FreeBSD, NetBSD, and OpenBSD. The project maintains explicit guidelines for code contributions, including requirements around disclosure of AI-generated code in submissions.