bottom (btm)

A customizable cross-platform graphical process/system monitor for the terminal.
Supports Linux, macOS, and Windows. Inspired by gtop, gotop, and htop.

[CI status](https://github.com/ClementTsang/bottom/actions?query=branch%3Amaster) [Codecov](https://app.codecov.io/gh/ClementTsang/bottom) [crates.io link](https://crates.io/crates/bottom) [Nightly documentation](https://clementtsang.github.io/bottom/nightly) [Stable documentation](https://clementtsang.github.io/bottom/stable)

Quick demo recording showing off bottom's searching, expanding, and process killing.

Demo GIF using the Gruvbox theme (--color gruvbox), along with IBM Plex Mono and Kitty

Features

As (yet another) process/system visualization and management application, bottom supports the typical features:

You can find more details in the documentation.

Support

bottom officially supports the following operating systems and corresponding architectures:

These platforms are tested to work for the most part and issues on these platforms will be fixed if possible. Furthermore, binaries are expected to be built and tested using the most recent version of stable Rust.

For more details on known problems and unsupported platforms, feel free to check out the documentation page on support.

Installation

Cargo

Installation via cargo is done by installing the bottom crate:

```bash

If required, update Rust on the stable channel

rustup update stable

cargo install bottom

Alternatively, --locked may be required due to how cargo install works

cargo install bottom --locked ```

Arch Linux

There is an official package that can be installed with pacman:

bash sudo pacman -Syu bottom

Debian/Ubuntu

A .deb file is provided on each release:

bash curl -LO https://github.com/ClementTsang/bottom/releases/download/0.6.7/bottom_0.6.7_amd64.deb sudo dpkg -i bottom_0.6.7_amd64.deb

Fedora/CentOS

Available in COPR:

bash sudo dnf copr enable atim/bottom -y sudo dnf install bottom

Gentoo

Available in GURU and dm9pZCAq overlays:

bash sudo eselect repository enable guru sudo emerge --sync guru echo "sys-process/bottom" | sudo tee /etc/portage/package.accept_keywords/10-guru sudo emerge sys-process/bottom::guru

or

bash sudo eselect repository enable dm9pZCAq sudo emerge --sync dm9pZCAq sudo emerge sys-process/bottom::dm9pZCAq

Nix

bash nix-env -i bottom

Solus

sudo eopkg it bottom

Homebrew

bash brew install bottom

MacPorts

bash sudo port selfupdate sudo port install bottom

Scoop

bash scoop install bottom

Chocolatey

Choco package located here. Since validation of the package takes time, it may take a while to become available after a release.

```bash choco install bottom

The version number may be required for newer releases during the approval process:

choco install bottom --version=0.6.7 ```

winget

You can find the packages here. Since validation of the package takes time, it may take a while to become available after a release.

```bash winget install bottom

Alternatively

winget install Clement.bottom ```

You can also manually do the same thing by going to the latest release and installing via the .msi file.

You can uninstall via Control Panel, Options, or winget --uninstall bottom.

Manually

There are a few ways to go about doing this manually. Note that you probably want to do so using the most recent version of stable Rust, which is how the binaries are built:

```bash

If required, update Rust on the stable channel first

rustup update stable

Option 1 - Download from releases and install

curl -LO https://github.com/ClementTsang/bottom/archive/0.6.7.tar.gz tar -xzvf 0.6.7.tar.gz cargo install --path .

Option 2 - Clone from master and install manually

git clone https://github.com/ClementTsang/bottom cd bottom cargo install --path .

Option 3 - Clone and install directly from the repo all via Cargo

cargo install --git https://github.com/ClementTsang/bottom ```

Binaries

You can also try to use the generated release binaries and manually install on your system:

Auto-completion

The release binaries are packaged with shell auto-completion files for bash, fish, zsh, and Powershell. To install them:

Usage

You can run bottom using btm.

You can find more information on usage in the documentation.

Configuration

bottom accepts a number of command-line arguments to change the behaviour of the application as desired. Additionally, bottom will automatically generate a configuration file on the first launch, which one can change as appropriate.

More details on configuration can be found in the documentation.

Contribution

Whether it's reporting bugs, suggesting features, maintaining packages, or submitting a PR, contribution is always welcome! Please read CONTRIBUTING.md for details on how to contribute to bottom.

Contributors

Thanks to all contributors:


Marcin Wojnarowski

💻 📦

Mahmoud Al-Qudsi

💻

Andy

💻

Kim Brose

💻

Sven-Hendrik Haase

📖

Artem Polishchuk

📦 📖

Trung Lê

📦 🚇

dm9pZCAq

📦 📖

Lukas Rysavy

💻

Erlend Hamberg

💻

Frederick Zhang

💻

pvanheus

💻

Zeb Piasecki

💻

georgybog

📖

Brian Di Palma

📖

Lasha Kanteladze

📖

Herby Gillot

📖

Greg Brown

💻

TotalCaesar659

📖

George Rawlinson

📖 📦

adiabatic

📖

Randy Barlow

💻

Patrick Jackson

🤔 📖

Mateusz Mikuła

💻

Guillaume Gomez

💻

Thanks