Skip to content

Getting an ISO

First, we have two ways to obtain an ISO file.

  • If you want the convenience of saving time on building, you can choose to download the ISO from hosting services.
  • If you want your ISO to always be up-to-date, you can choose to build it from source code.

Google Drive

Obtain an ISO here: Download

SourceForge

Obtain an ISO here: Download

Let’s get started!

  • First, you need to git clone this folder to your HOME directory.
Terminal window
# You can replace ~ with $HOME if you want.
cd ~ && git clone https://github.com/RengeOS/Source-ISO && cd ~/Source-ISO/
  • Then run the build_iso script.
Terminal window
./build_iso
  • After the build process is complete, we will have the ISO file located in the out folder.