- π― Overview
- β¨ Features
- π¦ Getting Started
- π οΈ Tech Stack
- πΈ Screenshots
- π€ Contributing
- π License
Zwyx provides real-time insights into your MacBook's hardware performance, including CPU, memory, and GPU metrics. Designed with SwiftUI, it offers a visually adaptable and user-friendly interface tailored for developers and power users alike.
let zwyx = SystemMonitor(
colorful: true,
gear: .realTimeMetrics,
monitor: .seamlessExperience,
tools: .automatedDeployment,
core: .robustManagement
)| Requirement | Details |
|---|---|
| π» OS | macOS 12.0+ |
| π€ Language | Swift 5.9+ |
| π¦ Package Manager | swift_package_manager |
π₯ Click to expand installation steps
git clone https://github.com/Armfy/Zwyxcd ZwyxUsing swift_package_manager:
swift buildRun the project with:
Using swift_package_manager:
swift runZwyx uses the test_framework test framework. Run the test suite with:
Using swift_package_manager:
swift testgraph LR
A[π― Purpose] --> B[Real-Time Monitoring]
A --> C[Developer Tools]
A --> D[Power User Features]
B --> E[β‘ Performance]
C --> F[π οΈ Productivity]
D --> G[π‘ Insights]
style A fill:#A855F7,stroke:#fff,stroke-width:2px,color:#fff
style E fill:#00D9FF,stroke:#fff,stroke-width:2px,color:#000
style F fill:#F59E0B,stroke:#fff,stroke-width:2px,color:#000
style G fill:#10B981,stroke:#fff,stroke-width:2px,color:#000
This project aims to deliver quick, accessible system information directly on your MacBook. The core values include:
- β‘ Fast - Minimal resource footprint
- π¨ Beautiful - Clean, modern interface
- π Real-Time - Instant metrics updates
- π οΈ Powerful - Advanced monitoring tools
- π΄ Fork the Project
- π¨ Create your Feature Branch (
git checkout -b feature/AmazingFeature) - πΎ Commit your Changes (
git commit -m 'Add some AmazingFeature') - π€ Push to the Branch (
git push origin feature/AmazingFeature) - π Open a Pull Request



