Skip to content

Commit 0dc4dfa

Browse files
authored
Merge pull request #22 from offyotto/codex/fix-issues-and-add-app-store-link
Add Mac App Store download links and clarify README App Store messaging
2 parents 3c4ccc9 + fe8d880 commit 0dc4dfa

4 files changed

Lines changed: 11 additions & 5 deletions

File tree

Mac-App-Store/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@
5050
<h1>Core-Monitor</h1>
5151
<p class="hero-lead">Sandboxed, read-only system monitoring for modern Macs, optimized for Apple silicon.</p>
5252
<div class="hero-actions">
53-
<a class="button primary" href="#scope">See App Store Scope</a>
53+
<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>
54+
<a class="button secondary" href="#scope">See App Store Scope</a>
5455
<a class="button secondary" href="support/">Support</a>
5556
<a class="button secondary" href="privacy/">Privacy Policy</a>
5657
</div>
@@ -137,7 +138,7 @@ <h3>Not in this edition</h3>
137138
<div class="closing-actions">
138139
<a class="button secondary" href="support/">Support</a>
139140
<a class="button secondary" href="privacy/">Privacy Policy</a>
140-
<a class="button primary" href="#scope">Review App Store Scope</a>
141+
<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>
141142
</div>
142143
</section>
143144
</main>

Mac-App-Store/privacy/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
</a>
4040
<div class="header-actions">
4141
<a class="back-link" href="../support/">Support</a>
42+
<a class="back-link" href="https://apps.apple.com/us/app/core-monitor/id6762558526?mt=12" target="_blank" rel="noopener">Download</a>
4243
<a class="back-link" href="../">App Store page</a>
4344
</div>
4445
</header>
@@ -51,7 +52,8 @@ <h1>Keep monitoring local.</h1>
5152
<p class="hero-lead">Core-Monitor for the Mac App Store does not require an account, run analytics SDKs, or build remote profiles.</p>
5253
<p class="policy-meta">Effective April 20, 2026. This policy applies to the Mac App Store edition of Core-Monitor.</p>
5354
<div class="hero-actions">
54-
<a class="button primary" href="../">Back to App Store page</a>
55+
<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>
56+
<a class="button secondary" href="../">App Store page</a>
5557
<a class="button secondary" href="../support/">Support</a>
5658
</div>
5759
</div>

Mac-App-Store/support/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
</a>
4040
<div class="header-actions">
4141
<a class="back-link" href="../privacy/">Privacy Policy</a>
42+
<a class="back-link" href="https://apps.apple.com/us/app/core-monitor/id6762558526?mt=12" target="_blank" rel="noopener">Download</a>
4243
<a class="back-link" href="../">App Store page</a>
4344
</div>
4445
</header>
@@ -53,6 +54,7 @@ <h1>Core-Monitor support.</h1>
5354
<div class="hero-actions">
5455
<a class="button primary" href="mailto:coremonitor.app@gmail.com">Email Support</a>
5556
<a class="button secondary" href="../privacy/">Privacy Policy</a>
57+
<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>
5658
<a class="button secondary" href="../">App Store page</a>
5759
</div>
5860
</div>

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ It is written in Swift and built around `host_statistics`, `IOKit`, and `IOPSCop
4343

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

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

4848
## Why people choose Core-Monitor
4949

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

6868
Direct download:
6969

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.
7071
- Download [Core-Monitor.dmg](https://github.com/offyotto/Core-Monitor/releases/latest/download/Core-Monitor.dmg) for the normal drag-to-Applications install.
7172
- Open the disk image, drag `Core-Monitor.app` into `/Applications`, then eject the disk image.
7273
- 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
322323
- macOS 12 or later
323324
- Apple Silicon is the primary target; Intel Macs are not part of the current test path
324325
- 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
326327

327328
## Privacy
328329

0 commit comments

Comments
 (0)