RapidRAW has officially crossed 10,000 GitHub stars and over 610,000 downloads. What started as an empty project folder on my laptop has grown into an incredible global community of photographers and open-source contributors. To celebrate this milestone, I wrote a deep-dive reflection on the entire journey, covering the early prototypes, the late-night shader experiments, and the path forward. You can read the full retrospective on the blog.
Alongside this milestone, version 1.6.4 delivers one of the most technically challenging updates yet: rebuilt highlight recovery capable of reconstructing clipped color channels. This release also reworks the shader pipeline to introduce true exposure adjustments, adds a responsive masonry grid layout to the library, includes faster crop and pan canvas shortcuts, offers a neutral grey canvas mode, and squashes several backend bugs across export and EXIF handling.
To be 100% honest with you: highlight recovery was always one of the weaker spots in RapidRAW. I spent so many hours trying to get it right in the past that I started telling myself it was just "too hard" to solve nicely. But over the last few days, I had a strong urge to finally crack it, and I'm honestly blown away by how well it works now. RapidRAW can now reconstruct clipped highlights (> 1.0) using the remaining color channel information.
The results speak for themselves:
Example 1 (Shot by Wojciech Wolas):
Example 2:
Example 3:
Alongside this, I reworked parts of the shader pipeline. To reflect how the math actually works now:
It might seem like a small detail, but this is a massive workflow improvement. You no longer have to open the crop tool and drag the corner handles every single time:
This makes reframing and checking compositions super fast and intuitive.
The Sources panel now includes an active folder navigation header, letting you quickly move back and forth between directories. Added a new thumbnail view mode that arranges photos into a clean masonry layout, utilizing all available screen space. Alongside this change, the Original Ratio thumbnail mode is now enabled by default.
You can now toggle the canvas background to a neutral middle-grey in the settings. This helps avoid optical contrast illusions and color bias while editing.New Features
Highlight Recovery
Before
After
Before
After
Before
After
New Crop, Pan & Zoom Shortcuts
Library Navigation
Masonry Library Grid
Neutral Grey Canvas
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