RapidRAW is a free, open-source RAW photo editor that develops your camera files with GPU-accelerated, non-destructive editing and local AI masking, in a download under 20 MB with no subscription and no account.
RAW files hold everything the sensor saw, which is why they look flat until something develops them, and why the software that does it usually costs a monthly fee.
RapidRAW is the free way out of that.
It is an open-source RAW editor under 20 MB, written in Rust with GPU-accelerated processing, and it runs on Windows, macOS, Linux and, experimentally, Android.
Nothing is held back behind an upgrade. It is AGPL-3.0 licensed, so the whole thing is free, permanently, and there is no account to make.
What It Actually Does
The editing model is non-destructive: your RAW file is never touched, and every adjustment lands in a tiny sidecar file next to it.
You get the tools you would expect to reach for first - exposure, contrast, highlights, shadows, whites, blacks, curves, vibrance and saturation - plus cropping, rotation, lens correction and noise reduction.
The library side handles the boring part: folder browsing, star ratings, keyword tags, metadata with GPS, and search across the lot.
Because the processing runs on the GPU rather than the processor, sliders respond as you drag them instead of a second later, which is the whole reason the project exists.
The AI Tools, and Where They Run
The built-in AI features run entirely on your own machine. Nothing is uploaded, nothing needs an account, and there is no per-use cost.
AI masking picks out subjects, skies and foregrounds automatically, built on the SAM 2 and U-2-Net models, so you can brighten a face or drop the sky a stop without painting a mask by hand.
Depth-based masking uses Depth Anything V2 to work out how far things are from the camera, which is what powers the lens blur tool. There is also a simple content-aware fill for removing small distractions, and AI noise reduction.
Your library is tagged automatically by a local CLIP model too, so searching for "beach" finds the beach photos without you having tagged a single one.
For heavier generative work there is an optional bridge to a ComfyUI server you host yourself. It is off by default and entirely optional.
New in Version 1.6.3
This is the biggest release the project has shipped, and it moves RapidRAW from a developer into something closer to a studio tool.
- Focus stacking. Combine several frames shot at different focus distances into one image that is sharp front to back, which is the standard answer for macro, product and landscape work where optics alone cannot hold the whole scene.
- Camera tethering, on macOS and Linux only. Shoot over USB straight into your library with live view, composition guides, camera controls for shutter, aperture, ISO and white balance, and a ghost overlay of your last frame to keep framing consistent.
- Built-in analog film emulations. Spectrally modelled film profiles from the open-source spektrafilm project, running in a scene-referred pipeline inside the GPU shader rather than as flat LUTs, so highlights roll off instead of clipping.
- Rewritten sharpening. A multi-scale deconvolution approach with halo suppression, which sharpens fine detail without the bright edge fringing the old method could produce.
- Drag and drop for the library. Select a batch of images and drag them straight into a folder or album.
- Full EXIF on export. Exported files now carry the complete capture metadata rather than a stripped subset.
Tethering has conditions. It does not work on Windows or Android at all, because of driver limitations in those systems, and on macOS and Linux it needs the libgphoto2 library installed first plus a separate tethering build rather than the standard download.
If you are updating from before 1.6.0, three earlier additions arrive with this one and are worth knowing about.
- Lens blur. A depth-based bokeh tool with control over blur amount, diffusion, bokeh shape and depth range - narrow that range to a band and you get a tilt-shift effect that turns a cityscape into a model village.
- Culling view. Up to six images side by side with ratings and metadata visible, for picking the sharp frame out of a bracket without flicking back and forth.
- RAW plus JPEG grouping, which stacks each pair as one library item, and a command-line exporter that processes a folder from a script with no window ever opening.
If Windows or macOS Refuses to Open It
RapidRAW is not code-signed, because certificates cost more than a free project can justify. That produces two alarming but harmless warnings, and they are the most common reason people give up on it.
On Windows, SmartScreen may block the launch. Click More info, then Run anyway.
On macOS the app is often reported as damaged, which is the quarantine flag rather than a real problem. Open Terminal and run xattr -dr com.apple.quarantine /Applications/RapidRAW.app once after installing, then launch it normally.
On Linux, GPU driver differences mean the app starts in a compatibility mode by default. If performance feels slow on an older build, updating to the current release is the first thing to try.
How It Compares to the Other Free Editors
darktable is the heavyweight of free RAW development, with far more modules and a much steeper learning curve. If you want total control and do not mind reading documentation, that is the one.
RawTherapee sits in similar territory, with a reputation for demosaicing quality and an interface that assumes you know what you are doing.
RapidRAW trades some of that depth for speed and a calm interface. If you have opened darktable, felt overwhelmed and closed it again, this is the one to try next.
Against Lightroom the difference is the business model rather than the ambition, and the gaps are real: no cloud sync, no phone-to-desktop workflow, and a much smaller preset and tutorial ecosystem.
Who Should Look Elsewhere
It is a RAW developer, not a pixel editor. There are no layers, no text, no compositing.
For that work, GIMP handles the full retouching job and Paint.NET covers quicker edits with a gentler interface.
It is also a young project moving quickly, with hundreds of open issues on the tracker. If you need something that has not changed in five years, this is not it.
And if tethered shooting is the reason you are here, check your platform first - that feature does not exist on Windows.
Getting RAW Files to Behave in Windows
RapidRAW opens your files, but File Explorer still shows blank icons for .CR3, .NEF, .ARW and the rest until Windows learns the format.
Microsoft's Raw Image Extension fixes that, adding thumbnails and metadata to Explorer and the Photos app. SageThumbs is the third-party alternative and covers more formats.
Your camera manufacturer used to publish a codec for this, and every one of them stopped - why they all abandoned it explains what happened and why Microsoft's version is now the answer.
If your camera is newer than your software, Adobe DNG Converter turns any RAW file into a DNG that everything can read.
Not sure what your camera even produces? Understanding RAW formats explains the differences between the manufacturer formats and DNG.
For browsing a shoot before you edit it, these four all read RAW directly:
- IrfanView - the lightest, extended through its plugins pack.
- XnView MP - over 700 formats, with batch tools attached.
- ImageGlass - the modern-looking one.
- FastStone Image Viewer - full-screen browsing with EXIF on tap.
Afterwards, XnConvert batch-converts and resizes the exports for the web.
Exports and Modern Formats
Exports go out as JPEG, PNG, TIFF or JPEG XL, and the JPEG XL quality curve was retuned during the 1.6 series for a better size-to-quality trade.
JPEG XL is worth knowing about if you archive photos, since it stores more detail per megabyte than JPEG. Windows does not read it by default, and viewing JPEG XL files on Windows covers the fix.
The same gap applies to the phone formats sitting in your library: HEIF Image Extensions for the .heic files an iPhone makes, and WebP Image Extensions for anything saved from the web.
What It Runs On
There are builds for Windows x64, macOS on both Apple Silicon and Intel, Ubuntu 22.04 and 24.04, plus RPM, AppImage and ARM packages, and an experimental Android APK.
Separate tethering builds exist for macOS and the two Ubuntu versions, and those are the only way to get that feature. There is no Windows equivalent.
Any machine with working graphics drivers will run it. GPU-Z will tell you what card and driver version you have if the app complains.
The whole download is under 20 MB, which is the part that still surprises people coming from a multi-gigabyte install.
Quick questions
macOS says the file is damaged and will not open it
It is not damaged. The app is unsigned, so macOS quarantines it - open Terminal and run xattr -dr com.apple.quarantine /Applications/RapidRAW.app once after installing, then launch it normally.
Is RapidRAW really free?
Yes, entirely. It is AGPL-3.0 licensed with no paid tier, no trial period and no account to create.
Does camera tethering work on Windows?
No. Tethering is macOS and Linux only, it needs a separate build, and the libgphoto2 library has to be installed on your system first.
Do the AI features send my photos anywhere?
No. Masking, depth detection, denoising and library tagging all run locally on your own machine, with no upload and no per-use cost.
Windows SmartScreen is blocking it. Is that a virus warning?
No, it means the app is not code-signed, which certificates make expensive for a free project. Click More info, then Run anyway.
Will it replace Lightroom?
For developing files, it is closer than you would expect. What it does not have is cloud sync, a phone-to-desktop workflow, or anything like the same preset and tutorial ecosystem.
RapidRAW is developed by a single author publishing as CyberTimon, and the rest of the category is in the Graphics section.
Download RapidRAW 1.6.3 and see how it handles your files, or tell us how you got on if you have used it before.
