Operations 5 min read

How to Install and Use Bpytop: A Fast, Visual Terminal Resource Monitor

This guide explains why terminal enthusiasts need system resource monitoring, introduces the efficient visual tool Bpytop, and provides step‑by‑step instructions for preparing prerequisites, installing via source or package managers, running, customizing, and locating its configuration file.

MaGe Linux Operations
MaGe Linux Operations
MaGe Linux Operations
How to Install and Use Bpytop: A Fast, Visual Terminal Resource Monitor

For terminal enthusiasts, monitoring system resource usage is essential, and while tools like top and htop show basic metrics, Bpytop offers a fast, visually appealing terminal‑based resource monitor.

Preparation

Before installing Bpytop, ensure the system meets the following requirements:

Python 3

Psutil module (install with python3 -m pip install psutil)

Install Bpytop

Bpytop can be installed either by compiling from source or via the package manager of your distribution.

Source Installation

Clone the repository from GitHub:

[root@localhost ~]# git clone https://github.com/aristocratos/bpytop.git
Cloning into 'bpytop'...
... (output truncated for brevity) ...

Enter the directory and compile/install:

[root@localhost ~]# python3 -m pip install psutil
[root@localhost ~]# cd bpytop/
[root@localhost bpytop]# make install

The psutil module must be installed; otherwise Bpytop will not start.

Psutil can also be installed from distribution repositories:

# CentOS 8
# yum -y install python3-psutil
# Ubuntu 18.04
sudo apt -y install python3-psutil

Installation completed.

Installation via Package Managers

Ubuntu (using snap):

bob@ubuntu-18-04:~$ sudo snap install bpytop
bpytop 1.0.22 from James Tigert (kz6fittycent) installed

CentOS 8 (using dnf/yum): # dnf -y install bpytop FreeBSD (using pkg):

$ sudo pkg install bpytop

Run Bpytop

Start Bpytop by typing bpytop in the terminal:

$ bpytop

Press ESC then select OPTIONS to change themes and other settings using the arrow keys.

Press h or ESC then HELP to view the help page.

Exit Bpytop with q or Ctrl + c.

Summary

The configuration file is located at $HOME/.config/bpytop and can be edited to customize themes and other options.

Original Source

Signed-in readers can open the original source through BestHub's protected redirect.

Sign in to view source
Republication Notice

This article has been distilled and summarized from source material, then republished for learning and reference. If you believe it infringes your rights, please contactadmin@besthub.devand we will review it promptly.

operationsLinuxinstallationSystem monitoringterminalResource Usagebpytop
MaGe Linux Operations
Written by

MaGe Linux Operations

Founded in 2009, MaGe Education is a top Chinese high‑end IT training brand. Its graduates earn 12K+ RMB salaries, and the school has trained tens of thousands of students. It offers high‑pay courses in Linux cloud operations, Python full‑stack, automation, data analysis, AI, and Go high‑concurrency architecture. Thanks to quality courses and a solid reputation, it has talent partnerships with numerous internet firms.

0 followers
Reader feedback

How this landed with the community

Sign in to like

Rate this article

Was this worth your time?

Sign in to rate
Discussion

0 Comments

Thoughtful readers leave field notes, pushback, and hard-won operational detail here.