Download
You can try Liri OS with the live image and eventually install it from there, use packages forArch Linux andFedora, or build the source code.
Remember that Liri OS is currently inalpha stage and there might be issues.
Instructions for installing packages on Arch Linux and Fedora.
After installing the packages, log into the desktop fromSDDM or GDM, select Liri from the session menu, and type your password.
Arch Linux
You can install the desktop and applications on Arch Linux from AUR.
Install the liri-git-meta package with your favorite AUR tool.
Fedora
You can install packages that are updated as soon as changes hit the Git repositories with the liri-nightly COPR repository.
sudo dnf copr enable plfiorini/liri-nightlyTo install the shell:
sudo dnf install -y \
liri-networkmanager \
liri-platformtheme \
liri-power-manager \
liri-pulseaudio \
liri-screencast \
liri-screenshot \
liri-settings \
liri-shell \
liri-wallpapers \
qml-xwayland \
xdg-desktop-portal-liri \
paper-icon-theme \
liri-color-schemesAnd core apps:
sudo dnf install -y \
liri-appcenter \
liri-calculator \
liri-files \
liri-terminal \
liri-browser \
liri-textDownload
Nightly live images are availablehere. The live image supports x86_64 and is based on Fedora with the liri-nightly COPR repository.
The image can be used to install the operating system that usesrpm-ostree and has atomic updates. Check theOSTree documentationif you want to know more about it.
Information
Hardware Support
Hardware supported by open source drivers should work. Supported GPUs include:
- Intel: i915 or newer cards
- AMD/ATI: open source driver except for cards supported by radeonsi
- NVIDIA: cards supported by the nouveau open source driver
- VMware
- QEMU with QXL
VirtualBox does not currently support Wayland reliably. Use other virtualization solutions such asvirt-manager.
Download source code from GitHub.
Two channels are available: stable with official releases and unstable with nightly builds.
First make sure you have Flatpak installed by followingthis tutorial.
Then install the repositories:
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak remote-add --if-not-exists liri https://repo.liri.io/flatpak/files/liri.flatpakrepoInstall apps from the stable channel:
flatpak install -y liri io.liri.Calculator//stable
flatpak install -y liri io.liri.Terminal//stable
flatpak install -y liri io.liri.Text//stableInstall apps from the unstable channel:
flatpak install -y liri io.liri.Browser//master
flatpak install -y liri io.liri.Calculator//master
flatpak install -y liri io.liri.Files//master
flatpak install -y liri io.liri.Terminal//master
flatpak install -y liri io.liri.Text//master