A modern operating system that keeps your hands on the keyboard. Based on Arch Linux.
Releases will be available after version 1.0.0. For now, follow the instructions below to manually build from source.
An existing MOOS or Arch Linux installation is required to build a MOOS live ISO from source.
sudo pacman -S base-devel archiso git python
Some packages may need to be built from scratch using makepkg. Your name and email are used to identify you as the packager.
Note: Change "FirstName LastName" and "email@example.com" with your real name and email before running these commands.
git config set user.name "FirstName LastName"
git config set user.email "email@example.com"
git clone https://github.com/cshmookler/moos.git
cd moos
The installer built into the MOOS live ISO is capable of working entirely offline. All necessary packages must be downloaded in advance and placed within the filesystem of the live ISO.
./make_offline_repo.py
./make_iso.sh
- Automatically setup the user environment.
- Setup firefox and install extensions.
- Add a default neovim configuration.
- Remove screen flicker when the screen is locked.
- Install virtual machine utilities.
- Enable the firewall.
- Enable speach synthesis in Firefox.
- Resolve issues with Zoom (cannot annotate and screen randomly turns black)
- Improve documentation.
- Replace pulseaudio with pipewire.
- Replace Xorg with Wayland.
- Provide options for other languages (aside from English).