Skip to content

MILD is a user-friendly and efficient text-based installer designed to install a Desktop Environment (D.E.) along with only the essential applications required for each specific graphical environment.

License

PEDROTUBER44/Mild

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MILD - Minimal Install Linux Desktop

MILD is a user-friendly and efficient text-based installer designed to install a Desktop Environment (D.E.) along with only the essential applications required for each specific graphical environment.

ArchLinux

To install ArchLinux with mild, start by downloading the iso directly from the distribution's official website. Then create a bootable USB stick using a program like balena etcher. Note that this step will delete all data on your USB stick, so proceed with caution. When the bootable USB stick is ready, restart your computer and boot from the USB stick. You will see a screen where you can select the option “Arch Linux install medium (x86_64, UEFI)”. This option verifies if the ISO file of the pendrive is corrupted or not, if not, it will proceed with the installation of the system.

image

Then, proceed to follow the step-by-step instructions below to complete the pre-installation of Archlinux:

UEFI

-Archlinux Install UEFI Video-

For optimal system performance, it is recommended to use the partition scheme provided below:

Order Type Size
efi 500MB
swap The Size Of Your Ram Memory
system Everything Else

BIOS/LEGACY

-Archlinux Install BIOS Video-

For optimal system performance, it is recommended to use the partition scheme provided below:

Order Type Size
bios 2MIB
swap The Size Of Your Ram Memory
system Everything Else

Post Install

To start, press the keys Ctrl + Alt + F2 and log in with the user you created earlier.

-Tela de Login do Archlinux-

Select the option that best suits your needs: install the precompiled package or manually compile it on your own machine:

Make

Before proceeding, it is important to update your system to the latest version available. To do this, type the following command:

sudo pacman -Syu

Install the Rust and git compiler with this command:

sudo pacman -Syu curl rust git -y

To clone the Mild repository (Minimal Installation Linux Desktop), use the git command and run the following instruction:

git clone https://www.github.com/PEDROTUBER44/Mild.git

To access the Mild folder, use the following command:

cd Mild/

Prior to modifying the build.sh and install.sh files, grant them execution permissions by running the following command:

chmod +x build.sh && chmod +x install.sh

To conclude, execute the "build.sh" and "install.sh" files by running the following command:

./build.sh && ./install.sh

Uninstall

To remove Mild and its build dependencies, use the following commands:

sudo pacman -Rsn curl rust git -y && cd .. && rm -rf Mild/ && sudo rm -r /bin/mild

You can now select the graphical environment that you want to install on your computer Desktop Enviroments.

Non-Make

Before proceeding, it is important to update your system to the latest version available. To do this, type the following command:

sudo pacman -Syu

Install the Rust and git compiler with this command:

sudo pacman -Syu git -y

To clone the Mild repository (Minimal Installation Linux Desktop), use the git command and run the following instruction:

git clone https://www.github.com/PEDROTUBER44/Mild.git

To access the Mild folder, use the following command:

cd Mild/

Prior to modifying the install.sh file, grant them execution permissions by running the following command:

chmod +x install.sh

To conclude, execute the "install.sh" file by running the following command:

./install.sh

Uninstall

To remove Mild and its build dependencies, use the following commands:

sudo pacman -Rsn git -y && cd .. && rm -rf Mild/ && sudo rm -r /bin/mild

You can now select the graphical environment that you want to install on your computer Desktop Enviroments.

Desktops Enviroments Archlinux

You can now select which graphical environment you want to install on your PC:

Lxde

mild --install-archlinux-lxde

Archlinux Lxde

Lxqt

mild --install-archlinux-lxqt

Archlinux Lxqt

Xfce4

mild --install-archlinux-xfce

Archlinux Xfce4

Gnome

mild --install-archlinux-gnome

Archlinux Gnome

Mate

mild --install-archlinux-mate

Archlinux Mate

Kde plasma

mild --install-archlinux-kdeplasma

Archlinux Kdeplasma

Cinnamon

