DropDMG is a Mac utility for creating, converting, and managing disk images and archives — the go-to tool for anyone who distributes or archives software on macOS.
What is DropDMG?
DropDMG is a long-standing macOS application from C-Command Software that turns the notoriously fiddly process of building distributable disk images into a drag-and-drop affair. Drop a folder onto it, and you get a polished, signed, optionally compressed DMG ready to share — no Terminal incantations required. Beyond DMGs, it handles a broad range of archive formats, making it genuinely useful as a daily compression and packaging workhorse, not just a release-day tool.
What does DropDMG do best?
DropDMG excels at producing professional, distributable DMGs with minimal friction. That means segmented disk images for optical media, internet-enabled DMGs that auto-open after download, and beautifully configured windows with custom background images and icon layouts — the kind of polish that separates a serious indie developer from someone who just ran hdiutil in a panic.
I use it before every release: set up a layout configuration once, then every subsequent build is a single drag. The configuration system is deep — separate profiles for development builds, beta distributions, and final releases — but the defaults are sane enough that you can be productive in minutes. It also handles encryption natively, which is handy for archiving sensitive project folders without reaching for separate tools.
- Drag-and-drop DMG creation with reusable layout configurations
- Custom window layouts: background images, icon positions, view options
- Multiple archive formats: DMG, ZIP, TAR, GZIP, BZIP2, XZ, and more
- Encryption and segmentation built in, no extra steps
- Automator and command-line support for CI pipeline integration
- Apple Silicon native on current builds
Who should use DropDMG?
DropDMG is squarely aimed at Mac developers and power users who ship software or manage large file archives. If you distribute a Mac app — even occasionally — DropDMG pays for itself the first time you avoid an hour of hdiutil debugging. It is equally useful for sysadmins who package software for internal deployment, and for anyone who wants a reliable, scriptable compression utility with a proper GUI.
Casual users who only need to unzip the occasional file do not need it — macOS handles that natively. But the moment you need to create something distributable, or want consistent, reproducible archives, DropDMG is the right tool in the drawer.
How much does DropDMG cost?
DropDMG is a paid application sold directly by C-Command Software. A free trial is available from the developer's website so you can evaluate it before purchasing. It is not on the Mac App Store, which means no sandboxing restrictions and direct updates from the developer — a meaningful advantage for a tool that integrates deeply with the filesystem and command line.
What are the best DropDMG alternatives?
The closest direct alternative is DMG Canvas by Araelium Group, which takes a more visual, drag-and-drop layout approach inside a single canvas window — great if you prioritise the aesthetics of the DMG window above all else. The Unarchiver and Keka handle many of the same compression formats but lack DMG creation and the layout/configuration depth that DropDMG offers. For pure command-line work, hdiutil (built into macOS) and create-dmg (open-source, shell-script-based) are free but require meaningful scripting investment and offer no GUI layout tooling. DropDMG sits in the sweet spot: more powerful than a simple archiver, far friendlier than shell scripts.
How does DropDMG compare to DMG Canvas?
DMG Canvas is the sharpest competitor. It offers a live WYSIWYG canvas where you drag icons into place visually, which feels more immediate for one-off designs. DropDMG's strength is its configuration system — once you have a layout profile, you can rebuild your DMG identically from Automator, a shell script, or a CI server, with no GUI interaction. For solo developers who make one app, DMG Canvas may feel more tactile. For teams or anyone running automated release pipelines, DropDMG's scriptability and configuration reuse are decisive advantages.