/boot-builder

An app to easily create bootable OS installers for macOS and Windows

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

Boot Builder

CI

An app to easily create bootable USB installers for Windows, macOS, Linux, MS-DOS, and more

Todo

  • Support Windows creation
  • Ship with wimlib + it's deps
  • Support macOS install creation
  • Support Linux/normal ISO flash
  • Ability to download Windows .iso files
  • Ability to download macOS installers (maybe not legal, we'll see)
  • Checksum verification option for Win and Linux

Quick Setup

# clone the project
git clone https://github.com/kyleaupton/boot-builder.git

# enter the project directory
cd os-install-maker

# install dependencies
yarn

# develop
yarn dev