RapidRAW v1.4.0 is finally available. This update introduces several new tools and foundational improvements to the software. Here’s a breakdown of what’s new:
Culling is tedious. The new Auto Culling feature is designed to speed this up. It scans your selection for duplicates and blurry photos, then lets you flag or delete them in a batch: A collage maker has been integrated into the app. It provides multiple layouts and allows you to control spacing, border radius, and background color for creating custom compositions:
For more fundamental control over color, I've added a Color Calibration panel. Unlike HSL, this tool lets you directly modify the hue and saturation of the primary RGB channels, enabling more significant and stylized color shifts: To improve workflow flexibility, you can now import presets from other common photo editors. Note that due to different processing engines, the conversion is not 1:1, but it provides a solid starting point for your edits. I'm committed to keeping the UI clean. As more niche tools are added, they can clutter the workspace. A new setting now lets you hide advanced adjustments you don't use, allowing you to maintain a simpler interface: You can now sort the photo library by EXIF data. Once enabled in the settings, you can organize your view by ISO, aperture, focal length, and other tags: The previous implementation of local contrast tools (Sharpness, Clarity, Structure) was not up to my standard (affected exposure too much). I've re-engineered them to provide higher quality results and interact more predictably with other adjustments like exposure.
A thank you to everyone who contributed between these versions. In particular:
In this update, I've had to change the application's internal identifier from Unfortunately, this means that when you first launch v1.4.0, it won't be able to find your existing user data. As a result:
To avoid losing your data, I've outlined two migration options below. Please choose one before you launch the new version for the first time. Keep in mind that edits are stored in sidecars and aren't affected by this migration.
This method is the best option as it migrates everything: your settings, presets, and cached data. To do this, you'll need to manually rename the application's data folder.
If you only care about saving your presets and don't mind re-caching thumbnails and models, this is a simpler alternative.
I sincerely apologize for the inconvenience this one-time migration step causes. This change was a tough decision, but it sets the app up for a more stable and robust future. Thank you for your understanding!
New Features
Auto Culling
Collage Maker
Collage Maker
Example Output
Color Calibration
Universal Preset Importer
Adjustments Visibility
Sort Library by EXIF Data
Core Improvements
Reworked Local Contrast Tools
Other Fixes & Enhancements
Special Thanks
Important: Action Required for Upgrading Users
com.rapidraw.app
to io.github.CyberTimon.RapidRAW
. This is a technical but important change that helps with long-term maintenance and ensures better compatibility going forward.
Option A: Full Migration (Recommended)
%APPDATA%
(in Roaming
) and %LOCALAPPDATA%
(in Local
) and rename the com.rapidraw.app
folder in each location to io.github.CyberTimon.RapidRAW
.
~/Library/Application Support/
and rename the com.rapidraw.app
folder to io.github.CyberTimon.RapidRAW
. Example command: mv ~/Library/Application\ Support/com.rapidraw.app ~/Library/Application\ Support/io.github.CyberTimon.RapidRAW
~/.config/
and ~/.local/share/
. Rename the com.rapidraw.app
folder in each relevant location to io.github.CyberTimon.RapidRAW
.
Option B: Migrate Presets Only
What to Download
OS | Architecture | Format | Download Link |
---|---|---|---|
Windows | x64 | .exe
| RapidRAW for Windows |
macOS (Apple Silicon) | ARM64 | .dmg
| RapidRAW for macOS ARM |
macOS (Intel) | x64 | .dmg
| RapidRAW for macOS x64 |
Ubuntu 22.04 | x86_64 | .deb
| RapidRAW for Ubuntu 22.04 |
Ubuntu 24.04 | x86_64 | .deb
| RapidRAW for Ubuntu 24.04 |
For other platforms and formats (ARM builds, RPM, AppImage, etc.), check the full asset list below.
Running on macOS and Windows
Because RapidRAW is not yet code-signed, both macOS and Windows may show warnings when you try to run the app.
-
On macOS:
You’ll need to remove the quarantine flag after installation:xattr -dr com.apple.quarantine /Applications/RapidRAW.app
Without this step, macOS may report the app as "corrupted."
-
On Windows:
When launching the app, you may see a Windows Defender SmartScreen warning.- Click "More info" → "Run anyway" to continue.