Releases: vicrodh/usb-bootable-creator
Releases · vicrodh/usb-bootable-creator
Release list
Had to install Windows, so this project got dusted off
Full Changelog: v0.1.24...v0.3.0
v0.2.0-alpha
• MajUSB Bootable Creator v0.2.0-alpha
What’s in this release:
- AppImage (recommended): Includes bundled wimlib-imagex and sgdisk for Windows dual-partition creation and GPT repair. No external deps needed; works even on noexec / tmp via the built-in wrapper.
- DEB package: Produced for convenience but not yet tested—use at your own risk.
- CLI binaries: rust-usb-bootable-creator and cli_helper, plus desktop file and icon.
Capabilities:
- Windows USB creation using dual partitions (FAT32/NTFS), copying ISO contents (no dd overwrite), with bundled wimlib-imagex/sgdisk.
- Linux ISO writing with existing flow.
- GTK4 GUI with progress and logging.
- Dependency checks now satisfied by the bundled tools in the AppImage.
Recommended usage:
- Prefer the AppImage for testing and general use.
- Alternatively, compile from source with cargo build --release to ensure all system deps are present.
- DEB is unverified; please test and report if you try it.
Known limitations:
- RPM builds are temporarily disabled in CI; not shipped in this release.