Installation
tokentop is distributed as a single binary for most platforms. You can install it using your favorite package manager or with a quick install script.
macOS (Homebrew)
Section titled “macOS (Homebrew)”The recommended way to install tokentop on macOS is through Homebrew:
brew install tokentopapp/tap/tokentopLinux and macOS (Install Script)
Section titled “Linux and macOS (Install Script)”For a platform-independent installation, use the following curl command:
curl -fsSL https://raw.githubusercontent.com/tokentopapp/tokentop/main/scripts/install.sh | shThis script will detect your operating system and architecture, download the correct binary, and place it in your path.
Windows (Scoop)
Section titled “Windows (Scoop)”Windows users can install tokentop using the Scoop package manager:
scoop bucket add tokentop https://github.com/tokentopapp/scoop-tokentopscoop install tokentopnpm / Bun (Cross-platform)
Section titled “npm / Bun (Cross-platform)”If you have Node.js or Bun installed, you can use the package manager directly:
# Using Bun (Recommended)bunx @tokentop/ttop
# Using npmnpx @tokentop/ttopTo install it globally:
npm install -g @tokentop/ttopManual Downloads
Section titled “Manual Downloads”You can also download pre-compiled binaries for all supported platforms directly from our GitHub Releases. Each release includes binaries for macOS (Apple Silicon), Linux (x86/ARM), and Windows. Intel-based Macs are not supported for binary downloads — use the npm/Bun method instead.
After downloading, make sure to grant the binary execution permissions on Unix-like systems:
chmod +x ttopmv ttop /usr/local/bin/