htop

htop 3.5.1

Interactive process viewer

https://htop.dev
GNU General Public License v2.0 only
main program: htopprograms: htop
Platforms (80)
avr-nonem68k-linuxwasm64-wasix86_64-cygwinaarch64-genodei686-nonemips-nonex86_64-uefi
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  htop
];
Ad-hoc shell
nix-shell -p htop
Flake (nix run)
nix run nixpkgs#htop