Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tariq-c-dev/RAM-Monitor
Monitor available memory in you Mac's menu bar
https://github.com/tariq-c-dev/RAM-Monitor
Last synced: 2 months ago
JSON representation
Monitor available memory in you Mac's menu bar
- Host: GitHub
- URL: https://github.com/tariq-c-dev/RAM-Monitor
- Owner: tariq-c-dev
- License: bsd-3-clause
- Created: 2023-10-14T04:02:53.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-26T23:33:30.000Z (4 months ago)
- Last Synced: 2024-08-28T02:43:11.572Z (4 months ago)
- Language: Python
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Mac-Menubar-Megalist - RAM-Monitor
README
# RAM-Monitor
Monitor system memory with an applet in menu bar.Simple script for MacOS to see percentage RAM used. It simply checks available RAM every five seconds and displays in menu bar.
To run it, you may execute the python script or binary release. Keep in mind the binary release is not codesigned and you probably need to [override default security settings to launch it](https://support.apple.com/en-ca/guide/mac-help/mh40616/mac).
[Download Binary](https://github.com/tariq-c-dev/RAM-Monitor/releases/download/RAM-Monitor-binary-release/RAM-Monitor.zip)
[Download Python script](https://github.com/tariq-c-dev/RAM-Monitor/blob/RAM-Monitor-binary-release/RAM-Monitor.py)