- Notifications
You must be signed in to change notification settings - Fork 48
/
Copy pathdownload.html
48 lines (42 loc) · 2.87 KB
/
download.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
---
title: "Download"
aliases: [ "/node/953" ]
css: [ "/css/ros-design.css" ]
scripts:
- "/js/donate.js"
- "/js/download.js"
date: 2021-01-23
---
<divclass="text-center">
<h2>Discover our latest and greatest</h2>
<h1>React<spanclass="text-ros">OS</span> {{<reactos-version>}}</h1>
</div>
<divclass="text-center">
<aid="bootcd" class="modalbtn" href="https://sourceforge.net/projects/reactos/files/latest/download"><divclass="ros-button">Download Boot CD</div></a>
<p>Alternatively, you can download <aid="livecd" class="modalbtn" href="https://sourceforge.net/projects/reactos/files/ReactOS/0.4.15/ReactOS-{{< reactos-download-version >}}-x86-live.zip/download">LiveCD</a></p>
</div>
<h2>How to choose?</h2>
<p>If you wish to install ReactOS on your machine, then Boot CD is the right option for you. Boot CD will direct you to a setup environment, please follow the instructions given on the screen. Live CD is useful if you don't plan to keep ReactOS on your computer for a longer period of time. It allows you to explore ReactOS in a temporary environment that will be reset in a restart. <spanclass="text-danger font-weight-bold">Please note, that ReactOS is still in alpha and gives no guarantee of stability, safety of your files or working at all.</span></p>
<h2>What do I do with this?</h2>
<p><ahref="/wiki">ReactOS Wiki</a> is an ideal source of information, it will help you setup ReactOS in your desired environment. <ahref="https://reactos.org/wiki/Installing_ReactOS">"Installing ReactOS"</a> page should help you get started.</p>
<h2>Additional downloads</h2>
<p><ahref="https://downloads.sourceforge.net/reactos/ReactOS-{{< reactos-download-version >}}-src.zip">Source code for ReactOS {{<reactos-version>}}</a></p>
<p><ahref="https://fosstorrents.com/distributions/reactos/">ReactOS Torrent downloads via FOSS Torrents</a></p>
<h2>Nightly builds</h2>
<p>If you wish to download the bleeding edge versions of ReactOS, then nightly builds may just be your cup of tea. However, they do come with a catch; you're more likely to encounter regressions at the cost of new features. These are built on every commit made to the GitHub master branch and run through extensive tests on the Testman.</p>
<ahref="/getbuilds"><divclass="ros-button ros-button-sm">Get nightly builds</div></a>
<br>
<br>
<divclass="modal fade" id="bootcdModal" role="dialog" tabindex="-1">
<divclass="modal-dialog modal-md" role="document">
<divclass="modal-content">
<divclass="modal-header"><buttonaria-label="Close" class="close" data-dismiss="modal" type="button"><spanaria-hidden="true">×</span></button>
<h4class="modal-title">Help ReactOS to reach Beta by a recurring donation</h4>
</div>
<divclass="modal-body">
{{<paypal>}}
</div>
<divclass="modal-footer"><aid="download" href="" style="font-size: 16px;">No, thanks. Let's proceed with the download! </a></div>
</div>
</div>
</div>