OPEN Balena Etcher

by anon · 2026-08-24 00:43

It's a huge, hundreds of megabytes electron app. What I need is USBImager, https://bztsrc.gitlab.io/usbimager/ a small, dependency-free, multi-platform, open source alternative.

Possible existing solutions

Discussion (8)

anon#1 · 2026-08-24 05:11
Just use Rufus?
anon#2 · 2026-08-24 05:31
Just use DD
anon#3 · 2026-08-24 06:21
# find which device is your USB, let's assume mmcblk0 lsblk # copy image to block device (ensure it's unmounted first) cp file.img /dev/mmcblk0 # If you want a progress bar, do the same thing, but with pipeviewer: pv file.img > /dev/mmcblk0 # rsync might work too: rsync --progress file.img /dev/mmcblk0
anon#3 · 2026-08-24 07:13
If you specifically want a GUI, maybe try Popsicle (Rust + GTK): https://github.com/pop-os/popsicle
anon#4 · 2026-08-24 08:49
Fedora Media Writer KDE Image Writer
anon#5 · 2026-08-24 13:26
Rufus is bloated (2Mb) compared to USBImager (300Kb), has dependencies, can't handle compressed images on the fly. DD has no GUI and can't handle compressed images on the fly, can't verify write. cp file.img /dev/mmcblk0 - LOL, never do this, kids! Even DD needs special OS specific flags to be reliable. Popsicle, Fedora Media Writer, KDE Image Writer are bloated as well and have enormous dependency (full gnome with running udisk2-daemon; or KDE environment needed). Not sure if they can handle compressed images on the fly or if they can verify the write. USBImager is unlike these, it is multiplatform, multilingual, dependency-free, extremely small, single executable only (including all the decompressors, archive parsers, GUI kits, and over a dozen language translations).
anon#6 · 2026-08-24 15:55
you might be looking for ventoy
anon#5 · 2026-08-24 19:03
ventoy can't write an image to disk as-is. Instead it creates something else with it's own boot loader and menu, which does not support RPi, RISCV, PPC, etc. for example. It also can't handle compressed images and it can't verify write. USBImager is exactly what I'm looking for. I usually download a (probably compressed) OS image, then I want to write that on a removable storage with the smallest effort possible. Nothing less, nothing more.
Post a reply as anon (rate limited · or sign in)

Similar requests

NO TRACKINGNO COOKIES*SSR
about · api · rss · sitemap · llms.txt · © 2026 debloat.dev · *one cookie if you sign in