Browse by type
<img src="https://github.com/congard/nvidia-system-monitor-qt/raw/v1.6-1/icon.png" alt="icon" width="256" height="256"/>
Task Manager for Linux for Nvidia graphics cards

qt5-qtbase, qt5-qtbase-develqt5-baseqtdeclarative5-devqtdeclarative5-devnvidia-smiwhichcmake (make dependence)You can install nvidia-system-monitor-qt directly from AUR
To launch type qnvsm or just click on the .desktop file
mkdir build
cmake -DCMAKE_BUILD_TYPE=Release -B build -G "Unix Makefiles"
cmake --build build --target qnvsm -- -j 4
You can specify icon path by passing CMake argument IconPath, for example:
mkdir build
cmake -DCMAKE_BUILD_TYPE=Release -DIconPath=/usr/share/icons/hicolor/512x512/apps/nvidia-system-monitor-qt.png -B build -G "Unix Makefiles"
cmake --build build --target qnvsm -- -j 4
To launch type build/qnvsm
The option -j describes the number of parallel processes for the build. In this case make will try to use 4 cores for the build.
$ claude mcp add nvidia-system-monitor-qt \
-- python -m otcore.mcp_server <graph>