HyDE, your Development Environment π₯οΈπ»
9,593
stars
3,417
commits
Shell
primary language
Sep 11, 2026
updated

β
βInstallationβ
βββ
β
Updating
βββ
β
βThemesβ
βββ
β
βStylesβ
βββ
β
βContributingβ
βββ
β
βKeybindingsβ
βββ
β
βYoutubeβ
βββ
β
βWikiβ
βββ
β
βDiscordβ
β
Check this out for the full note: Journey to HyDE and beyond
https://github.com/prasanthrangan/hyprdots/assets/106020512/7f8fadc8-e293-4482-a851-e9c6464f5265
The installation script is designed for a minimal Arch Linux install, but may work on some Arch-based distros. While installing HyDE alongside another DE/WM should work, due to it being a heavily customized setup, it will conflict with your GTK/Qt theming, Shell, SDDM, GRUB, etc. and is at your own risk.
For NixOS support there is a separate project being maintained @ Hydenix
[!IMPORTANT] The install script will auto-detect an NVIDIA card and install a matching DKMS driver path for your kernel. Newer cards may use
nvidia-dkms/nvidia-open-dkms, while legacy cards should be checked first againstScripts/nvidia-db/. Please ensure that your NVIDIA card supports the DKMS driver family selected for it in the list provided here.If a DKMS package is selected, expect a local module build for the current kernel during installation. This can take several minutes and may happen even when an NVIDIA DKMS package was already installed, because DKMS rebuilds modules for the active kernel.
[!CAUTION] The script modifies your
gruborsystemd-bootconfig to enable NVIDIA DRM.
[!TIP] BigLinux / Manjaro users may want to take a snapshot with Timeshift before running the installer, especially when HyDE is being installed alongside an existing desktop environment. On older NVIDIA cards, review the legacy driver list in
Scripts/nvidia-db/before continuing.
To install, execute the following commands:
sudo pacman -S --needed git base-devel
git clone --depth 1 https://github.com/HyDE-Project/HyDE ~/HyDE
cd ~/HyDE/Scripts
./install.sh
[!TIP] You can also add any other apps you wish to install alongside HyDE to
Scripts/pkg_user.lstand pass the file as a parameter to install it like so:./install.sh pkg_user.lst
[!IMPORTANT] Refer your list from
Scripts/pkg_extra.lstor you cancp Scripts/pkg_extra.lst Scripts/pkg_user.lstif you wish to install all extra packages.
Please reboot after the install script completes and takes you to the SDDM login screen (or black screen) for the first time. For more details, please refer to the installation wiki.
Quick checklist for Arch-based distros such as BigLinux / Manjaro:
install.sh./etc/pacman.conf during installation.*-dkms NVIDIA package is selected, expect a local module build for the current kernel during install; this can take a while even if the package was already installed previously.We welcome contributions from the community! To get started:
Whether you're helping with code, testing, or documentation, we appreciate your support in making HyDE better for everyone. Thank you!
To update HyDE, you will need to pull the latest changes from GitHub and restore the configs by running the following commands:
[!WARNING] The following commands will discard any uncommitted local changes in the repository.
cd ~/HyDE/Scripts
git fetch --update-shallow --depth 1 origin master
git reset --hard origin/master
./install.sh -r
[!IMPORTANT] Please note that any configurations you made will be overwritten if listed to be done so as listed by
Scripts/restore_cfg.psv. However, all replaced configs are backed up and may be recovered from in~/.config/cfg_backups.
HyDEVM is a script that allows you to run HyDE in a virtual machine for testing and development.
# Download and run (will auto-detect missing packages)
curl -L https://raw.githubusercontent.com/HyDE-Project/HyDE/main/Scripts/hydevm/hydevm.sh -o hydevm
chmod +x hydevm
./hydevm
# Using flakes from HyDE repository
nix run github:HyDE-Project/HyDE
# Or if you have the repository cloned locally
nix run .
For more details, please refer to the HyDEVM README.
All our official themes are stored in a separate repository, allowing users to install them using themepatcher. For more information, visit HyDE-Project/hyde-themes.
[!TIP] Everyone, including you can create, maintain, and share additional themes, all of which can be installed using themepatcher! To create your own custom theme, please refer to the theming wiki. If you wish to have your hyde theme showcased, or you want to find some non-official themes, visit kRHYME7/hyde-gallery!
![]() |
![]() |
| Wallpaper Select | Launcher Select |
![]() |
![]() |
| Wallbash Modes | Notification Action |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!
(top 30 of 165)
Shell
41.4%
Python
26.5%
Lua
25.4%
GLSL
2.6%
CSS
2.6%
Vim Script
1.4%
HyDE, your Development Environment π₯οΈπ»
9,593
stars
3,417
commits
Shell
primary language
Sep 11, 2026
updated

