This is easily my largest update to date, and I couldn't be more excited to launch it. I’ve brought together an essential set of new retouching tools alongside deep performance improvements. You can now make subtle warp adjustments with Liquify, smooth skin with the Retouch tool, and fix building perspective in seconds. Behind the scenes, I also refined the AI mask edges and overhauled the caching engine so the app runs faster and stays out of your creative flow.
I've added a new Liquify tool that gives you the ability to reshape and warp specific parts of an image. It's perfect for subtle structural adjustments or creative distortion directly within your RAW workflow. A dedicated Retouch tool is now available for smoothing out textures and fixing skin blemishes. It intelligently preserves edges, ensuring your subjects retain their natural look and fine details without unwanted blurring. Fixing architectural distortion is now much easier. You can draw up to four guide lines directly on the canvas to automatically correct the perspective and perfectly align structures and buildings. I've implemented a new post-processing step for AI subject masks. The masks are now edge-aware, meaning edges snap precisely to the actual subjects in the image. This renders the transitions much more natural and eliminates the "pasted-on" look. The crop panel and transform/lens correction modals have been completely unified. All sliders are now directly integrated into the crop panel, allowing you to preview your changes in real-time on the main image canvas without needing to open a secondary modal. To improve efficiency, I realized the old EXIF architecture wasn't optimal. Previously, the app created a Previously, RapidRAW generated one medium-large thumbnail per image to use in both the library grid and the main canvas while loading. I've completely rewritten this engine to generate one low-resolution thumbnail for the library and one high-resolution thumbnail as an intermediate preview. This drastically improves both library performance and the visual clarity of images while they finish loading.
The mask creation panel has been redesigned. Masks are now categorized and structured, making it much faster and more intuitive to access the exact tool you need. To speed up your workflow, there is a new context menu shortcut that allows you to automatically apply lens corrections to all selected images at once. You can now hold New Features
Liquify Tool
Retouch Tool
Guided Perspective Correction
Edge-Aware Filter for AI Subject Masks
Rewritten Crop Panel & Transform/Lens Correction
Rewritten EXIF Caching Engine
.rrdata sidecar file for every single image just to store metadata for filtering and sorting. Now, metadata is cached directly in the application directory, and a .rrdata file is only created when you actually make adjustments to an image. This keeps your folders much cleaner.
Rewritten Thumbnail Engine
Categorized Mask Creation Panel
Auto-Apply Lens Correction
Straighten Shortcut
Shift + Drag directly on the image canvas to quickly draw a horizon line and auto-straighten the image.
Core Improvements
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 |
| Android | ARM64 | .apk
| RapidRAW for Android |
Download Tethering Builds & Setup Guide (macOS & Linux)
1. Install libgphoto2 on your machine
RapidRAW uses libgphoto2 to communicate directly with connected cameras over USB. Because the tethering binary links dynamically against this library to stream live view and control camera settings, the driver must be present on your system for the app to detect and control your camera.
-
macOS (via Homebrew):
brew install libgphoto2 pkg-config
-
Ubuntu / Debian:
sudo apt update && sudo apt install -y libgphoto2-dev pkg-config -
Arch Linux:
sudo pacman -S libgphoto2 pkgconf
-
Fedora:
sudo dnf install libgphoto2-devel pkgconf-pkg-config
2. Download Tethering Build
| OS | Architecture | Format | Download Link |
|---|---|---|---|
| macOS (Apple Silicon) | ARM64 | .dmg
| RapidRAW for macOS ARM (Tethering) |
| macOS (Intel) | x64 | .dmg
| RapidRAW for macOS x64 (Tethering) |
| Ubuntu 22.04 | x86_64 | .deb
| RapidRAW for Ubuntu 22.04 (Tethering) |
| Ubuntu 24.04 | x86_64 | .deb
| RapidRAW for Ubuntu 24.04 (Tethering) |
(Note: Windows and Android are not supported for camera tethering due to OS driver limitations).
For other platforms and formats (ARM builds, RPM, AppImage, etc.), check the full asset list below.
Running on Windows and macOS
RapidRAW is not yet code-signed, so Windows and macOS may show warnings when launching the app.
-
Windows: When launching the app, you may see a Windows Defender SmartScreen warning.
- Click "More info" → "Run anyway" to proceed.
-
macOS: You'll need to remove the quarantine flag after installation, otherwise macOS may report the app as corrupted:
xattr -dr com.apple.quarantine /Applications/RapidRAW.app