shiftos-archive-website/downloads.html
2020-09-03 18:17:27 -04:00

41 lines
No EOL
2.7 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<title>ShiftOS: Downloads</title>
</head>
<body>
<h1>ShiftOS Downloads</h1>
<p><a href="index">Return to homepage</a></p>
<p>Download ShiftOS here! This contains the ShiftOS source code and ShiftOS binary files.</p>
<p>If you have files for ShiftOS, feel free to make a <a href="https://github.com/Alee14/shiftos-website">pull request</a>!</p>
<h1>ShiftOS 0.0.x</h1>
<p>NOTE: From ShiftOS 0.0.4.1 to 0.0.6.2, it used to send user's information to the ShiftOS email. As of 2020, this no longer works.</p>
<ul>
<li><a href="https://github.com/Alee14/shiftos-website/raw/master/assets/downloads/0.0.x/shiftos-src.tar.gz">ShiftOS Source Code</a></li>
<li><a href="https://github.com/Alee14/shiftos-website/raw/master/assets/downloads/0.0.x/shiftos-skins.tar.gz">ShiftOS 0.0.8 Skins</a></li>
<li><a href="https://github.com/Alee14/shiftos-website/raw/master/assets/downloads/0.0.x/shiftos-mod.tar.gz">ShiftOS Mod Development Package</a></li>
<li><a href="https://github.com/Alee14/shiftos-website/raw/master/assets/downloads/0.0.x/shiftos 0.0.4.1 (run as admin!).exe">ShiftOS 0.0.4.1</a></li>
<li><a href="https://github.com/Alee14/shiftos-website/raw/master/assets/downloads/0.0.x/ShiftOS 0.0.6.2.exe">ShiftOS 0.0.6.2</a></li>
<li><a href="https://github.com/Alee14/shiftos-website/raw/master/assets/downloads/0.0.x/ShiftOS 0.0.7 Alpha 4.1.exe">ShiftOS 0.0.7 Alpha 4.1</a></li>
<li><a href="https://github.com/Alee14/shiftos-website/raw/master/assets/downloads/0.0.x/shiftos_0.0.7_rc4.exe">ShiftOS 0.0.7 RC 4</a></li>
<li><a href="https://github.com/Alee14/shiftos-website/raw/master/assets/downloads/0.0.x/ShiftOS_0.0.8_Public_Release.exe">ShiftOS 0.0.8</a></li>
<li><a href="https://github.com/Alee14/shiftos-website/raw/master/assets/downloads/0.0.x/ShiftOS 0.0.9 Alpha 1.exe">ShiftOS 0.0.9 Alpha 1</a></li>
</ul>
<h1>ShiftOS Next</h1>
<p>TO DO</p>
<h1>ShiftOS C#</h1>
<p>TO DO</p>
<h1>ShiftOS 1.0</h1>
<p>TO DO</p>
<h1>ShiftOS Rewind</h1>
<p>TO DO</p>
<h1>ShiftOS Challenge (.NET Core)</h1>
<p>This was originally made by Alkaline Thunder. But it was ported to .NET Core by Alee14.</p>
<a href="https://github.com/Alee14/shiftos-challenge">Source code</a> | <a href="https://github.com/Alee14/shiftos-website/raw/master/assets/downloads/shiftos_dotnet.zip">Download</a>
</body>
</html>