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
Installation via cargo is done by installing the bottom crate:
# If required, update Rust on the stable channel
# Alternatively, --locked may be required due to how cargo install works
Arch Linux
There is an official package that can be installed with pacman:
Debian/Ubuntu
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
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.
# Alternatively
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:
# If required, update Rust on the stable channel first
# Option 1 - Download from releases and install
# Option 2 - Clone from master and install manually
# Option 3 - Clone and install directly from the repo all via Cargo
Binaries
You can also try to use the generated release binaries and manually install on your system:
- Latest stable release, generated off of the release branch
- Latest nightly release, generated daily off of the master branch at 00:00 UTC
Auto-completion
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, press
?inside bottom or refer to the documentation.
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:
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!