An open API service indexing awesome lists of open source software.

https://github.com/batemadevelopment/systemkitreborn


https://github.com/batemadevelopment/systemkitreborn

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

SystemKitReborn
=========

A macOS system library in Swift based off of [beltex's SystemKit Carthage Package](https://github.com/beltex/SystemKit) and[libtop](http://www.opensource.apple.com/source/top/top-100.1.2/libtop.c), from Apple's top implementation.

### Requirements

- [Xcode 12.4.0](https://developer.apple.com/xcode/downloads/) with the [Swift 5.6 Development Snapshot Toolchain](https://www.swift.org/download/) installed and set as the active toolchain
- macOS 10.15.7+

### References

- [top](http://www.opensource.apple.com/source/top/)
- [hostinfo](http://www.opensource.apple.com/source/system_cmds/)
- [vm_stat](http://www.opensource.apple.com/source/system_cmds/)
- [PowerManagement](http://www.opensource.apple.com/source/PowerManagement/)

### License

This project is under the **MIT License**.