Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

access hardware information in nodejs

I want to use nodejs to access hardware information, like processor ID, HDD Serial, Active LAN card's MAC address and some other information. By using a windows specific command I can get ProcessorID and HDD serial number. But this system will be running on different OSes so I need cross platform solutions to getting this info.

How can I get this info for all platforms?

like image 999
Ali Naqvi Avatar asked Mar 31 '26 17:03

Ali Naqvi


1 Answers

This question is a bit old but it returned in my google search, so I'll share a lib that I found. I'm not sure it is good because I didn't really use it, but seems nice despite it still has no support for Windows platform: https://github.com/sebhildebrandt/systeminformation

like image 71
Leandro Del Sole Avatar answered Apr 03 '26 16:04

Leandro Del Sole