You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Mac-App-Store/index.html
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,8 @@
50
50
<h1>Core-Monitor</h1>
51
51
<pclass="hero-lead">Sandboxed, read-only system monitoring for modern Macs, optimized for Apple silicon.</p>
52
52
<divclass="hero-actions">
53
-
<aclass="button primary" href="#scope">See App Store Scope</a>
53
+
<aclass="button primary" href="https://apps.apple.com/us/app/core-monitor/id6762558526?mt=12" target="_blank" rel="noopener">Download on the App Store</a>
54
+
<aclass="button secondary" href="#scope">See App Store Scope</a>
<aclass="button primary" href="#scope">Review App Store Scope</a>
141
+
<aclass="button primary" href="https://apps.apple.com/us/app/core-monitor/id6762558526?mt=12" target="_blank" rel="noopener">Download on the App Store</a>
<pclass="hero-lead">Core-Monitor for the Mac App Store does not require an account, run analytics SDKs, or build remote profiles.</p>
52
53
<pclass="policy-meta">Effective April 20, 2026. This policy applies to the Mac App Store edition of Core-Monitor.</p>
53
54
<divclass="hero-actions">
54
-
<aclass="button primary" href="../">Back to App Store page</a>
55
+
<aclass="button primary" href="https://apps.apple.com/us/app/core-monitor/id6762558526?mt=12" target="_blank" rel="noopener">Download on the App Store</a>
56
+
<aclass="button secondary" href="../">App Store page</a>
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ It is written in Swift and built around `host_statistics`, `IOKit`, and `IOPSCop
43
43
44
44
Public builds are available through GitHub Releases as a signed DMG for standard installs and a signed ZIP for archive-friendly installs.
45
45
46
-
There is also a separate Core-Monitor Mac App Store edition. That variant is sandboxed and intentionally different: it keeps read-only monitoring features that fit App Store rules, and excludes the helper, fan control, AppleSMC access, private-framework paths, and other elevated or non-App-Store behavior.
46
+
There is also a separate Core-Monitor Mac App Store edition: https://apps.apple.com/us/app/core-monitor/id6762558526?mt=12. That variant is sandboxed and intentionally different: it keeps read-only monitoring features that fit App Store rules, and excludes the helper, fan control, AppleSMC access, private-framework paths, and other elevated or non-App-Store behavior.
47
47
48
48
## Why people choose Core-Monitor
49
49
@@ -67,6 +67,7 @@ Choose Core-Monitor when you want:
67
67
68
68
Direct download:
69
69
70
+
- Download from the [Mac App Store](https://apps.apple.com/us/app/core-monitor/id6762558526?mt=12) if you want the sandboxed App Store edition.
70
71
- Download [Core-Monitor.dmg](https://github.com/offyotto/Core-Monitor/releases/latest/download/Core-Monitor.dmg) for the normal drag-to-Applications install.
71
72
- Open the disk image, drag `Core-Monitor.app` into `/Applications`, then eject the disk image.
72
73
- Download [Core-Monitor.app.zip](https://github.com/offyotto/Core-Monitor/releases/latest/download/Core-Monitor.app.zip) if you prefer the raw app archive.
@@ -322,7 +323,7 @@ Open the project in Xcode, select the `Core-Monitor` scheme, and build. The `smc
322
323
- macOS 12 or later
323
324
- Apple Silicon is the primary target; Intel Macs are not part of the current test path
324
325
- Fan control requires macOS 13+ (XPC with code-signing requirements)
325
-
-Core-Monitor is not available on the Mac App Store
326
+
-A separate sandboxed App Store build is available: https://apps.apple.com/us/app/core-monitor/id6762558526?mt=12
0 commit comments