This update brings a boost in rendering speed, a reworked preset system, and the first steps onto Android. I've built a direct WGPU renderer that skips the usual webview overhead, making the app feel incredibly fast. I've also rewritten the presets system so you can now create "Tool" presets that stack on top of your edits, and you can finally save masks and crops into them. On top of that, there's a new mask intersect mode alongside new flow masks, and several highly requested workflow improvements like batch denoising or keeping EXIF data for stitched and denoised files.
I've implemented a direct WGPU renderer that bypasses Tauri's standard communication and browser decoding. It essentially draws a native window behind the webview, making the editing experience noticeably smoother.
Note for especially Linux users: This new renderer is currently experimental and not available on Linux. Tauri uses GTK for webviews on Linux, which conflicts with WGPU on the same screen surface and causes flickering. To keep things stable, Linux versions will safely default to the standard webview renderer for now. For more informations, check this issue: tauri-apps/tauri#9220.
The presets system has been completely rebuilt to give you more flexibility in your workflow.
I'm excited to officially bring RapidRAW to Android! This is an early, experimental build, so you might run into a few bugs. Currently, the UI is specifically optimized for tablets (it will not display properly on phones yet). General editing and masking are working nicely.
The AI tools require a lot of memory, so I highly recommend testing this on an Android device with at least 8 GB of RAM.
Many thanks to @Duecki1 for the support in releasing RapidRAW for Android.
You can now easily intersect masks, making complex masking workflows simpler and more precise. The new Flow Mask type works like an additive brush. It builds up strength when you paint over the same area multiple times, which is perfect for dodge and burn adjustments. You can now copy and paste masks and crops between images! This is turned off by default to prevent accidental overwrites, but you can easily enable it in the copy/paste settings. I've completely rewritten the engine for zooming, panning, and pinching on the canvas. Trackpad users on macOS will notice it finally feels completely native and smooth. Denoised and stitched images now keep their original EXIF data (saved using the new New Features
Direct WGPU Renderer
Reworked Presets System
Experimental Android Support
Intersecting Masks
Flow Masks
Copy/Paste Upgrades
Fluid Canvas Navigation
Windows users: There is currently a minor gesture quirk on Windows, so you will need to hold down CTRL while using a two-finger scroll to zoom. A more seamless fix is planned for a future update!
Retaining EXIF Data
.rrexif format). This means you will no longer lose your lens correction profiles, capture dates, or export data when running these intensive processes.
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 (Tablet UI only) | ARM64 | .apk
| RapidRAW for Android (Experimental) |
For other platforms and formats (ARM builds, RPM, AppImage, etc.), check the full asset list below.
Running on Windows, macOS and Linux
RapidRAW is not yet code-signed, so Windows and macOS may show warnings when launching the app. On Linux, GPU driver differences require a default compatibility mode.
-
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-
Linux: The app starts in compatibility mode by default to ensure stability across different GPU drivers and distributions.
- Disable compatibility mode in Settings to enable GPU acceleration.