BuildIso BuildIso
winget install --id=BuildIso.BuildIso -e Lightweight ISO generator for OSDev.
winget install --id=BuildIso.BuildIso -e Lightweight ISO generator for OSDev.
No way! Iso generator?
BuildIso is a tiny, portable, dependency‑free ISO generator designed for OS developers.
It integrates directly into Visual Studio as an External Tool and produces a bootable ISO with a single click.
No VSIX.
No workloads.
No installers.
Just one .exe dropped into your project folder.
Your OS project should look like this:
MyOS/
├── BuildIso.exe
├── boot/
│ └── boot.bin
├── iso_root/
│ └── KERNEL.BIN
└── MyOS.csproj
boot/boot.bin → your 512‑byte (0x55AA) bootloader or your 2048-byte (El Torito no‑emulation) bootloaderiso_root/ → all files to include in the ISO (kernel, config, etc.)Build ISO$(ProjectDir)\BuildIso.exe$(ProjectDir)$(ProjectDir)Click OK.
You now have a Build ISO entry in the Tools menu.
(Optional) Add it to the toolbar for one‑click builds.
BuildIso:
.csproj fileiso_root/boot/boot.bin as the El Torito boot image.iso
in the project root.
boot.bin)iso_root/ directoryMIT License.
Feel free to modify, fork, and improve.
Created by Srcfrcg, htmluser-hub, BuildIso, with guidance and support from Copilot.
Designed to be simple, portable, and OSDev‑friendly. (solo dev)
For support me you can donate : https://srcfrcg.itch.io/buildiso
Coming soon. Planned improvements and enhancements coming soon.
BuildIso.com What is this? It's a website where you can browse and learn more. If you have any suggestions, feel free to contact me via email or share them in the discussions or issues. This site is in beta. Enjoy!
The official SHA256 hash of the v2026.7 win64 executable (as verified on GitHub) is: sha256:c1fb979badfd2f1449b9f68a5bdefd98aacb64fa2ab3577dd48266acb92568cb This checksum corresponds to the BuildIso v2026.7 win64 release file.
BuildIso Pro adds advanced features for power users. BuildIsoPro.exe is now available it costs 4.99€ EUR Link : https://srcfrcg.itch.io/buildisopro BuildIso Pro is MIT
Official websites is buildiso.com, api.buildiso.com and docs.buildiso.com and install.buildiso.com and lcrawl.buildiso.com and community.buildiso.com.
To contribute please write a issue or a discussion or a mail.
> [!IMPORTANT]
> BuildIso is now in winget, type winget install BuildIso.BuildIso in your PowerShell and enjoy.
> [!WARNING] > The official package and the only is BuildIso.BuildIso and only for Windows
Answered in docs answer 3