Skip to content

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.

The recommended way to install tokentop on macOS is through Homebrew:

Terminal window
brew install tokentopapp/tap/tokentop

For a platform-independent installation, use the following curl command:

Terminal window
curl -fsSL https://raw.githubusercontent.com/tokentopapp/tokentop/main/scripts/install.sh | sh

This script will detect your operating system and architecture, download the correct binary, and place it in your path.

Windows users can install tokentop using the Scoop package manager:

Terminal window
scoop bucket add tokentop https://github.com/tokentopapp/scoop-tokentop
scoop install tokentop

If you have Node.js or Bun installed, you can use the package manager directly:

Terminal window
# Using Bun (Recommended)
bunx @tokentop/ttop
# Using npm
npx @tokentop/ttop

To install it globally:

Terminal window
npm install -g @tokentop/ttop

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:

Terminal window
chmod +x ttop
mv ttop /usr/local/bin/