git404hub

what is gotop fr?

cjbassi/gotop — explained in plain English

Analysis updated 2026-06-24

7,410GoAudience · ops devopsComplexity · 1/5Setup · easy

tl;dr

An archived terminal system monitor that shows live CPU, memory, disk, and network charts in your command line window with Vim-style keyboard controls and process management.

vibe map

mindmap
  root((gotop))
    What it shows
      CPU usage
      Memory usage
      Disk activity
      Network traffic
      Running processes
    Controls
      Vim-style keys
      Mouse scrolling
      Kill processes
    Installation
      Prebuilt binary
      Homebrew macOS
      AUR Arch Linux
    Status
      Archived repo
      Active fork exists

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Monitor CPU, memory, and network usage on a remote Linux server directly in an SSH terminal session.

VIBE 2

Spot and kill a runaway process from the terminal without switching to a graphical task manager.

VIBE 3

Get a quick system health overview on macOS or FreeBSD using a single downloaded binary.

what's the stack?

Go

how it stacks up fr

cjbassi/gotopopenclaw/gogclimightymoud/sidekick
Stars7,4107,4007,397
LanguageGoGoGo
Setup difficultyeasymoderatemoderate
Complexity1/53/53/5
Audienceops devopsdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · easy time til it works · 5min

This repo is archived, use the community-maintained fork for current features and bug fixes.

in plain english

gotop is a system activity monitor that runs entirely inside a terminal window, displaying live charts and graphs for CPU usage, memory, disk activity, network traffic, and running processes. Instead of opening a separate application with a graphical interface, you run gotop from the command line and get an updating visual dashboard made of text-based graphics directly in your terminal. Important note from the README: this original repository is no longer maintained. A community-maintained fork exists at a separate GitHub location, and that fork is where active development continues. The code here is archived. On the display, you can scroll through the list of running processes, sort them by CPU usage, memory usage, or process ID, and kill a selected process directly from the interface. The keyboard shortcuts follow a Vim-style layout, meaning j/k move the cursor down and up, and gg jumps to the top of the list. Mouse scrolling and clicking also work for navigating processes. Installation options include downloading a prebuilt binary (no additional programming tools required), installing from package managers on macOS via Homebrew, on Arch Linux via AUR, on FreeBSD via pkg, or via Snap. Building from source requires the Go programming language. Command-line flags let you customize the display: show each CPU core separately, show only CPU, memory, and process widgets for a minimal view, display a battery level indicator, adjust how frequently the readings update, or pick a specific network interface to monitor. Custom color schemes are supported by placing a JSON file in a config directory and referencing it by name at launch. The project works on Linux, macOS, and FreeBSD. OpenBSD works with some limitations. Windows support was planned but not completed.

prompts (copy fr)

prompt 1
I downloaded the gotop binary for Linux. How do I run it to show each CPU core separately, update every 500ms, and watch only one network interface?
prompt 2
How do I create a custom color scheme for gotop by editing a JSON config file and loading it at startup?
prompt 3
The original gotop repo is archived. Where is the active community fork and how do I install it on macOS with Homebrew?

Frequently asked questions

what is gotop fr?

An archived terminal system monitor that shows live CPU, memory, disk, and network charts in your command line window with Vim-style keyboard controls and process management.

What language is gotop written in?

Mainly Go. The stack also includes Go.

How hard is gotop to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is gotop for?

Mainly ops devops.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.