mild --install-archlinux-cinnamon

Archlinux Cinnamon

Upon completing all of these steps, you will have a thoroughly cleaned and optimized system that is suitable for your low-powered computer.


Debian 11

To install Debian 11 with mild, begin by downloading the netinstall version directly from the official website of the distribution. Next, create a bootable pendrive using a program like balena etcher. Please note that this step will delete all the data on your pendrive, so proceed with caution. Once the bootable pendrive is ready, restart your computer and boot it from the pendrive. You will then see a screen where you can select the option “Graphical Install”. This option verifies whether the ISO file on the pendrive is corrupted or not, and if it is not, it will proceed with installing the system.

Then, proceed to follow the step-by-step instructions below to complete the pre-installation of Debian 11:

UEFI

Instalacao.do.Debian.11.webm

For optimal system performance, it is recommended to use the partition scheme provided below:

Order Type Size
efi 500MB
swap The Size Of Your Ram Memory
system Everything Else

BIOS/LEGACY

-Debian 11 Install Legacy Video-

For optimal system performance, it is recommended to use the partition scheme provided below:

Order Type Size
bios 2MIB
swap The Size Of Your Ram Memory
system Everything Else

Post Install

To start, press the keys Ctrl + Alt + F2 and log in with the user you created earlier.

-Tela de login do debian 11-

Select the option that best suits your needs: install the precompiled package or manually compile it on your own machine:

Make

Before proceeding, it is important to update your system to the latest version available. To do this, type the following command:

sudo apt update -y

Install the Rust and git compiler with this command:

sudo apt install curl rust git -y

To clone the Mild repository (Minimal Installation Linux Desktop), use the git command and run the following instruction:

git clone https://www.github.com/PEDROTUBER44/Mild.git

To access the Mild folder, use the following command:

cd Mild/

Prior to modifying the build.sh and install.sh files, grant them execution permissions by running the following command:

chmod +x build.sh && chmod +x install.sh

To conclude, execute the "build.sh" and "install.sh" files by running the following command:

./build.sh && ./install.sh

Uninstall

To remove Mild and its build dependencies, use the following commands:

sudo apt remove curl rust git -y && cd .. && rm -rf Mild/ && sudo rm -r /bin/mild

You can now select the graphical environment that you want to install on your computer Desktop Enviroments.

Non-Make

Before proceeding, it is important to update your system to the latest version available. To do this, type the following command:

sudo apt update -y

Install the Rust and git compiler with this command:

sudo apt install git -y

To clone the Mild repository (Minimal Installation Linux Desktop), use the git command and run the following instruction:

git clone https://www.github.com/PEDROTUBER44/Mild.git

To access the Mild folder, use the following command:

cd Mild/

Prior to modifying the install.sh file, grant them execution permissions by running the following command:

chmod +x install.sh

To conclude, execute the "build.sh" and "install.sh" files by running the following command:

./install.sh

Uninstall

To remove Mild and its build dependencies, use the following commands:

sudo apt remove git -y && cd .. && rm -rf Mild/ && sudo rm -r /bin/mild

You can now select the graphical environment that you want to install on your computer Desktop Enviroments.

Desktops Enviroments Debian 11

You can now select which graphical environment you want to install on your PC:

Lxde

mild --install-debian-lxde

-Imagem Archlinux Lxde-

Lxqt

mild --install-debian-lxqt

-Imagem Archlinux Lxqt-

Xfce4

mild --install-debian-xfce

-Imagem Archlinux Xfce-

Gnome

mild --install-debian-gnome

-Imagem Archlinux Gnome-

Mate

mild --install-debian-mate

-Imagem Archlinux Mate-

Kde plasma

mild --install-debian-kdeplasma

-Imagem Archlinux KDE Plasma-

Cinnamon

mild --install-debian-cinnamon

-Imagem Archlinux Cinnamon-

Upon completing all of these steps, you will have a thoroughly cleaned and optimized system that is suitable for your low-powered computer.


