Popular British Science Fiction Linux Distro. A Post-Install script for Arch Linux written in Python.
(Not yet suitable for production usage)
Run this on an Arch Linux base install:
curl -fsSL https://davros.netlify.app/davros > davros
chmod +x davros && ./davros
Warning: Configuration and other files may be deleted, only use davrOS on a blank slate just in case!
Note: Installation will be network intensive and may take time.
Run this as root on your davrOS system. This will also work on any other Arch-Based distro but it will just install and upgrade packages that davrOS installs by default.
if command -v curl >/dev/null 2>&1; then
curl -fsSL "https://davros.netlify.app/upgrade.sh" > davros
curl -fsSL "https://davros.netlify.app/pkg.txt" > pkg.txt
else
wget "https://davros.netlify.app/upgrade.sh"
wget "https://davros.netlify.app/pkg.txt"
mv upgrade.sh davros
fi
chmod +x davros
./davros
Note: Upgrading may be network intensive and may take time.
Component Type | davrOS Component |
---|---|
Base | Arch Linux x86_64 |
Desktop(s) | hyprland , cinnamon coming soon |
Display Manager(s) | lightdm , sddm , ly |
Supported Architecture | x86_64 |
Font | Hermit: Nerd Font |
Shell | zsh |
Theme(s) | Catppuccin Mocha |
davrOS | ChimeraOS | SteamOS 3.x | HoloISO | Garuda Linux | |
---|---|---|---|---|---|
Based on | Arch Linux | Arch Linux | Arch Linux | SteamOS 3.x/Arch Linux | Arch Linux |
Desktop | Hyprland | Gnome | KDE Plasma | KDE Plasma | Full List |
Display manager | SDDM/GDM/LightDM/ly/None | ? | SDDM Wayland | SDDM Wayland | SDDM |
Officially Supported? | 🔴 | 🔴 | 🟢 | 🔴 | 🔴 |
Atomic updates | 🟢 | 🟢 | 🔴 | 🔴 | 🟢 |
Read-write root filesystem | 🟢 | 🔴 | ~ | 🟢 | 🟢 |
Custom partitioning | 🟢 | 🔴 | 🔴 | 🟢 | 🟢 |
General hardware support | 🟢 | 🟢 | 🔴 | 🟠 | 🟢 |
Up-to-date base packages | 🟢 | 🟢 | 🔴 | 🔴 | 🟢 |
Can be used without Steam | 🟢 | 🔴 | 🔴 | 🔴 | 🟢 |
Installable on Deck (without keyboard) | 🔴 - Not Planned | 🟢 | 🟢 | 🟢 | 🟢 |
Remote app installation | 🟢 | 🟢 | 🔴 | 🔴 | 🔴 |
Built-in Epic Games support | 🟢 | 🟢 | 🔴 | 🔴 | 🔴 |
Built-in GOG support | 🟢 | 🟢 | 🔴 | 🔴 | 🔴 |
Built-in Amazon Games support | 🟢 | 🟢 | 🔴 | 🔴 | 🔴 |
Built-in emulation support | 🟢 | 🟢 | 🔴 | 🔴 | 🔴 |
Additional game tweaks | 🔴 | 🟢 | 🔴 | 🔴 | 🔴 |
Additional artwork | 🔴 - Planned | 🟢 | 🔴 | 🔴 | 🔴 |
Built-in GE Proton | 🔴 - Planned | 🟢 | 🔴 | 🔴 | Installable in Garuda Gamer |
Full source publicly hosted | 🟢 | 🟢 | 🔴 | 🔴 | 🟢 |
Forkable infrastructure | 🟢 | 🟢 | 🔴 | 🔴 | 🟢 |
Production Ready | 🔴 | 🟢 | 🟠 | 🟢 | 🟢 |
- davrOS Website
- Hyprland Wiki
- Arch Wiki
- Inspired by the TARDIS Post-Install Script
If you would like to support me financially, then go ahead. The following link is the best way to do so.
yuckdevchan is the Main Developer of davrOS
Ken Vermette created the Original Canopée Wallpaper
Credit to both these contributors and everyone else who has made contributions to these projects.
yuckdevchan authored the post install scripts and configuration files for davrOS
Roman Perepelitsa created zsh4humans
dylanaraps created neofetch
Remember, davrOS is free software. davrOS is licensed under the GPL version 2 only.
If you would like, you can support davrOS by starring it right here, for free, on GitHub!