PFSystemKit

MIT License
Objective-C
macOS

2 images

Author

Description

OS X (and - partially - iOS) framework for getting software and hardware informations (such as CPU vendor, RAM size, device model and serial, …) at runtime. Relies on IOKit and SysCtl, as well as on the now-deprecated GestaltManager, for compatibility purposes only.

Here's what you can gather with PFSystemKit:

  • CPU informations (vendor, nominal clock speed, caches size, core count, thread count, marketing name)

  • RAM infos (size, usage statistics)

  • GPU infos (matching framebuffer, model, ports)

  • Device infos (device family (e.g. MacBook Pro), model (MacBookPro8,1), version (8,1), serial)

  • Battery (voltage, current, serial, manufacturer, age in days, cycle count, temperature)

Tags