An user-friendly ISO flashing application for Windows, similar to balenaEtcher but with additional Rufus-like features.
- Modern Dark UI with Light mode support: Clean, professional dark interface but also supports light mode.
- 4-Layer Workflow:
- Select USB Drive
- Select Boot Method
- Configure Settings (Volume Name, Partition Scheme, File System and etc.)
- Flash ISO
- ISO Validation: Automatically validates ISO files and checks if they're bootable.
- Auto Volume Detection: Extracts volume name from ISO files when available.
- Multiple Boot Options: Support for MS-DOS, FreeDOS, Syslinux, Grub and etc.
- Progress Tracking: Real-time progress updates during flashing.
- Safety Features: Confirmation dialogs and drive validation.
- Download the latest release.
- Run
LahiriISOFlasher.exe. (It is recommended to use Windows 10).
- Clone the repository or download the latest source code:
git clone https://github.com/AbhyudayadityaStudios/LahiriISOFlasher
- Install dependencies:
py -m pip install -r requirements.txt
- Run the application (optional):
py main.py
- Create an executable:
py build.py