Fedora 37

To install Fedora 37 with mild, begin by downloading the netinstall version directly from the official website of the distribution. Next, create a bootable pendrive using a program like balena etcher. Please note that this step will delete all the data on your pendrive, so proceed with caution. Once the bootable pendrive is ready, restart your computer and boot it from the pendrive. You will then see a screen where you can select the option “Test this media & install Fedora 37”. This option verifies whether the ISO file on the pendrive is corrupted or not, and if it is not, it will proceed with installing the system.

![](Tela de Instalação)

Then, proceed to follow the step-by-step instructions below to complete the pre-installation of Fedora 37:

UEFI

Fedora37-Instalation-UEFI.mp4

For optimal system performance, it is recommended to use the partition scheme provided below:

Order Type Size
efi 500MB
swap The Size Of Your Ram Memory
system Everything Else

BIOS/LEGACY

Fedora37-Instalation-BIOS.mp4

For optimal system performance, it is recommended to use the partition scheme provided below:

Order Type Size
bios 2MIB
swap The Size Of Your Ram Memory
system Everything Else

Post Install

To start, press the keys Ctrl + Alt + F2 and log in with the user you created earlier.

![](Tela de login no terminal)

Select the option that best suits your needs: install the precompiled package or manually compile it on your own machine:

Make

Before proceeding, it is important to update your system to the latest version available. To do this, type the following command:

sudo dnf update -y

Install the Rust and git compiler with this command:

sudo dnf install cargo curl rust git -y

To clone the Mild repository (Minimal Installation Linux Desktop), use the git command and run the following instruction:

git clone https://www.github.com/PEDROTUBER44/Mild.git

To access the Mild folder, use the following command:

cd Mild/

Prior to modifying the build.sh and install.sh files, grant them execution permissions by running the following command:

chmod +x build.sh && chmod +x install.sh

To conclude, execute the "build.sh" and "install.sh" files by running the following command:

./build.sh && ./install.sh

Uninstall

To remove Mild and its build dependencies, use the following commands:

sudo dnf remove cargo curl rust git -y && cd .. && rm -rf Mild/ && sudo rm -r /bin/mild

You can now select the graphical environment that you want to install on your computer Desktop Enviroments.

Non-Make

Before proceeding, it is important to update your system to the latest version available. To do this, type the following command:

sudo apt update -y

Install the Rust and git compiler with this command:

sudo apt install git -y

To clone the Mild repository (Minimal Installation Linux Desktop), use the git command and run the following instruction:

git clone https://www.github.com/PEDROTUBER44/Mild.git

To access the Mild folder, use the following command:

cd Mild/

Prior to modifying the install.sh file, grant them execution permissions by running the following command:

chmod +x install.sh

To conclude, execute the "build.sh" and "install.sh" files by running the following command:

./install.sh

Uninstall

To remove Mild and its build dependencies, use the following commands:

sudo apt remove git -y && cd .. && rm -rf Mild/ && sudo rm -r /bin/mild

You can now select the graphical environment that you want to install on your computer Desktop Enviroments.

Desktops Enviroments Fedora 37

You can now select which graphical environment you want to install on your PC:

Lxde

mild --install-fedora-lxde

Fedora Lxde

Lxqt

mild --install-fedora-lxde

Fedora Lxqt

Xfce4

mild --install-fedora-xfce

Fedora Xfce

Gnome

mild --install-fedora-gnome

Fedora Gnome

Mate

mild --install-fedora-mate

Fedora Mate

Kde plasma

mild --install-fedora-kdeplasma

Fedora KdePlasma

Cinnamon

mild --install-fedora-cinnamon

Fedora Cinnamon

Upon completing all of these steps, you will have a thoroughly cleaned and optimized system that is suitable for your low-powered computer.


About

MILD is a user-friendly and efficient text-based installer designed to install a Desktop Environment (D.E.) along with only the essential applications required for each specific graphical environment.

Topics

Resources

License

Stars

Watchers

Forks