https://github.com/massos-linux/massos
Main source repository for the MassOS operating system.
https://github.com/massos-linux/massos
distribution distro gnu-linux linux linux-distribution linux-distro operating-system
Last synced: 18 days ago
JSON representation
Main source repository for the MassOS operating system.
- Host: GitHub
- URL: https://github.com/massos-linux/massos
- Owner: MassOS-Linux
- License: other
- Created: 2021-08-16T15:40:52.000Z (over 3 years ago)
- Default Branch: development
- Last Pushed: 2025-02-18T09:14:52.000Z (2 months ago)
- Last Synced: 2025-04-06T07:14:32.488Z (18 days ago)
- Topics: distribution, distro, gnu-linux, linux, linux-distribution, linux-distro, operating-system
- Language: Shell
- Homepage: https://massos.org
- Size: 57.8 MB
- Stars: 98
- Watchers: 6
- Forks: 9
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE
Awesome Lists containing this project
README
# IMPORTANT NOTICE
Official development of MassOS was ceased at the end of 2022. Unless otherwise stated, any subsequent code commits beyond this date are done purely for experimental purposes; they are NOT indicative of any upcoming release, should NOT be considered stable/usable, and will NOT be given any support whatsoever. See [changelog.md in the development branch](https://github.com/MassOS-Linux/MassOS/blob/development/changelog.md) for more information.# MassOS
This is the main source repository for the [MassOS](https://massos.org) operating system.If you are an end-user, the following links may help you find what you're looking for:
- [MassOS Website](https://massos.org): The main MassOS website.
- [Download MassOS](https://massos.org/download.html): Contains direct download links for the latest version of MassOS.
- [About MassOS](https://github.com/MassOS-Linux/MassOS/wiki/About-MassOS): Provides information about the MassOS project.
- [Installing MassOS](https://github.com/MassOS-Linux/MassOS/wiki/Installing-MassOS): Information on how to install MassOS on your computer.
- [Post Installation](https://github.com/MassOS-Linux/MassOS/wiki/Post-Installation): Tips on how to make the most out of your MassOS installation, like installing software and using additional package managers.
- [Upgrading MassOS](https://github.com/MassOS-Linux/MassOS/wiki/Upgrading-MassOS): Information about upgrading your system to a newer version of MassOS.
- [MassOS Wiki](https://github.com/MassOS-Linux/MassOS/wiki): All MassOS documentation lives here.
- [Issues](https://github.com/MassOS-Linux/MassOS/issues): From here you can report bugs with MassOS and search for ones which have already been reported.If you are a developer, the information below, as well as the following links may be helpful:
- [Contributing](https://github.com/MassOS-Linux/MassOS/wiki/Contributing): Information about contributing to MassOS.
- [Building MassOS](https://github.com/MassOS-Linux/MassOS/wiki/Building-MassOS): Information about building MassOS from source.# Information for developers
A detailed description of how the MassOS build system works can be found at [Building MassOS](https://github.com/MassOS-Linux/MassOS/wiki/Building-MassOS).This repository contains the source and build system for the core MassOS system (stage 1 and stage 2), as well as Xfce (stage 3). The GNOME port is submoduled at `stage3/gnome`, and any further desktop environments which become supported in the future will also be submoduled. The GNOME port is maintained at the [MassOS-GNOME](https://github.com/MassOS-Linux/MassOS-GNOME) repository.
This repository now also contains the script and data used to create a live CD ISO image from a MassOS build. It should be noted that the files in the [livecd-installer](https://github.com/MassOS-Linux/livecd-installer) repository are deprecated; MassOS now uses [osinstallgui](https://github.com/DanielMYT/osinstallgui) as its installation program.
All repositories for the MassOS project can be found [here](https://github.com/orgs/MassOS-Linux/repositories).