Skip to content

v0.2.0-alpha

Pre-release
Pre-release

Choose a tag to compare

@vicrodh vicrodh released this 29 Nov 06:00
· 29 commits to main since this release

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