Host CPU
HostCPUModule retrieves host CPU info: model, vendor and the number of cores.
Details
It heavily relies on the gopsutil library.
On Linux, it reads /proc/cpuinfo
. On Windows it performs the win32_Processor
WMI request
On windows 11, the local user account must have administrator permissions (it does not mean it must be run as root).