diff --git a/README.md b/README.md index a7639e2e..2eeac022 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ core-monitor reads sensor data straight from the apple smc and standard macos sy it runs locally, needs no account, and is built native for apple silicon rather than wrapped from a web app.

- core-monitor overview screen with cpu, memory, temperature, and power cards + core-monitor overview screen with cpu, memory, temperature, cooling, power, network, and storage cards

## what it monitors @@ -42,13 +42,18 @@ it runs locally, needs no account, and is built native for apple silicon rather cpu, gpu, memory, battery, thermals, power draw, fan speeds, network, and disk. readings come from the apple smc and system apis, so the numbers match what the hardware actually reports.

- core-monitor thermals screen with cpu and gpu temperature cards and smc sensor detail + core-monitor memory screen with usage history and memory breakdown + core-monitor storage screen with used, purgeable, free, and total capacity

## fan control core-monitor can take over fan speeds through a small privileged helper, then hand control back to macos when you turn it off. you can set fixed speeds or build custom curves. the controls are explicit on purpose, since this touches cooling on a machine you care about. +

+ core-monitor cooling screen with fan speeds, cooling mode, and custom fan curve +

+ ## menu bar and touch bar - pick which readings sit in the menu bar and read them at a glance @@ -56,7 +61,8 @@ core-monitor can take over fan speeds through a small privileged helper, then ha - put live widgets on the touch bar if your mac has one

- core-monitor menu bar panel with quick system stats and smc status + core-monitor network menu bar panel + core-monitor thermal menu bar panel

## how it compares diff --git a/docs/images/ui/cooling-v16.png b/docs/images/ui/cooling-v16.png new file mode 100644 index 00000000..fb46cc39 Binary files /dev/null and b/docs/images/ui/cooling-v16.png differ diff --git a/docs/images/ui/memory-v16.png b/docs/images/ui/memory-v16.png new file mode 100644 index 00000000..f5ee72fa Binary files /dev/null and b/docs/images/ui/memory-v16.png differ diff --git a/docs/images/ui/menu-network-v16.png b/docs/images/ui/menu-network-v16.png new file mode 100644 index 00000000..6aac61fd Binary files /dev/null and b/docs/images/ui/menu-network-v16.png differ diff --git a/docs/images/ui/menu-thermal-v16.png b/docs/images/ui/menu-thermal-v16.png new file mode 100644 index 00000000..54ad13fc Binary files /dev/null and b/docs/images/ui/menu-thermal-v16.png differ diff --git a/docs/images/ui/overview-v16.png b/docs/images/ui/overview-v16.png new file mode 100644 index 00000000..e9b86895 Binary files /dev/null and b/docs/images/ui/overview-v16.png differ diff --git a/docs/images/ui/storage-v16.png b/docs/images/ui/storage-v16.png new file mode 100644 index 00000000..0d5509b8 Binary files /dev/null and b/docs/images/ui/storage-v16.png differ