Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Shakshi3104/Gaufre
π§ Check load of each core of CPU on your Mac menu bar.
https://github.com/Shakshi3104/Gaufre
cpu-usage macos macos-menubar
Last synced: 3 months ago
JSON representation
π§ Check load of each core of CPU on your Mac menu bar.
- Host: GitHub
- URL: https://github.com/Shakshi3104/Gaufre
- Owner: Shakshi3104
- License: mit
- Created: 2021-11-28T09:08:21.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-07T09:22:03.000Z (10 months ago)
- Last Synced: 2024-06-19T03:53:22.254Z (5 months ago)
- Topics: cpu-usage, macos, macos-menubar
- Language: Swift
- Homepage:
- Size: 6.42 MB
- Stars: 12
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Mac-Menubar-Megalist - Gaufre
README
# Gaufre
Gaufreπ§ is the app for checking load of each core of CPU on your Mac menu bar.
The application name was decided to be [Gaufre](https://www.kobe-fugetsudo.co.jp/sweets/gaufres.html), derived from silicon "wafer".
| M2 Pro | M1 | M1 Max | Core i5 |
| :-------:| :-------: | :-------: | :-------: |
|![](materials/gaufre-m2-pro.png)| ![](materials/gaufre-m1.png) | ![](materials/gaufre-m1-max.png) | ![](materials/gaufre-core-i5.png) |## Requirements
- Xcode 13.1+
- macOS 11+## Swift Package Dependencies
- [CoreWafer](https://github.com/Shakshi3104/CoreWafer)
- [ProcessorKit](https://github.com/Shakshi3104/ProcessorKit)
- [DeviceHardware](https://github.com/Shakshi3104/DeviceHardware)