The blendOS build scripts are used to build the blendOS installation ISO images.
sudo pacman -S archiso
git clone https://git.blendos.co/blendOS/image-builder.git
cd image-builder
sudo mkarchiso -v -w workdir/ -o out/ .
Once the building process is finished you can find the ISO image in the ./out directory.
When building a second time you will have to remove the ./out and ./workdir directories.
sudo rm -rf ./out ./workdir
This is based on Arkane Linux's ISO build scripts.
Contributions, in any form, be it code or ideas are always welcome!
Refer to the ArchWiki page on Archiso for information. Or follow the introductionary videos and articles by Erik Dubois on the Carli project, if you are GNU/Linux savvy the Carli-1 series of videos should provide you with all the information you need to get started.