https://github.com/joelmora/macos-activity-monitor
App that shows some information about your CPU and Memory usage right on your menu bar
https://github.com/joelmora/macos-activity-monitor
Last synced: 2 months ago
JSON representation
App that shows some information about your CPU and Memory usage right on your menu bar
- Host: GitHub
- URL: https://github.com/joelmora/macos-activity-monitor
- Owner: joelmora
- License: mit
- Created: 2018-09-22T22:08:36.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T04:14:50.000Z (over 2 years ago)
- Last Synced: 2024-11-16T05:32:47.607Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 4.43 MB
- Stars: 47
- Watchers: 2
- Forks: 7
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Mac-Menubar-Megalist - MacOS Activity Monitor
README
# MacOS Activity Monitor
A free solution to show information about your CPU and Memory usage right on your menu bar
## App Preview
### Toolbar
### Graph over time
### Settings
## Download
You can download it from the [release](https://github.com/joelmora/macos-activity-monitor/releases) page
## Local Installation
You can clone this repository, modify it and build it yourself, first you need to install all dependencies with:
```
$ yarn install-all
```Then you can use all scripts available:
```
$ yarn [command]
```### Commands available:
`package`: Build the final app
`electron:start`: Start the electron app in dev mode
`react:start`: Start the react app in dev mode
`react:build`: Build the react app
`build-all`: Build the react/electron app