-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcommunity-reviews.html
More file actions
205 lines (197 loc) · 15 KB
/
Copy pathcommunity-reviews.html
File metadata and controls
205 lines (197 loc) · 15 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
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
<!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="AcreetionOS reviews, Linux distro review, Arch Linux review, Cinnamon desktop review">
<title>Community Reviews – AcreetionOS Linux</title>
<meta name="description" content="Watch community reviews of AcreetionOS. See first looks, deep dives, and performance benchmarks from Linux content creators.">
<link rel="canonical" href="https://acreetionos.org/community-reviews.html">
<link rel="alternate" type="application/atom+xml" title="AcreetionOS News" href="https://acreetionos.org/feed.xml" >
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": ["WebPage", "CollectionPage"],
"@id": "https://acreetionos.org/community-reviews.html",
"name": "Community Reviews – AcreetionOS Linux",
"description": "Community reviews of AcreetionOS — first looks, deep dives, and performance benchmarks from Linux content creators.",
"url": "https://acreetionos.org/community-reviews.html",
"isPartOf": { "@id": "https://acreetionos.org/#website" },
"inLanguage": "en",
"publisher": { "@id": "https://acreetionos.org/#organization" },
"breadcrumb": {
"@type": "BreadcrumbList",
"itemListElement": [
{ "@type": "ListItem", "position": 1, "name": "Home", "item": "https://acreetionos.org/" },
{ "@type": "ListItem", "position": 2, "name": "Community Reviews", "item": "https://acreetionos.org/community-reviews.html" }
]
}
}
</script>
<meta property="og:type" content="website">
<meta property="og:url" content="https://acreetionos.org/community-reviews.html">
<meta property="og:title" content="Community Reviews – AcreetionOS">
<meta property="og:description" content="Watch community reviews and first looks of AcreetionOS from Linux content creators.">
<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="Community Reviews – AcreetionOS">
<meta name="twitter:description" content="Watch community reviews of AcreetionOS from Linux content creators.">
<meta name="twitter:image" content="https://acreetionos.org/og-image.png">
<link rel="icon" type="image/webp" href="acreetionoslogo.webp">
<link rel="stylesheet" href="sidebar.css?v=20260825" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="sidebar.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:900px;margin:2rem auto;padding:0 1.5rem}
.hero{text-align:center;padding:2rem 1rem}
.hero h1{font-size:2rem;font-weight:800;margin-bottom:.5rem}
.hero h1 span{color:var(--green)}
.hero p{color:var(--text);font-size:1rem;max-width:550px;margin:0 auto;line-height:1.7}
.notice{background:rgba(46,204,113,.08);border:1px solid rgba(46,204,113,.25);border-radius:12px;padding:1rem 1.1rem;margin:1rem 0 1.5rem;color:var(--text)}
.notice strong{color:var(--text-bright)}
.review-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;margin:1.5rem 0 2rem}
.review-card{background:var(--panel);border:1px solid var(--border);border-radius:14px;padding:1.1rem;display:flex;flex-direction:column;gap:.65rem}
.review-card h2{font-size:1.02rem;line-height:1.35}
.review-card p{color:var(--text);font-size:.9rem}
.meta{font-size:.82rem;color:#999}
.links{display:flex;gap:.65rem;flex-wrap:wrap;margin-top:.2rem}
.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.55rem .9rem;border-radius:8px;text-decoration:none;font-weight:700;font-size:.88rem}
.btn.primary{background:var(--green);color:#000}
.btn.secondary{background:transparent;color:var(--text);border:1px solid var(--border)}
.yt-icon{width:18px;height:18px;flex:0 0 18px;display:block}
.yt-icon path{fill:currentColor}
.verdict-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin:1.5rem 0}
.verdict-card{background:var(--panel);border:1px solid var(--border);border-radius:10px;padding:1.25rem;text-align:center}
.verdict-card .stat{font-size:1.6rem;font-weight:800;color:var(--green);font-family:var(--font-mono)}
.verdict-card .label{color:var(--text);font-size:.78rem;margin-top:.25rem}
.verdict-card .quote{color:var(--text);font-size:.82rem;font-style:italic;margin-top:.5rem;line-height:1.5;border-top:1px solid var(--border);padding-top:.5rem}
.copy-box{background:var(--panel);border:1px solid var(--border);border-radius:10px;padding:1rem;margin:1.5rem 0;display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}
.copy-box pre{flex:1;color:var(--text);font-size:.82rem;font-family:var(--font-mono);background:var(--bg);padding:.75rem;border-radius:6px;overflow-x:auto;white-space:pre-wrap;min-width:200px}
.copy-box button{padding:.5rem 1rem;background:var(--green);color:#000;border:none;border-radius:6px;font-weight:700;cursor:pointer;font-size:.82rem;white-space:nowrap;flex-shrink:0}
.copy-box button:hover{filter:brightness(1.1)}
.reviewer-badge{display:flex;align-items:center;gap:.4rem;margin-bottom:0}
.reviewer-badge img{width:28px;height:28px;border-radius:50%;object-fit:cover}
.reviewer-badge span{color:var(--text);font-size:.82rem}
.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>
</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>
<a href="https://wiki.acreetionos.org/">Wiki</a>
</nav>
</div>
</header>
<div class="wrap">
<div class="hero">
<h1><span>Community</span> Reviews</h1>
<p>See what Linux enthusiasts are saying about AcreetionOS. The review pages link to the original creator videos, and they explain why we are keeping this as a link hub instead of trying to mirror or host the content ourselves.</p>
</div>
<div class="notice"><strong>Disclaimer:</strong> AcreetionOS does not own, host, download, or control the videos listed here. YouTube keeps tightening the screws with obnoxious embed policy changes, and the public Invidious instances we tried are now slamming us with bot checks and breaking playback too. If that nonsense keeps up, we may run our own Invidious later, but for now these pages point to the original creator pages and the matching YouTube videos.</div>
<!-- Verdict cards -->
<div class="verdict-grid">
<div class="verdict-card"><div class="stat">~750MB</div><div class="label">Idle RAM (Cinnamon)</div><div class="quote">"Lightweight and responsive"</div></div>
<div class="verdict-card"><div class="stat">4.5/5</div><div class="label">Community Rating</div><div class="quote">"Arch made easy"</div></div>
<div class="verdict-card"><div class="stat">7-Day</div><div class="label">Stability Buffer</div><div class="quote">"Cutting edge without breakage"</div></div>
<div class="verdict-card"><div class="stat">10+</div><div class="label">Desktop Editions</div><div class="quote">"Something for everyone"</div></div>
</div>
<div class="review-grid">
<article class="review-card">
<div class="meta">Jack Keifer · xCvXtSuNHRw</div>
<h2>AcreetionOS Linux - A New Distro In Town - First Look</h2>
<p>A detailed first look at the custom Cinnamon layout, system settings, XLibre base, and the curated software selection.</p>
<div class="links">
<a class="btn primary" href="Reviews/xCvXtSuNHRw.html">Review page</a>
<a class="btn secondary" href="https://www.youtube.com/watch?v=xCvXtSuNHRw" target="_blank" rel="noopener noreferrer">
<svg class="yt-icon" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M23.5 6.2s-.2-1.5-.8-2.1c-.8-.9-1.8-.9-2.2-1C17.4 2.8 12 2.8 12 2.8h0s-5.4 0-8.5.3c-.4.1-1.4.1-2.2 1C.7 4.7.5 6.2.5 6.2S0 8 0 9.8v1.8c0 1.8.5 3.6.5 3.6s.2 1.5.8 2.1c.8.9 1.8.9 2.2 1 3.1.3 8.5.3 8.5.3s5.4 0 8.5-.3c.4-.1 1.4-.1 2.2-1 .6-.6.8-2.1.8-2.1s.5-1.8.5-3.6V9.8c0-1.8-.5-3.6-.5-3.6ZM9.7 13.6V7.8l5.7 2.9-5.7 2.9Z"/></svg>
YouTube
</a>
</div>
</article>
<article class="review-card">
<div class="meta">Jack Keifer · UUKP5SS9m9M</div>
<h2>AcreetionOS Cinnamon - First Look & Setting the Record Straight</h2>
<p>A walkthrough of the Cinnamon edition, including the desktop experience, customizations, and common questions.</p>
<div class="links">
<a class="btn primary" href="Reviews/UUKP5SS9m9M.html">Review page</a>
<a class="btn secondary" href="https://www.youtube.com/watch?v=UUKP5SS9m9M" target="_blank" rel="noopener noreferrer">
<svg class="yt-icon" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M23.5 6.2s-.2-1.5-.8-2.1c-.8-.9-1.8-.9-2.2-1C17.4 2.8 12 2.8 12 2.8h0s-5.4 0-8.5.3c-.4.1-1.4.1-2.2 1C.7 4.7.5 6.2.5 6.2S0 8 0 9.8v1.8c0 1.8.5 3.6.5 3.6s.2 1.5.8 2.1c.8.9 1.8.9 2.2 1 3.1.3 8.5.3 8.5.3s5.4 0 8.5-.3c.4-.1 1.4-.1 2.2-1 .6-.6.8-2.1.8-2.1s.5-1.8.5-3.6V9.8c0-1.8-.5-3.6-.5-3.6ZM9.7 13.6V7.8l5.7 2.9-5.7 2.9Z"/></svg>
YouTube
</a>
</div>
</article>
<article class="review-card">
<div class="meta">Linux Tech AI · DjYcoqAfz7w</div>
<h2>AcreetionOS Linux Review - First Look at This Unique Arch-Based Distro in 2026</h2>
<p>A comprehensive review covering the installer, desktop experience, and day-to-day usability.</p>
<div class="links">
<a class="btn primary" href="Reviews/DjYcoqAfz7w.html">Review page</a>
<a class="btn secondary" href="https://www.youtube.com/watch?v=DjYcoqAfz7w" target="_blank" rel="noopener noreferrer">
<svg class="yt-icon" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M23.5 6.2s-.2-1.5-.8-2.1c-.8-.9-1.8-.9-2.2-1C17.4 2.8 12 2.8 12 2.8h0s-5.4 0-8.5.3c-.4.1-1.4.1-2.2 1C.7 4.7.5 6.2.5 6.2S0 8 0 9.8v1.8c0 1.8.5 3.6.5 3.6s.2 1.5.8 2.1c.8.9 1.8.9 2.2 1 3.1.3 8.5.3 8.5.3s5.4 0 8.5-.3c.4-.1 1.4-.1 2.2-1 .6-.6.8-2.1.8-2.1s.5-1.8.5-3.6V9.8c0-1.8-.5-3.6-.5-3.6ZM9.7 13.6V7.8l5.7 2.9-5.7 2.9Z"/></svg>
YouTube
</a>
</div>
</article>
<article class="review-card">
<div class="meta">Erik Dubois · IRwD-U4uVPo</div>
<h2>EDU 118 - AcreetionOS 01 First Look — Arch Made Approachable</h2>
<p>An educational deep dive into the riced desktop, ATT support, and real-world workflow scenarios.</p>
<div class="links">
<a class="btn primary" href="Reviews/IRwD-U4uVPo.html">Review page</a>
<a class="btn secondary" href="https://www.youtube.com/watch?v=IRwD-U4uVPo" target="_blank" rel="noopener noreferrer">
<svg class="yt-icon" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M23.5 6.2s-.2-1.5-.8-2.1c-.8-.9-1.8-.9-2.2-1C17.4 2.8 12 2.8 12 2.8h0s-5.4 0-8.5.3c-.4.1-1.4.1-2.2 1C.7 4.7.5 6.2.5 6.2S0 8 0 9.8v1.8c0 1.8.5 3.6.5 3.6s.2 1.5.8 2.1c.8.9 1.8.9 2.2 1 3.1.3 8.5.3 8.5.3s5.4 0 8.5-.3c.4-.1 1.4-.1 2.2-1 .6-.6.8-2.1.8-2.1s.5-1.8.5-3.6V9.8c0-1.8-.5-3.6-.5-3.6ZM9.7 13.6V7.8l5.7 2.9-5.7 2.9Z"/></svg>
YouTube
</a>
</div>
</article>
</div>
<!-- Review Copy Block -->
<h2 style="color:var(--green);font-size:1.1rem;margin-bottom:.5rem">Share the Project</h2>
<p style="color:var(--text);font-size:.85rem;margin-bottom:.5rem">Copy this blurb to share AcreetionOS on forums, Reddit, or social media:</p>
<div class="copy-box">
<pre id="copy-text">"AcreetionOS is an Arch-based Linux distribution with a 7-day stability buffer, custom Cinnamon desktop, and zero telemetry. Review pages and source links are here: https://acreetionos.org/Reviews/"</pre>
<button onclick="copyShareText()" id="copy-btn">Copy</button>
</div>
<!-- CTA for creators -->
<div style="background:var(--panel);border:1px solid var(--green);border-radius:12px;padding:1.5rem;text-align:center;margin:2rem 0">
<h2 style="color:var(--green);font-size:1.1rem;margin-bottom:.5rem">Are You a Linux Content Creator?</h2>
<p style="color:var(--text);font-size:.88rem;max-width:500px;margin:0 auto 1rem">Review AcreetionOS and we'll feature your video here. Submit a pull request to our website repo with a link to the original YouTube video and we'll add it to the showcase. YouTube keeps changing the rules and public Invidious instances are bot-checking hard enough to break playback, so we may have to run our own Invidious later if that garbage continues.</p>
<a href="https://github.com/AcreetionOS-Code" style="display:inline-block;padding:.6rem 1.4rem;background:var(--green);color:#000;border-radius:8px;font-weight:700;text-decoration:none;font-size:.9rem">Submit Your Review</a>
</div>
</div>
<script src="scale-page.js?v=20260824" defer></script>
<script src="sidebar.js?v=20260825" defer></script>
</div>
</div>
<script>
function copyShareText() {
var text = document.getElementById('copy-text').textContent;
navigator.clipboard.writeText(text).then(function() {
var btn = document.getElementById('copy-btn');
btn.textContent = 'Copied!';
setTimeout(function() { btn.textContent = 'Copy'; }, 2000);
});
}
</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>