Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 26 days 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T04:14:50.000Z (almost 2 years ago)
- Last Synced: 2024-08-04T09:05:24.200Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 4.43 MB
- Stars: 46
- 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
![top-bar](https://user-images.githubusercontent.com/11574884/117376255-63587100-ae96-11eb-97ee-4c10588815f9.png)### Graph over time
![graphs](https://user-images.githubusercontent.com/11574884/117376260-66536180-ae96-11eb-9aac-205125518d3d.png)### Settings
![settings](https://user-images.githubusercontent.com/11574884/117376272-681d2500-ae96-11eb-8b99-8e03ef84984b.png)## 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