LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

abtop

htop-style monitor for AI coding agent sessions

TLDR

Monitor agent sessions
$ abtop
copy
Install via cargo or install script
$ cargo install abtop
copy

SYNOPSIS

abtop [*options*]

DESCRIPTION

abtop watches local AI coding agent processes (e.g. Claude Code, Codex CLI): sessions, token/context usage, rate limits, and related ports—in a live TUI similar in spirit to htop. Useful when juggling multiple agent terminals.

PARAMETERS

Interactive TUI after launch. Optional flags select refresh intervals and filters—abtop --help.

INSTALL

yay -S abtop
copy
nix profile install nixpkgs#abtop
copy

CAVEATS

Depends on how agents expose metrics; not all tools report tokens the same way. Process introspection may need permissions on locked-down systems.

SEE ALSO

htop(1), btop(1), ps(1)

RESOURCES

Copied to clipboard
Kai