Fetch is a simple command-line utility written in Go (Golang) that provides detailed information about your system. It gathers information about the operating system, packages, kernel, uptime, shell, CPU, GPU, storage, RAM, desktop, and window manager.
Make sure that you have Go installed on your system.
Clone the Fetch repository and build the executable:
git clone https://github.com/elbachir-one/fetch
cd fetch
go build fetch.go
After building the executable, run Fetch to display system information:
./fetch
As for installation, just put it in your PATH.