-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
41 lines (34 loc) · 1.09 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
---
title: PantherX Wiki
layout: wiki
index: false
---
<h2 class="title is-2">The distribution</h2>
<div class="columns is-multiline">
{% for section in site.sections.distribution %}
<div class="column is-half">
<a href="/{{ section.title | replace: " ", "-" }}/">
{{ section.title }}
</a>
<p>{{ section.description }}</p>
</div>
{% endfor %}
</div>
<h3 class="title is-3">Latest release</h3>
<h4 class="subtitle is-4">April 2024</h4>
<p>
<b>64bit Intel, AMD</b><br/>
Download x86_64 ISO: <a
href="{{ site.iso_url }}">{{ site.iso_title }}</a> ({{ site.iso_size }})
<br/><code>{{ site.iso_hash }}</code>
<br />and install PantherX OS with our <a href="/Installation-guide/">installation guide</a>.
</p>
<br />
<p>
<b>SEEED reTerminal (Raspberry 4 Compute Module)</b><br/>
Download ARM Image: <a
href="https://temp.pantherx.org/1pyaw9ds5hh4ajzg9wi46d0vxxk58bzq-reterminal-core-image.xz">1pyaw9ds5hh4ajzg9wi46d0vxxk58bzq-reterminal-core-image.xz</a>
(375 MB)
<br/><code>64ec42b0e8430c9c6bd9465c97e2feb2</code>
<br />and flash with our guide <a href="/SEEED-reTerminal/">here</a>.
</p>