Skip to content

Commit 58a3789

Browse files
committed
Restore README header
1 parent 76d1231 commit 58a3789

1 file changed

Lines changed: 66 additions & 5 deletions

File tree

README.md

Lines changed: 66 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,75 @@
1-
# Core-Monitor
1+
<p align="center">
2+
<img src="./Core-Monitor/Assets.xcassets/AppIcon.appiconset/icon-512.png" alt="Core-Monitor icon" width="180">
3+
</p>
24

3-
Core-Monitor is a native Apple Silicon system monitor for macOS.
5+
<h1 align="center">Core-Monitor</h1>
46

5-
## Overview
7+
<p align="center">
8+
A native Apple Silicon system monitor for macOS.
9+
</p>
610

7-
Core-Monitor shows local system information in the menu bar, dashboard, and Touch Bar on supported Macs. It focuses on CPU, GPU, memory, battery, thermal, power, and fan status.
11+
<p align="center">
12+
<a href="https://apps.apple.com/us/app/core-monitor/id6762558526?mt=12">
13+
<img src="https://developer.apple.com/assets/elements/badges/download-on-the-app-store.svg" alt="Download on the App Store" width="200">
14+
</a>
15+
</p>
16+
17+
<p align="center">
18+
<a href="https://github.com/offyotto/Core-Monitor/releases/latest">
19+
<img src="https://img.shields.io/badge/Download-Latest%20Release-2ea44f?style=for-the-badge" alt="Download latest release">
20+
</a>
21+
</p>
22+
23+
<p align="center">
24+
<a href="https://github.com/offyotto/Core-Monitor/releases/latest">Latest release</a>
25+
·
26+
<a href="https://github.com/offyotto/Core-Monitor/releases">All releases</a>
27+
·
28+
<a href="./LICENSE">License</a>
29+
</p>
30+
31+
<p align="center">
32+
<a href="https://offyotto.github.io/Core-Monitor/">
33+
<img src="https://img.shields.io/badge/Website-Core--Monitor-8A2BE2?style=flat" alt="Website">
34+
</a>
35+
<a href="https://github.com/offyotto/Core-Monitor/releases/latest">
36+
<img src="https://img.shields.io/badge/Download-latest-brightgreen?style=flat" alt="Download latest">
37+
</a>
38+
<a href="./LICENSE">
39+
<img src="https://img.shields.io/badge/License-GPL--3.0-blue?style=flat" alt="GPL-3.0 license">
40+
</a>
41+
<img src="https://img.shields.io/badge/macOS-13%2B-black?style=flat&logo=apple" alt="macOS 13+">
42+
</p>
43+
44+
---
45+
46+
Core-Monitor reads sensor data from the Apple SMC and standard macOS system APIs, then presents it in the menu bar, dashboard, and, on supported hardware, the Touch Bar.
47+
48+
Public builds are available through GitHub Releases and the Mac App Store.
849

950
## Install
1051

11-
Use the Mac App Store listing or the latest GitHub release.
52+
- Download from the Mac App Store.
53+
- Download the latest release from GitHub.
54+
- Build from source using Xcode.
55+
56+
## UI Preview
57+
58+
<p align="center">
59+
<img src="./docs/images/ui/overview-2026.png" alt="Core-Monitor overview screen showing CPU, memory, temperature, and power cards." width="900">
60+
</p>
61+
62+
<p align="center">
63+
<img src="./docs/images/ui/thermals-2026.png" alt="Core-Monitor thermals screen showing CPU and GPU temperature cards with SMC sensor details." width="900">
64+
</p>
65+
66+
<p align="center">
67+
<img src="./docs/images/ui/menu-bar-2026.png" alt="Core-Monitor menu bar panel showing quick system summary stats and SMC status." width="520">
68+
</p>
69+
70+
## What it monitors
71+
72+
CPU, GPU, memory, battery, thermals, power draw, fan status, and readable sensor data.
1273

1374
## Privacy
1475

0 commit comments

Comments
 (0)