-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
77 lines (68 loc) · 5.57 KB
/
index.html
File metadata and controls
77 lines (68 loc) · 5.57 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
<!DOCTYPE html>
<!--
The MassOS Website - Copyright (C) 2022-2025 MassOS Developers.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>MassOS GNU/Linux</title>
<link rel="icon" href="resources/images/favicon.png">
<link href="css/index.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="index.js"></script>
<meta content="MassOS GNU/Linux" property="og:title" />
<meta content="MassOS is a free GNU/Linux operating system for laptops and desktops which is designed to be minimal and lightweight, without compromising on features." property="og:description" />
<meta content="https://massos.org" property="og:url" />
<meta content="https://raw.githubusercontent.com/MassOS-Linux/MassOS/main/massos-desktop-screenshot.png" property="og:image" />
<meta content="#c175ff" data-react-helmet="true" name="theme-color" />
</head>
<body onload="showsubtitle()">
<div class="flexWrapper">
<div id="navbar">
<a href="." id="title">MassOS</a>
<div class="links">
<a href="." class="active">Home</a>
<a href="https://github.com/MassOS-Linux/MassOS/wiki/Installing-MassOS" target="_blank">Install</a>
<a href="https://github.com/MassOS-Linux/MassOS/wiki" target="_blank">Docs</a>
<a href="screenshots.html">Screenshots</a>
<a href="https://github.com/MassOS-Linux" target="_blank">Github</a>
</div>
<div class="downloadbtn">
<a href="download.html" class="download">Download</a>
</div>
</div>
<div class="content">
<h2 style="color: red;">NOTE: MassOS is discontinued as of 2023-01-01, please see <a href="https://github.com/MassOS-Linux/MassOS/issues/51">this</a> for more information.</h2>
<h2 style="color: red;">NOTE: As of 2025-01-01, MassOS has entered an indefinite experimental phase. Please see <a href="https://github.com/MassOS-Linux/MassOS/blob/development/changelog.md">changelog.md</a> in the MassOS repository for more information.</h2>
<h1 class="title">MassOS GNU/Linux</h1>
<h3 id="subtitle" class="main"></h3>
<img src="https://raw.githubusercontent.com/MassOS-Linux/MassOS/main/massos-desktop-screenshot.png" width="50%" height="50%" alt="Screenshot of the MassOS desktop"><br>
<h2>About MassOS</h2>
<div class="text">
<p>MassOS is an independent GNU/Linux operating system for x86_64 laptops and desktops, which is designed to be minimal and lightweight, without compromising on features.</p>
<p>MassOS primarily ships with a themed Xfce desktop environment, designed to be lightweight and easy on system resources, while still feeling modern, as well as being intuitive and easy-to-use. Xfce is also highly customizable for users who want the ability to make the operating system truly their own. Screenshots of MassOS can be found on the <a href="screenshots.html">screenshots page</a>.</p>
<p>Unlike thousands of other distributions, MassOS is built from scratch, and is not a derivative of any existing GNU/Linux distribution. This means it is free from being tied down to workings and practises of existing distributions, and is not reliant on other distributions to be able to provide updates. MassOS follows a rapid release schedule and aims to provide the latest and greatest versions of the most widely used software on GNU/Linux systems, without requiring users to construct, configure and maintain their entire system manually like certain other up-to-date distributions do.</p>
<p>With a 4 gigabyte USB flash drive, you can use the Live ISO to try out MassOS without making any changes to your computer, and see if it's right for you before you decide to fully install it onto your PC. If you do decide to install it, you can install it alongside your current operating system, or replace it entirely. MassOS is designed to integrate seamlessly with dual (or more!) boot setups, including <a href="https://github.com/MassOS-Linux/MassOS/wiki/Dualbooting-with-Windows" target="_blank">dual-boots with non-Linux operating systems</a>. Old (Legacy BIOS) and new (UEFI) systems alike are supported by MassOS, and much work has been done to <a href="https://github.com/MassOS-Linux/MassOS/wiki/UEFI-Secure-Boot" target="_blank">make MassOS work on systems with UEFI secure boot enabled</a>.</p>
<p>If you're ready to get started, take a look at the <a href="https://github.com/MassOS-Linux/MassOS/wiki/Installing-MassOS" target="_blank">installation guide</a>. The minimum system requirements and supported hardware are both also listed here.</p>
<div>
</div>
</div>
</body>
<footer id="footer">
<div style="padding-top: 10px;margin-left: 2%;">
<p class="title">MassOS</p>
<p>Copyright (C) 2022-2025 MassOS Developers. <a href="https://github.com/MassOS-Linux/massos-linux.github.io">View the source code for this website on GitHub.</a></p>
</div>
</footer>
</html>