Skip to content

Releases: vicrodh/usb-bootable-creator

Had to install Windows, so this project got dusted off

Choose a tag to compare

@github-actions github-actions released this 26 Aug 21:00
v0.3.0
b851206

Full Changelog: v0.1.24...v0.3.0

v0.2.0-alpha

v0.2.0-alpha Pre-release
Pre-release

Choose a tag to compare

@vicrodh vicrodh released this 29 Nov 06:00

• 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.