macMonitor is a macOS system monitoring application developed in Swift and SwiftUI. It provides detailed system performance information, including CPU, memory, disk, and network usage.
- CPU Monitoring – Displays real-time CPU usage.
- Memory Usage – Shows available and used RAM.
- Disk Monitoring – Reports available and used disk space.
- Battery – Tracks battery.
- Modern and lightweight interface – Developed with SwiftUI for seamless integration with macOS.
-
Clone the repository:
git clone https://github.com/luishramorim/macMonitor.git cd macMonitor -
Open the project in Xcode:
open macMonitor.xcodeproj -
Compile and run the project:
- Ensure you are using a Mac with macOS 13 or higher.
- In Xcode, select macMonitor as the target and press Cmd + R to run.
- Swift 5
- SwiftUI
- AppKit
- Xcode 15
- Fork the repository
- Create a new branch for your feature or bug fix
- Commit your changes
- Push to your branch
- Open a Pull Request
This project is licensed under the MIT License.