Skip to content

methodbox/macos-sysinfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

macos-sysinfo

Built With

image of Electron Image of Vue Image of webpack

System Info app for macOS.

Currently supports:

CPU model, speed and arch.

Network interface (en0 only IPv4/6)

Hostname

OS Version

RAM

Basic Usage

Clone the repo.

git clone https://github.com/methodbox/macos-sysinfo.git

Install the Node modules.

cd macos-sysinfo
npm install

Run the App or Build

# Run the app without building
npm start

# Build the app
npm run build

Install the app on your Mac

After building you will find a .dmg file in the dist folder macos-sysinfo/dist/macos-sysinfo-[version].dmg. Double-click the .dmg file and drag-and-drop the app into you Applications folder.