β
βInstallationβ
βββ
β
Updating
βββ
β
βThemesβ
βββ
β
βStylesβ
βββ
β
βContributingβ
βββ
β
βKeybindingsβ
βββ
β
βYoutubeβ
βββ
β
βWikiβ
βββ
β
βDiscordβ
β
Check this out for the full note: Journey to HyDE and beyond
https://github.com/prasanthrangan/hyprdots/assets/106020512/7f8fadc8-e293-4482-a851-e9c6464f5265
The installation script is designed for a minimal Arch Linux install, but may work on some Arch-based distros. While installing HyDE alongside another DE/WM should work, due to it being a heavily customized setup, it will conflict with your GTK/Qt theming, Shell, SDDM, GRUB, etc. and is at your own risk.
For NixOS support there is a separate project being maintained @ Hydenix
[!IMPORTANT] The install script will auto-detect an NVIDIA card and install a matching DKMS driver path for your kernel. Newer cards may use
nvidia-dkms/nvidia-open-dkms, while legacy cards should be checked first againstScripts/nvidia-db/. Please ensure that your NVIDIA card supports the DKMS driver family selected for it in the list provided here.If a DKMS package is selected, expect a local module build for the current kernel during installation. This can take several minutes and may happen even when an NVIDIA DKMS package was already installed, because DKMS rebuilds modules for the active kernel.
[!CAUTION] The script modifies your
gruborsystemd-bootconfig to enable NVIDIA DRM.
[!TIP] BigLinux / Manjaro users may want to take a snapshot with Timeshift before running the installer, especially when HyDE is being installed alongside an existing desktop environment. On older NVIDIA cards, review the legacy driver list in
Scripts/nvidia-db/before continuing.
To install, execute the following commands:
sudo pacman -S --needed git base-devel
git clone --depth 1 https://github.com/HyDE-Project/HyDE ~/HyDE
cd ~/HyDE/Scripts
./install.sh
[!TIP] You can also add any other apps you wish to install alongside HyDE to
Scripts/pkg_user.lstand pass the file as a parameter to install it like so:./install.sh pkg_user.lst
[!IMPORTANT] Refer your list from
Scripts/pkg_extra.lstor you cancp Scripts/pkg_extra.lst Scripts/pkg_user.lstif you wish to install all extra packages.
Please reboot after the install script completes and takes you to the SDDM login screen (or black screen) for the first time. For more details, please refer to the installation wiki.
Quick checklist for Arch-based distros such as BigLinux / Manjaro:
install.sh./etc/pacman.conf during installation.*-dkms NVIDIA package is selected, expect a local module build for the current kernel during install; this can take a while even if the package was already installed previously.We welcome contributions from the community! To get started:
Whether you're helping with code, testing, or documentation, we appreciate your support in making HyDE better for everyone. Thank you!
To update HyDE, you will need to pull the latest changes from GitHub and restore the configs by running the following commands:
[!WARNING] The following commands will discard any uncommitted local changes in the repository.
cd ~/HyDE/Scripts
git fetch --update-shallow --depth 1 origin master
git reset --hard origin/master
./install.sh -r
[!IMPORTANT] Please note that any configurations you made will be overwritten if listed to be done so as listed by
Scripts/restore_cfg.psv. However, all replaced configs are backed up and may be recovered from in~/.config/cfg_backups.
HyDEVM is a script that allows you to run HyDE in a virtual machine for testing and development.
# Download and run (will auto-detect missing packages)
curl -L https://raw.githubusercontent.com/HyDE-Project/HyDE/main/Scripts/hydevm/hydevm.sh -o hydevm
chmod +x hydevm
./hydevm
# Using flakes from HyDE repository
nix run github:HyDE-Project/HyDE
# Or if you have the repository cloned locally
nix run .
For more details, please refer to the HyDEVM README.
All our official themes are stored in a separate repository, allowing users to install them using themepatcher. For more information, visit HyDE-Project/hyde-themes.
[!TIP] Everyone, including you can create, maintain, and share additional themes, all of which can be installed using themepatcher! To create your own custom theme, please refer to the theming wiki. If you wish to have your hyde theme showcased, or you want to find some non-official themes, visit kRHYME7/hyde-gallery!
![]() |
![]() |
| Wallpaper Select | Launcher Select |
![]() |
![]() |
| Wallbash Modes | Notification Action |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!
(top 30 of 165)
Shell
41.4%
Python
26.5%
Lua
25.4%
GLSL
2.6%
CSS
2.6%
Vim Script
1.4%