-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
433 lines (421 loc) · 14.1 KB
/
index.html
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
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
---
layout: default
title: Robust, user-friendly, low-maintenance computing environment
description: Configure once, copy wherever, run forever
meta_description: PantherX OS is a modern operating system based on GNU Guix, with LXQt as default desktop environment, and non-free software enabled out of the box.
cover:
height: medium
image: bg_036.jpg
home: true
namespace: home
quicklinks:
offset: 1
subscribe: true
---
<div>
<section class="section is-spacious">
<div class="container is-medium">
<!-- <h2 class="title is-2" id="PantherX+Operating+System">
Introducing
</h2>
<h3 class="subtitle is-3">for Panther Alpha</h3> -->
<div class="columns is-variable is-8">
<div class="column">
<img src="/assets/images/px-desktop-nov-2021@0.5x.jpg" alt="PantherX Desktop" />
<p>
A detailed installation guide is available on our wiki: <a href="https://wiki.pantherx.org/">download and install PantherX</a>.
</p>
</div>
<div class="column content">
<p>
PantherX OS is a modern operating system based on GNU Guix, with LXQt as default desktop environment, and non-free software enabled out of the box.
PantherX is designed to enable everyone without a PHD in computer science to enjoy a fast, flexible and private work & entertainment platform that runs for years, with little intervention.
</p>
<p>
It's kind of like docker-compose, but for your whole system.
</p>
<ul>
<li>No download or usage tracking</li>
<li>Always up to date, with rolling updates</li>
<li>No system breakage after major updates <small>(1)</small></li>
<li>Easy replication of your whole system, or individual user profiles</li>
<li>No more random config files, </li>
<li>Developer's dream, with virtual environments and 1st class docker support</li>
<li>Optional enterprise support</li>
</ul>
<p>
<small>
(1) Never say always; If things go wrong, you can roll-back instantly to any previous system state.
</small>
</p>
</div>
</div>
</div>
</section>
{% include loop_topic.html priority='1' limit='5' type='general' %}
<section class="section is-spacious even">
<div class="container is-medium">
<h2 class="title is-2">NEW: LXQt, XFCE, Gnome ... Mate - What do you want?</h2>
<h3 class="subtitle is-3">desktop switching made easy</h3>
<div class="content">
<p><b>Sometimes you just want something different for a while</b>...
<br/>PantherX now supports desktop environments including <b>XFCE, Mate, Gnome</b> and others.
<br/>We provide comfy defaults, so you can free your mind to focus on other things. Read more about it <a href="/news/2023/a-new-direction-welcome-xfce-mate-and-others.html">here (news)</a>.</p>
</div>
<pre style="padding: 0 1rem 0 1rem;">
<code>
(services (cons*
;; Add desktop
(service px-desktop-service-type) ;; LXQt desktop
(service xfce-desktop-service-type) ;; XFCE desktop
(service mate-desktop-service-type) ;; Mate desktop
%px-desktop-services))
</code>
</pre>
{% include config-generator.html %}
</div>
</section>
<section class="section is-spacious">
<div class="container is-medium">
<h2 class="title is-2">PantherX Editions</h2>
<h3 class="subtitle is-3">crafted to satisfy your individual needs</h3>
<table class="table fw">
<tr>
<th></th>
<th class="has-text-centered">Home</th>
<th class="has-text-centered">Business</th>
<th class="has-text-centered">Institution</th>
</tr>
<tr>
<th>Open source</th>
<td>
<span class="svg-icon">
<img src="/assets/images/icon_circle_checkmark.svg" alt="Yes" />
</span>
</td>
<td>
<span class="svg-icon">
<img src="/assets/images/icon_circle_checkmark.svg" alt="Yes" />
</span>
</td>
<td>
<span class="svg-icon">
<img src="/assets/images/icon_circle_checkmark.svg" alt="Yes" />
</span>
</td>
</tr>
<tr>
<th>No Tracking</th>
<td>
<span class="svg-icon">
<img src="/assets/images/icon_circle_checkmark.svg" alt="Yes" />
</span>
</td>
<td>
<span class="svg-icon">
<img src="/assets/images/icon_circle_checkmark.svg" alt="Yes" />
</span>
</td>
<td>
<span class="svg-icon">
<img src="/assets/images/icon_circle_checkmark.svg" alt="Yes" />
</span>
</td>
</tr>
<tr>
<th>Always up to date</th>
<td>
<span class="svg-icon">
<img src="/assets/images/icon_circle_checkmark.svg" alt="Yes" />
</span>
</td>
<td>
<span class="svg-icon">
<img src="/assets/images/icon_circle_checkmark.svg" alt="Yes" />
</span>
</td>
<td>
<span class="svg-icon">
<img src="/assets/images/icon_circle_checkmark.svg" alt="Yes" />
</span>
</td>
</tr>
<tr>
<th>Release Cycle</th>
<td>
Rolling
</td>
<td>
Rolling
</td>
<td>
6/12/18-Months
</td>
</tr>
<tr>
<th>Instant Recovery</th>
<td>
<span class="svg-icon">
<img src="/assets/images/icon_circle_checkmark.svg" alt="Yes" />
</span>
</td>
<td>
<span class="svg-icon">
<img src="/assets/images/icon_circle_checkmark.svg" alt="Yes" />
</span>
</td>
<td>
<span class="svg-icon">
<img src="/assets/images/icon_circle_checkmark.svg" alt="Yes" />
</span>
</td>
</tr>
<tr>
<th>File sharing</th>
<td>
<span class="svg-icon">
<img src="/assets/images/icon_circle_checkmark.svg" alt="Yes" />
</span>
</td>
<td>
<span class="svg-icon">
<img src="/assets/images/icon_circle_checkmark.svg" alt="Yes" />
</span>
</td>
<td>
<span class="svg-icon">
<img src="/assets/images/icon_circle_checkmark.svg" alt="Yes" />
</span>
</td>
</tr>
<tr>
<th>Remote Administration</th>
<td>
<span class="svg-icon">
<img src="/assets/images/icon_circle_cross.svg" alt="No" /> (manually)
</span>
</td>
<td>
<span class="svg-icon">
<img src="/assets/images/icon_circle_checkmark.svg" alt="Yes" />
</span>
</td>
<td>
<span class="svg-icon">
<img src="/assets/images/icon_circle_checkmark.svg" alt="Yes" />
</span>
</td>
</tr>
<tr>
<th>Central Time Tracking</th>
<td>
<span class="svg-icon">
<img src="/assets/images/icon_circle_cross.svg" alt="No" /> (manually)
</span>
</td>
<td>
<span class="svg-icon">
<img src="/assets/images/icon_circle_checkmark.svg" alt="Yes" />
</span>
</td>
<td>
<span class="svg-icon">
<img src="/assets/images/icon_circle_checkmark.svg" alt="Yes" />
</span>
</td>
</tr>
<tr>
<th>Team Chat</th>
<td>
<span class="svg-icon">
<img src="/assets/images/icon_circle_cross.svg" alt="No" /> (manually)
</span>
</td>
<td>
<span class="svg-icon">
<img src="/assets/images/icon_circle_checkmark.svg" alt="Yes" />
</span>
</td>
<td>
<span class="svg-icon">
<img src="/assets/images/icon_circle_checkmark.svg" alt="Yes" />
</span>
</td>
</tr>
<tr>
<th>1-Click Server Apps: CRM, ERP, ...</th>
<td>
<span class="svg-icon">
<img src="/assets/images/icon_circle_cross.svg" alt="No" />
</span>
</td>
<td>
<span class="svg-icon">
<img src="/assets/images/icon_circle_checkmark.svg" alt="Yes" />
</span>
</td>
<td>
<span class="svg-icon">
<img src="/assets/images/icon_circle_checkmark.svg" alt="Yes" />
</span>
</td>
</tr>
<tr>
<th><a href="https://www.pantherx.dev/">Custom Application Development</a></th>
<td>
<span class="svg-icon">
<img src="/assets/images/icon_circle_cross.svg" alt="No" />
</span>
</td>
<td>
<span class="svg-icon">
<img src="/assets/images/icon_circle_checkmark.svg" alt="Yes" />
</span>
</td>
<td>
<span class="svg-icon">
<img src="/assets/images/icon_circle_checkmark.svg" alt="Yes" />
</span>
</td>
</tr>
<tr>
<th>24/7 Support and Configuration Services</th>
<td>
<span class="svg-icon">
<img src="/assets/images/icon_circle_cross.svg" alt="No" />
</span>
</td>
<td>
<span class="svg-icon">
<img src="/assets/images/icon_circle_checkmark.svg" alt="Yes" />
</span>
</td>
<td>
<span class="svg-icon">
<img src="/assets/images/icon_circle_checkmark.svg" alt="Yes" />
</span>
</td>
</tr>
<tr>
<th>Dedicated Hardware</th>
<td colspan="3">Yes, depending on project requirements, including embedded and wearables.</td>
</tr>
<tr>
<th>Pricing</th>
<td>
Free & Open Source
<br><small><a href="https://wiki.pantherx.org/">Download the Beta</a></small>
</td>
<td><a href="/contact/">Contact Us</a></td>
<td><a href="/contact/">Contact Us</a></td>
</tr>
</table>
</div>
</section>
{% include loop_topic.html priority='1' limit='5' type='use' even=true %}
<!--
<section class="section is-spacious">
<div class="container is-medium">
<h2 class="title is-2">PantherX Hardware</h2>
<h3 class="subtitle is-3">
Panther Alpha
</h3>
...
</div>
</section>
-->
<!-- <section class="section is-spacious">
<div class="container is-medium">
<h2 class="title is-2">PantherX for Business</h2>
<h3 class="subtitle is-3">
Central Device, User and Application Management
</h3>
<div class="columns">
<div class="column is-3 has-text-centered">
<img src="/assets/images/central-management/thumbs/device.png" />
<span class="is-image-title"
>Device administration and monitoring</span
>
</div>
<div class="column is-3 has-text-centered">
<img src="/assets/images/central-management/thumbs/users.png" />
<span class="is-image-title"
>User provisioning and time tracking</span
>
</div>
<div class="column is-3 has-text-centered">
<img src="/assets/images/central-management/thumbs/groups.png" />
<span class="is-image-title"
>Departments with individual access rights</span
>
</div>
<div class="column is-3 has-text-centered">
<img src="/assets/images/central-management/thumbs/shares.png" />
<span class="is-image-title"
>Shares across departments, around the world</span
>
</div>
</div>
<p>
<b>Discover what PantherX OS can do for your company</b>: Manage 10 or
10,000 Computer, and save 2,400 € per workstation, over two years.
</p>
<a class="button" style="margin-top:1rem;" href="/panther-for-business/"
>Discover PantherX Central Management for Business</a
>
</div>
</section> -->
<section
class="section is-spacious even has-background has-background-dark"
style="background:url(/assets/images/covers/bg/bg_087.jpg)"
>
<div class="container is-medium">
<h2 class="title is-2">The Panther Vision</h2>
<h3 class="subtitle is-3">
A brighter future for all.
</h3>
<div class="content">
<ul>
<li>
<strong>More privacy</strong>: A OS that doesn't track you, and apps
that don't phone home
</li>
<li>
<strong>More performance</strong>: Lightweight apps that focus on
key features
</li>
<li>
<strong>More accessibility</strong>: Great software that doesn't
cost anything, and that you can improve yourself.
</li>
<li>
<strong>More decentralization</strong>: Bitcoin was revolutionary,
but other tech should follow the foot-steps.
</li>
</ul>
<p>
It's our mission to provide you with a operating system and hardware,
that satisfy both your today's and tomorrow's computing needs, and
provide a steady stream of updates, so you're not only on the safe
site, but receive new features regularly.
</p>
</div>
</div>
</section>
</div>
<style>
.hero.is-medium.has-background {
min-height: 350px;
}
.table.fw {
width: 100%;
background-color: transparent;
}
.table td {
text-align: center !important;
}
.svg-icon img {
width: 16px;
height: 16px;
}
</style>