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.
- Pick the latest release.
- Download
DropSlim-<version>-universal.dmg.
- Open the downloaded
.dmg. - Drag DropSlim into Applications.
- Eject the disk image.
After that, launch DropSlim like any other app (Dock, Spotlight, or Applications).
- 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.