-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy.html
More file actions
189 lines (182 loc) · 12.9 KB
/
Copy pathprivacy.html
File metadata and controls
189 lines (182 loc) · 12.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="msvalidate.01" content="8738943710B70112309DBE6476B55A91" >
<meta name="robots" content="index, follow">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="referrer" content="strict-origin-when-cross-origin">
<meta name="keywords" content="privacy focused operating system, no telemetry Linux, secure OS, private Linux distro, privacy OS, no tracking operating system">
<title>Privacy-Focused Linux Distro – No Telemetry, No Tracking | AcreetionOS</title>
<meta name="description" content="AcreetionOS is a privacy-focused Linux distribution with zero telemetry, no data collection, and no tracking. Free download.">
<link rel="canonical" href="https://acreetionos.org/privacy.html">
<link rel="alternate" type="application/atom+xml" title="AcreetionOS News" href="https://acreetionos.org/feed.xml" >
<meta property="og:type" content="website">
<meta property="og:url" content="https://acreetionos.org/privacy.html">
<meta property="og:title" content="Privacy-Focused Linux Distro – No Telemetry | AcreetionOS">
<meta property="og:description" content="AcreetionOS is a privacy-focused Linux distribution with zero telemetry and no tracking. Based on Arch Linux. Free.">
<meta property="og:image" content="https://acreetionos.org/og-image.png">
<meta property="og:site_name" content="AcreetionOS">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Privacy-Focused Linux Distro – No Telemetry | AcreetionOS">
<meta name="twitter:description" content="AcreetionOS is a privacy-focused Linux distribution with zero telemetry and no tracking. Based on Arch Linux. Free.">
<meta name="twitter:image" content="https://acreetionos.org/og-image.png">
<link rel="icon" type="image/webp" href="acreetionoslogo.webp">
<link rel="preconnect" href="https://fonts.googleapis.com" crossorigin>
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="sidebar.css?v=20260825" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="sidebar.css?v=20260825"></noscript>
<link rel="preload" href="vendor/icons/icons-subset.woff2?v=2" as="font" type="font/woff2" crossorigin>
<link rel="stylesheet" href="vendor/icons/icons-subset.css?v=20260825" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="vendor/icons/icons-subset.css?v=20260825"></noscript>
<style>
#hamburger{position:absolute;top:6px;right:14px;z-index:1001;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;background:none;border:none;width:36px;height:36px;padding:4px}#hamburger span{display:block;width:22px;height:2px;background:var(--acreetion-text-bright,#e5e5e5);border-radius:2px}#sidebar{position:fixed;visibility:hidden}#sidebar-overlay{position:fixed;display:none}.main-nav{display:none}:root{--green:#2ecc71;--bg:#121212;--panel:#1a1a1a;--border:#333;--text:#b2b2b2;--text-bright:#e5e5e5;--font-sans:'Roboto',sans-serif;--font-mono:'Fira Code',monospace}
html{touch-action:manipulation}input,textarea,select{font-size:16px}
*{box-sizing:border-box;margin:0;padding:0}
body{font-family:var(--font-sans);background:var(--bg);color:var(--text-bright);line-height:1.6}
.wrap{max-width:800px;margin:2rem auto;padding:0 1.5rem}
.hero{text-align:center;padding:2.5rem 1rem 1.5rem}
.hero h1{font-size:2rem;font-weight:800;color:var(--text-bright);margin-bottom:.5rem;line-height:1.2}
.hero h1 span{color:var(--green)}
.hero p{color:var(--text);font-size:1.05rem;max-width:620px;margin:0 auto;line-height:1.7}
.cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin:2rem 0}
.cta .btn{background:var(--green);color:#000;padding:.9rem 2rem;border-radius:10px;font-size:1.05rem;font-weight:700;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;transition:transform.15s}
.cta .btn:hover{transform:translateY(-2px)}
.cta .btn-outline{background:transparent;color:var(--green);border:2px solid var(--green)}
.principle{margin:1.5rem 0;padding:1.25rem;background:var(--panel);border:1px solid var(--border);border-radius:12px}
.principle h3{color:var(--green);font-size:1.05rem;margin-bottom:.4rem}
.principle h3 i{margin-right:.5rem}
.principle p{color:var(--text);font-size:.9rem;line-height:1.6;margin:0}
.faq-item{margin-bottom:.75rem;border:1px solid var(--border);border-radius:8px;overflow:hidden}
.faq-q{padding:.8rem 1rem;background:var(--panel);color:var(--text-bright);font-weight:600;font-size:.9rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center}
.faq-q:hover{color:var(--green)}
.faq-q .arrow{transition:transform.2s;font-size:.7rem}
.faq-q.open .arrow{transform:rotate(180deg)}
.faq-a{padding:0 1rem;max-height:0;overflow:hidden;transition:max-height.3s ease,padding.3s ease}
.faq-a.open{max-height:300px;padding:.75rem 1rem}
.faq-a p{color:var(--text);font-size:.85rem;line-height:1.6;margin:0}
.faq-a a{color:var(--green)}
.footer{text-align:center;padding:2rem;margin-top:3rem;border-top:1px solid var(--border);color:#999;font-size:.85rem}
.footer a{color:var(--green)}
@media(max-width:600px){.hero h1{font-size:1.5rem}}
</style>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "FAQPage",
"@id": "https://acreetionos.org/privacy.html#faq",
"mainEntity": [
{"@type":"Question","name":"Does AcreetionOS collect telemetry?","acceptedAnswer":{"@type":"Answer","text":"No, AcreetionOS has absolutely zero telemetry. No data collection, no usage statistics, no crash reporting, no tracking. Ever."}},
{"@type":"Question","name":"Is AcreetionOS really free?","acceptedAnswer":{"@type":"Answer","text":"Yes, AcreetionOS is completely free and open source under the GPL v3 license. No paid tiers, no enterprise licenses, no ads."}},
{"@type":"Question","name":"What makes AcreetionOS different from Ubuntu?","acceptedAnswer":{"@type":"Answer","text":"Ubuntu includes telemetry and pushes Snap packages with proprietary backends. AcreetionOS has no telemetry, no forced Snap, and uses native packages from Arch Linux repositories."}},
{"@type":"Question","name":"Who controls AcreetionOS?","acceptedAnswer":{"@type":"Answer","text":"AcreetionOS is an independent, volunteer-run project. We answer to our users, not shareholders. No corporate sponsors, no VC funding, no outside influence."}}
]
},
{
"@type": "BreadcrumbList",
"@id": "https://acreetionos.org/privacy.html#breadcrumb",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "Home",
"item": "https://acreetionos.org/"
},
{
"@type": "ListItem",
"position": 2,
"name": "Privacy Policy",
"item": "https://acreetionos.org/privacy.html"
}
]
}
]
}
</script>
</head>
<body>
<div id="page-wrap">
<div id="page-scale">
<header class="page-header">
<div class="header-content">
<a href="index.html" class="logo">
<img src="logo.webp" alt="AcreetionOS" class="logo-img" width="40" height="40">
<span class="logo-text">Acreetion <span>OS</span></span>
</a>
<nav class="main-nav">
<a href="index.html">Home</a>
<a href="flash.html">Downloads</a>
</nav>
</div>
</header>
<div class="wrap">
<div class="hero">
<h1>The <span>Privacy-Focused</span> Operating System</h1>
<p>Your data belongs to you. AcreetionOS is designed with privacy as a core principle — zero telemetry, no data collection, no tracking, no corporate surveillance. An independent Linux distribution that respects your digital sovereignty.</p>
<div class="cta">
<a href="flash.html" class="btn"><i class="bi bi-download"></i> Download AcreetionOS</a>
<a href="compare.html" class="btn btn-outline">See How We Compare</a>
</div>
</div>
<div class="principle">
<h3><i class="bi bi-shield-check"></i>Zero Telemetry</h3>
<p>AcreetionOS collects nothing. No hardware IDs, no usage statistics, no crash reports, no browsing data. Unlike Windows, macOS, and many Linux distributions, we believe your computer usage is none of our business. What you do on your machine stays on your machine.</p>
</div>
<div class="principle">
<h3><i class="bi bi-box-seam"></i>Repository Sovereignty</h3>
<p>We maintain our own curated repositories. Every package is tested and verified before reaching users. No blind bundling, no untrusted sources, no corporate-controlled package repositories pushing unwanted software.</p>
</div>
<div class="principle">
<h3><i class="bi bi-people"></i>Independent & Community-Owned</h3>
<p>AcreetionOS is a volunteer-run project funded out of our own pockets. No VC money, no shareholders, no board. We answer to our users, not to investors. This financial independence guarantees that no outside entity can exert influence over the project's direction.</p>
</div>
<div class="principle">
<h3><i class="bi bi-shield"></i>No Accounts Required</h3>
<p>Windows requires a Microsoft account. macOS ties you to an Apple ID. AcreetionOS requires nothing. Download, install, and use without ever creating an account or providing personal information. Your system is yours alone.</p>
</div>
<div class="principle">
<h3><i class="bi bi-x-circle"></i>No Snap, No Flatpak Push</h3>
<p>Unlike Ubuntu and Fedora, we don't force Snap or Flatpak on you. Use native Arch packages and the AUR. Package formats are your choice, not our mandate.</p>
</div>
<div style="margin:2rem 0">
<h2 style="color:var(--green);font-size:1.2rem;margin-bottom:1rem;text-align:center;font-family:var(--font-mono)">Frequently Asked Questions</h2>
<div class="faq-item">
<div class="faq-q">Does AcreetionOS collect telemetry?<span class="arrow">▼</span></div>
<div class="faq-a"><p>No. AcreetionOS has absolutely zero telemetry. No data collection, no usage statistics, no crash reporting, no tracking. We don't want your data.</p></div>
</div>
<div class="faq-item">
<div class="faq-q">Is AcreetionOS really free?<span class="arrow">▼</span></div>
<div class="faq-a"><p>Completely free and open source under the GPL v3 license. No paid tiers, no enterprise editions, no ads. Just free software that respects your freedom.</p></div>
</div>
<div class="faq-item">
<div class="faq-q">How is this different from Windows or macOS?<span class="arrow">▼</span></div>
<div class="faq-a"><p>Windows 11 collects extensive telemetry, requires a Microsoft account, and serves ads in the OS. macOS ties you to the Apple ecosystem. AcreetionOS has no telemetry, no accounts, no ads, and no ecosystem lock-in. See our <a href="compare.html">comparison page</a> for details.</p></div>
</div>
<div class="faq-item">
<div class="faq-q">What about Ubuntu or Linux Mint?<span class="arrow">▼</span></div>
<div class="faq-a"><p>Ubuntu includes telemetry and pushes Snap packages aggressively. Linux Mint avoids this but uses Ubuntu's point-release model. AcreetionOS uses Arch Linux's rolling release with zero telemetry and no forced package formats.</p></div>
</div>
</div>
<div class="section" style="text-align:center;padding:2rem 0">
<h2 style="color:var(--text-bright);margin-bottom:.75rem;font-size:1.2rem">Your Privacy Is Not a Feature. It's a Right.</h2>
<p style="color:var(--text);font-size:.9rem;margin-bottom:1.5rem;max-width:500px;margin:0 auto 1.5rem">Download AcreetionOS today and take back control of your computing experience. No data collection. No corporate agenda. Just you and your computer.</p>
<a href="flash.html" class="btn" style="background:var(--green);color:#000;padding:.9rem 2rem;border-radius:10px;font-weight:700;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem"><i class="bi bi-download"></i> Download Free ISO</a>
</div>
</div>
<script src="scale-page.js?v=20260824" defer></script>
<script src="sidebar.js?v=20260825" defer></script>
</div>
</div>
<script>
document.querySelectorAll('.faq-q').forEach(function(btn) {
btn.addEventListener('click', function() {
this.classList.toggle('open');
this.nextElementSibling.classList.toggle('open');
});
});
</script>
<script src="footer.js?v=20260825" defer></script>
<script src="vendor/instantpage.min.js?v=20260825" type="module" defer></script>
<script src="tor-badge.js?v=20260825" defer></script>
</body>
</html>