DEV Community

Cover image for macOS status monitoring app written in SwiftUI
gao-sun
gao-sun

Posted on

macOS status monitoring app written in SwiftUI

Maybe the most fashionable one of my recent SwiftUI practice, and the result looks good:

Preview

Highlights

  • Dark Mode compatible
  • Drag to re-order components
  • Detailed information
    • CPU: usage/temperature/cores/up time
    • Fan: current/min/max speed
    • Memory: usage/cached files/temperature
    • Battery: usage/health/cycle count
    • Network: in/out speed

Download/GitHub

Pref

Top comments (2)

Collapse
 
leogdion profile image
leogdion

Very cool! I'm working on a command line tool/Swift Package that does this:
github.com/brightdigit/Sappi

Let me know if you interested in using some of the SMC functionality.

Collapse
 
gaosun profile image
gao-sun

looks cool! I'll take a look