abtop

abtop 0.5.5

Like htop, but for AI coding agents

https://github.com/graykode/abtop
MIT License
main program: abtopprograms: abtop
Platforms (38)
armv7l-linuxriscv64-linuxs390x-linuxi686-openbsdmips64el-linuxx86_64-openbsdx86_64-freebsdi686-netbsd
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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