QSystemInfo is a lightweight system information tool written in c++ with the qt framework
You need to have qt installed to build the app.
# Compile in debug mode
git clone https://github.com/Ola-jed/QSystemInfo.git
cd QSystemInfo
cmake .
make
./QSystemInfo
Import the project if you use an ide.