Skip to content

Commit cf88bd1

Browse files
committed
Add privacy section to website and README
1 parent 7c7835b commit cf88bd1

3 files changed

Lines changed: 68 additions & 0 deletions

File tree

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,22 @@ This repository currently targets direct distribution and local builds. Some fea
5757
- Touch Bar widgets and utility views
5858
- Native SwiftUI/AppKit macOS app
5959

60+
## Privacy
61+
62+
Core-Monitor is built with a simple position: privacy is a fundamental human right.
63+
64+
This project is open source so the code can be inspected directly. That matters for a system utility that reads hardware state, surfaces sensor data, and can optionally talk to a privileged helper for fan control.
65+
66+
Privacy expectations for the project:
67+
68+
- No telemetry
69+
- No analytics
70+
- No ad tech
71+
- No account requirement
72+
- No subscription gate for the core utility
73+
74+
Core-Monitor is designed to run locally on your Mac and focus on monitoring, menu bar stats, Touch Bar tools, benchmarking, and fan control without collecting usage data about you.
75+
6076
## Installation
6177

6278
### Download

docs/index.html

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
<a href="#features">Features</a>
2929
<a href="#screens">Screens</a>
3030
<a href="#install">Install</a>
31+
<a href="#privacy">Privacy</a>
3132
</nav>
3233
<a class="nav-download" href="https://github.com/offyotto-sl3/Core-Monitor/releases/latest">Download Latest</a>
3334
</header>
@@ -151,6 +152,31 @@ <h3>Native Swift UI</h3>
151152
</div>
152153
</section>
153154

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+
154180
<section class="details" id="install-details">
155181
<div class="section-heading">
156182
<p class="eyebrow">First-run checklist</p>

index.html

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
<a href="#features">Features</a>
2929
<a href="#screens">Screens</a>
3030
<a href="#install">Install</a>
31+
<a href="#privacy">Privacy</a>
3132
</nav>
3233
<a class="nav-download" href="https://github.com/offyotto-sl3/Core-Monitor/releases/latest">Download Latest</a>
3334
</header>
@@ -151,6 +152,31 @@ <h3>Native Swift UI</h3>
151152
</div>
152153
</section>
153154

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+
154180
<section class="details" id="install-details">
155181
<div class="section-heading">
156182
<p class="eyebrow">First-run checklist</p>

0 commit comments

Comments
 (0)