A minimalist drag-and-drop desktop app for macOS to instantly shrink images.
- Drop or open PNG, JPG, GIF, SVG, WebP, and AVIF — including whole folders (processed recursively)
- Compress with pngquant, mozjpeg (via sharp), SVGO, gifsicle, and sharp for WebP/AVIF
- Review results in a simple list and reveal outputs in Finder
- Tune behavior in Settings — custom save location,
.minsuffix, subfolder, and more - Finder Quick Action (macOS) — optimize selected files or folders from Finder
.minsuffix on (default): writes a new file next to the original, e.g.photo.png→photo.min.png. The source file stays untouched..minsuffix off: replaces the original file in place with the optimized version.minifiedsubfolder: saves into aminified/folder (with or without.min, depending on the suffix setting).- Custom save folder: turn off Save optimized files in same folder in Settings — Choose folder appears; click Open to pick a destination.
No command line or build tools required — use the pre-built app from GitHub.
- macOS 11 (Big Sur) or later
- Apple Silicon (M1/M2/M3/…) or Intel Mac (one
.dmgfor both)
- Open GitHub Releases (right-hand sidebar on the project page).
- Pick the latest release.
- Download
DropSlim-<version>-universal.dmgfrom the Assets section.
Important: Do not use the green Code → Download ZIP button. That archive contains source code only — not a runnable macOS app. Also avoid .zip downloads of the app itself: ZIP archives can strip Unix execute permissions from the binary inside the .app bundle. DropSlim is distributed as a .dmg only.
- Open the downloaded
.dmg. - Drag DropSlim into Applications.
- Eject the disk image.
DropSlim is not signed with an Apple Developer ID. macOS will show a security notice the first time you open it. That is expected.
- Open Applications in Finder.
- Right-click (or Control-click) DropSlim and choose Open.
- Confirm with Open in the dialog.
After this one-time step, you can launch DropSlim normally from the Dock, Spotlight, or Applications. Without an Apple Developer ID, macOS cannot fully verify the app — but it is safe to open using the steps above.
- Drop images or a folder onto the window, use the file picker (files and folders), or in Finder right-click an image → Open With → DropSlim.
- Supported formats: PNG, JPG, JPEG, GIF, SVG, WebP, and AVIF.
- Optimized files appear in the list; click an entry to reveal it in Finder.
- Open Settings (footer button, DropSlim → Preferences, or ⌘,). To use a fixed output folder: disable Save optimized files in same folder, then Choose folder → Open.
Based on the concept of Image Shrinker (CC0-1.0) by Stefan Schulz-Lauterbach. I used his app for all my image optimization tasks outside of a development context. Thank you very much! DropSlim was developed to create a similar app that supports Apple chips.
Copyright (C) 2026-present, Martin Farkas.