Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions Mac-App-Store/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@
<h1>Core-Monitor</h1>
<p class="hero-lead">Sandboxed, read-only system monitoring for modern Macs, optimized for Apple silicon.</p>
<div class="hero-actions">
<a class="button primary" href="#scope">See App Store Scope</a>
<a class="button primary" href="https://apps.apple.com/us/app/core-monitor/id6762558526?mt=12" target="_blank" rel="noopener">Download on the App Store</a>
<a class="button secondary" href="#scope">See App Store Scope</a>
<a class="button secondary" href="support/">Support</a>
<a class="button secondary" href="privacy/">Privacy Policy</a>
</div>
Expand Down Expand Up @@ -137,7 +138,7 @@ <h3>Not in this edition</h3>
<div class="closing-actions">
<a class="button secondary" href="support/">Support</a>
<a class="button secondary" href="privacy/">Privacy Policy</a>
<a class="button primary" href="#scope">Review App Store Scope</a>
<a class="button primary" href="https://apps.apple.com/us/app/core-monitor/id6762558526?mt=12" target="_blank" rel="noopener">Download on the App Store</a>
</div>
</section>
</main>
Expand Down
4 changes: 3 additions & 1 deletion Mac-App-Store/privacy/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
</a>
<div class="header-actions">
<a class="back-link" href="../support/">Support</a>
<a class="back-link" href="https://apps.apple.com/us/app/core-monitor/id6762558526?mt=12" target="_blank" rel="noopener">Download</a>
<a class="back-link" href="../">App Store page</a>
</div>
</header>
Expand All @@ -51,7 +52,8 @@ <h1>Keep monitoring local.</h1>
<p class="hero-lead">Core-Monitor for the Mac App Store does not require an account, run analytics SDKs, or build remote profiles.</p>
<p class="policy-meta">Effective April 20, 2026. This policy applies to the Mac App Store edition of Core-Monitor.</p>
<div class="hero-actions">
<a class="button primary" href="../">Back to App Store page</a>
<a class="button primary" href="https://apps.apple.com/us/app/core-monitor/id6762558526?mt=12" target="_blank" rel="noopener">Download on the App Store</a>
<a class="button secondary" href="../">App Store page</a>
<a class="button secondary" href="../support/">Support</a>
</div>
</div>
Expand Down
2 changes: 2 additions & 0 deletions Mac-App-Store/support/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
</a>
<div class="header-actions">
<a class="back-link" href="../privacy/">Privacy Policy</a>
<a class="back-link" href="https://apps.apple.com/us/app/core-monitor/id6762558526?mt=12" target="_blank" rel="noopener">Download</a>
<a class="back-link" href="../">App Store page</a>
</div>
</header>
Expand All @@ -53,6 +54,7 @@ <h1>Core-Monitor support.</h1>
<div class="hero-actions">
<a class="button primary" href="mailto:coremonitor.app@gmail.com">Email Support</a>
<a class="button secondary" href="../privacy/">Privacy Policy</a>
<a class="button secondary" href="https://apps.apple.com/us/app/core-monitor/id6762558526?mt=12" target="_blank" rel="noopener">Download on App Store</a>
<a class="button secondary" href="../">App Store page</a>
</div>
</div>
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ It is written in Swift and built around `host_statistics`, `IOKit`, and `IOPSCop

Public builds are available through GitHub Releases as a signed DMG for standard installs and a signed ZIP for archive-friendly installs.

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.
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.

## Why people choose Core-Monitor

Expand All @@ -67,6 +67,7 @@ Choose Core-Monitor when you want:

Direct download:

- 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.
- Download [Core-Monitor.dmg](https://github.com/offyotto/Core-Monitor/releases/latest/download/Core-Monitor.dmg) for the normal drag-to-Applications install.
- Open the disk image, drag `Core-Monitor.app` into `/Applications`, then eject the disk image.
- 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.
Expand Down Expand Up @@ -322,7 +323,7 @@ Open the project in Xcode, select the `Core-Monitor` scheme, and build. The `smc
- macOS 12 or later
- Apple Silicon is the primary target; Intel Macs are not part of the current test path
- Fan control requires macOS 13+ (XPC with code-signing requirements)
- Core-Monitor is not available on the Mac App Store
- A separate sandboxed App Store build is available: https://apps.apple.com/us/app/core-monitor/id6762558526?mt=12

## Privacy

Expand Down
Loading