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 -Syyusudo pacman -S base-devel archiso git pythonSome 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./make_iso.pysudo dd status=progress oflag=direct bs=4M if=out/moos-XXXXXXXX-x86_64.iso of=/dev/XXX- Automatically setup the user environment.
- Setup firefox and install extensions.
- Add a default neovim configuration.
- Allow remote login through SSH in the live ISO.
- Automatically create a hotspot when running in headless mode.
- 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).