Skip to content

instantOS/instantARCH

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7b9b0df · Mar 4, 2025
Jul 6, 2020
Sep 8, 2021
Sep 16, 2023
Jan 14, 2024
May 28, 2023
Oct 28, 2023
Jul 12, 2021
Jun 25, 2020
Dec 5, 2022
Mar 4, 2025
Jun 1, 2020
Dec 9, 2020
Sep 20, 2022
Mar 12, 2023
Feb 11, 2021
Mar 27, 2022
Sep 11, 2020
Sep 16, 2023
Jan 14, 2024
Mar 19, 2023
Feb 11, 2023
Jan 14, 2024
Sep 15, 2021
Aug 18, 2021
Jul 26, 2020
Jun 15, 2020
Mar 4, 2021
Feb 11, 2023
Oct 28, 2023
Dec 9, 2020
Mar 12, 2023
Jun 26, 2022
Sep 15, 2021
Mar 19, 2023

Repository files navigation

instantARCH

A user friendly minimal installer for instantOS

Codacy Badge Discord Maintenance


instantARCH is a super lightweight quick & easy to use installer for instantOS.

Features

  • Ask all user input before installation
  • Graphical and command line interface
  • Lightweight
  • Easy to use
  • Netinstall that stays pretty close to Arch

Usage

instantARCH is preinstalled on all instantOS iso files (duh) and can be launched through the welcome app or the widget in the top right.
It can also be run as a command line application on a vanilla arch live disk.

bash <(curl -L instantos.io/install)

Comparison with other installers

Why did instantOS go for a custom installer instead of just using what's out there? To be clear, all of the installers below are fine pieces of software and I do not want to talk anyone out of using them. This comparison just lists the reasons why they aren't used by instantOS and the advantages that instantARCH has over them that make it fit for the project.

Architect

Architect might seem similar at first glance but you quickly realize that it is made for people who would have been capable of installing arch the arch way anyway. The level of knowledge required is almost the same and has the same room for error. It has the possibility of executing a step twice, erasing the progress of other steps and you can absolutely end up with a non-bootable system. All of these things would be pretty big flaws for a normal setup wizard (which architect is not trying to be which makes it unfit for instantOS).

Calamares

Calamares is probably the project closest to being fit for instantOS. The user experience is clear and straight forward, all user input is asked for before the installation and it can well be used even by people without a lot of experience. It is still not used over instantARCH for several reasons: The hardware requirements are above those of the OS itself meaning it would prevent installation on machines that are well capable of running the OS. It is also far more complex under the hood, meaning extending it with more functionality would be a substantial amount of work. Finally only amd64 is officially supported, porting instantOS to other architectures (which is planned) would mean leaving the official support of Calamares developers.