bottom
A cross-platform graphical process/system monitor with a customizable interface and a multitude of features. Supports Linux, macOS, and Windows. Inspired by gtop, gotop, and htop.
Features
As (yet another) process/system visualization and management application, bottom supports the typical features:
-
Graphical visualization widgets for:
- CPU usage over time, at an average and per-core level
- RAM and swap usage over time
- Network I/O usage over time
with support for zooming in/out the current time interval displayed.
-
Widgets for displaying info about:
-
A process widget for displaying, sorting, and searching info about processes, as well as support for:
- Kill signals
- Tree mode
-
Cross-platform support for Linux, macOS, and Windows, with more planned in the future.
-
Customizable behaviour that can be controlled with command-line flags or a config file, such as:
- Custom and pre-built colour themes
- Changing the default behaviour of some widgets
- Changing the layout of widgets
- Filtering out entries in disk and temperature widgets
-
Some other nice stuff, like:
-
And more!
You can find more details in the documentation.
Support
bottom officially supports the following operating systems and corresponding architectures:
- macOS (
x86_64) - Linux (
x86_64,i686,aarch64) - Windows (
x86_64,i686)
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
# If required, update Rust on the stable channel
# OR, --locked may be required due to how cargo install works
AUR
The normal package can be found here, while the binary package found here:
# If you instead want a pre-built binary:
Debian
A .deb file is provided on each release:
Fedora/CentOS
Available in COPR:
Gentoo
Available in GURU and dm9pZCAq overlays:
|
or
Nix
Solus
sudo eopkg it bottom
Homebrew
# If you need to be more specific, use:
MacPorts
Scoop
Chocolatey
Choco package located here. Since validation of the package takes time, it may take a while to become available after a release.
# The version number may be required for newer releases during the approval process:
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.
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.
Building
There are a few ways to go about doing this manually. Note that in all cases, you would want to build using the most recent version of stable Rust:
# If required, update Rust on the stable channel
# Download from releases and install
# Clone from master and install manually
# Clone and install the newest master version all via Cargo
Binaries
You can also try to use the generated release binaries and manually install them:
- Latest stable release, generated off of the release branch
- Latest nightly version, which is generated daily off of the master branch at 00:00 UTC
The release binaries are packaged with shell auto-completion files for bash, fish, zsh, and Powershell. To install them:
- For bash, move
btm.bashto$XDG_CONFIG_HOME/bash_completion or /etc/bash_completion.d/. - For fish, move
btm.fishto$HOME/.config/fish/completions/. - For zsh, move
_btmto one of your$fpathdirectories. - For PowerShell, add
. _btm.ps1to your PowerShell profile.
Usage
You can run bottom using btm.
- For help on flags, use
btm -hfor a quick overview orbtm --helpfor more details. - For info on key and mouse bindings, refer to the documentation or press
?inside bottom.
You can generally 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 problems, documentation, or code, contribution is always welcome! Please read CONTRIBUTING.md for details on how to contribute to bottom.
Contributors
Thanks to all contributors (emoji key):
Thanks
-
This project is very much inspired by gotop, gtop, and htop.
-
This application was written with many, many libraries, and built on the work of many talented people. This application would be impossible without their work. I used to thank them all individually but the list got too large...
-
And of course, another round of thanks to all contributors and package maintainers!