|
28 | 28 | <a href="#features">Features</a> |
29 | 29 | <a href="#screens">Screens</a> |
30 | 30 | <a href="#install">Install</a> |
| 31 | + <a href="#privacy">Privacy</a> |
31 | 32 | </nav> |
32 | 33 | <a class="nav-download" href="https://github.com/offyotto-sl3/Core-Monitor/releases/latest">Download Latest</a> |
33 | 34 | </header> |
@@ -151,6 +152,31 @@ <h3>Native Swift UI</h3> |
151 | 152 | </div> |
152 | 153 | </section> |
153 | 154 |
|
| 155 | + <section class="privacy-band" id="privacy"> |
| 156 | + <div class="section-heading"> |
| 157 | + <p class="eyebrow">Privacy</p> |
| 158 | + <h2>Built with a simple privacy position: your Mac is yours.</h2> |
| 159 | + </div> |
| 160 | + <div class="feature-grid privacy-grid"> |
| 161 | + <article class="feature-card"> |
| 162 | + <h3>Privacy is a fundamental human right</h3> |
| 163 | + <p>Core-Monitor is built around the idea that system utilities should help you understand your computer, not inspect you in return. The app is meant to stay useful without asking for personal data, cloud accounts, or behavioral tracking.</p> |
| 164 | + </article> |
| 165 | + <article class="feature-card"> |
| 166 | + <h3>Open source by default</h3> |
| 167 | + <p>The code is published in the open so anyone can inspect how the app works, what it talks to, and what it does not do. That visibility matters when a tool is reading hardware state and interacting with low-level macOS services.</p> |
| 168 | + </article> |
| 169 | + <article class="feature-card"> |
| 170 | + <h3>No telemetry, no analytics, no data collection</h3> |
| 171 | + <p>Core-Monitor does not ship with analytics, ad tech, or account-based tracking. The app runs locally on your Mac and focuses on hardware monitoring, fan control, Touch Bar tools, and menu bar stats without building a profile about you.</p> |
| 172 | + </article> |
| 173 | + <article class="feature-card"> |
| 174 | + <h3>No subscription wall</h3> |
| 175 | + <p>You do not need to hand over an email address or subscribe to unlock core functionality. The goal is a proper native utility that respects the machine it runs on and the person using it.</p> |
| 176 | + </article> |
| 177 | + </div> |
| 178 | + </section> |
| 179 | + |
154 | 180 | <section class="details" id="install-details"> |
155 | 181 | <div class="section-heading"> |
156 | 182 | <p class="eyebrow">First-run checklist</p> |
|
0 commit comments