Right now, treecript uses information from /proc/cpuinfo in order to detect the type and topology of the CPUs.
But /proc/cpuinfo is only available on Linux. Other operating systems, like macOS, Windows or the different BSD variants have other ways to provide that information.
This issue is to document several ways to obtain the CPU information in these different operating systems.