built a free native system monitor and fan controller for apple silicon macs. it reads cpu, gpu, memory, power, storage, network, thermal, and apple smc data. it includes dashboard, menu bar, and touch bar interfaces plus an optional privileged helper for fixed fan speeds and custom curves.
core-monitor ships as a signed direct download, a homebrew cask, and a separate sandboxed mac app store edition.
swift / swiftui / applesmc / xpc / smjobbless
built a notarized macos app for switching named dns contexts without editing /etc/hosts, running shell commands, or requesting sudo access. a sandboxed dns proxy network extension answers configured hostnames and forwards all other traffic to the system resolvers.
swift / networkextension / dns proxy / app groups
built a swift command line monitor and fan controller with an unprivileged client, an authorized helper, xpc, and smjobbless. helper-side leases return fan control safely when an automated client stops.
swift cli / xpc / smjobbless / launchd / homebrew
traced a 2021 macbook pro charging failure to one cd3217 ace2 controller stuck in boot while the other three remained in app. located the exact p2 firmware inside apple restore media, documented four failed secure-flash attempts, proved that a negotiated pdo was not proof of accepted external power, and published a sanitized 107-capture timeline with a read-only firmware scanner.
usb-c pd / cd3217 / firmware / forensics / python