1212
macos-sysinfo/README.md at master · methodbox/macos-sysinfo · GitHub
Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 1 KB

File metadata and controls

52 lines (32 loc) · 1 KB

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.