32-Bit based TOP system monitoring.
Find a file
2026-04-05 15:59:56 -04:00
images Upload files to "images" 2026-04-05 15:59:56 -04:00
sys Add sys/metrics.go 2026-04-05 15:49:07 -04:00
tui Add tui/term.go 2026-04-05 15:47:33 -04:00
ui Add ui/panels.go 2026-04-05 15:44:34 -04:00
go.mod Add go.mod 2026-04-05 15:40:05 -04:00
main.go Add main.go 2026-04-05 15:43:15 -04:00
README.md Update README.md 2026-04-05 15:59:03 -04:00

GOTop

32-Bit based TOP system monitoring.

What about it and what does it do

Well, you may or may not have already heard about btop, htop or top. They are system monitoring tools, process analyzers. So i decided to create my own!

Installation from source

First, you git clone this repository:

git clone https://code.chipmunk.land/homueicon/GOTop

Then cd (change dir or directory) into it:

cd GOTop

After that you can start building. Or if something is missing fix it or open a commit:

go mod tidy

Cleans the "go.mod" file and adds any missing dependency.

go build -o .

This will build the binary.

After that

After the installation proccess you just run the binary:

./GOTop

or whatever the name is for your binary.

Documentation

Yeah, it may not have hostname or username because its dedicated to 32-bit arch/architecture PCs/Laptops or 64-bit arch servers. Not meant to be daily driven.

Screenshots

photo1