Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ajhenri/osinfo

A desktop app built with Electron that provides system details and information, including CPU %, memory %, network connections, and running processes.
https://github.com/ajhenri/osinfo

electron nodejs os react system-information

Last synced: 3 days ago
JSON representation

A desktop app built with Electron that provides system details and information, including CPU %, memory %, network connections, and running processes.

Awesome Lists containing this project

README

        

# Osinfo

Osinfo is an experimental desktop app built with Electron and React.

#

## Platforms

MacOS [Download for Mac](https://github.com/ajhenri/osinfo/blob/master/Osinfo.dmg?raw=true)

## Setup

### Requirements
* npm
* node.js
* electron
* webpack

```
$ git clone https://github.com/ajhenri/osinfo.git
$ cd osinfo
$ npm install
$ npm run start
```

## Todo

* Fix various bugs and performance issues.
* Provide support for Windows and Linux.
* Include insight on Docker containers.
* Include more information on running tasks.

## License

MPLv2 © [ajhenri](https://github.com/ajhenri)