SpecMe is a free and open-source system specification viewer written in Electron. It will run on Windows, macOS, and Linux.
To run:
npm installnpm run start
To compile:
npm installnpm run make
If you are compiling on a Mac, you will need an additional package to get correct CPU temperature readings:
npm installnpm install osx-temperature-sensor --savenpm run make

