Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ajhenri/osinfo
- Owner: ajhenri
- License: mpl-2.0
- Created: 2018-09-03T03:12:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T15:03:15.000Z (about 2 years ago)
- Last Synced: 2024-10-27T06:35:59.620Z (about 2 months ago)
- Topics: electron, nodejs, os, react, system-information
- Language: JavaScript
- Size: 52.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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)