Skip to content

This is a cross-platform desktop application to check and monitor your system.

License

Notifications You must be signed in to change notification settings

surajkarki66/PTop

Repository files navigation

PTop

This is a cross-platform desktop application to check and monitor your system.

Running locally

Clone the repository

   git clone https://github.com/surajkarki66/PTop

Using yarn

  yarn install
  yarn start

Using npm

  npm i
  npm start

Downloading the application for different operating systems

You can download the binary or executable of the application from GitHub releases at the right side of this page for different operating systems.

Building applications for different platforms

Clone the repository

   git clone https://github.com/surajkarki66/PTop

You can either use npm or yarn doesn't matter.

For Linux:

  yarn install
  yarn run dist:linux

For MacOS:

  yarn install
  yarn run dist:macos

For Windows:

  yarn install
  yarn run dist:win

After building,the build files will be stored in dist directory.