RawTherapee is a free, open source photo & video editors project written in C++ and released under GPL-3.0. It has 4,178 GitHub stars, 417 forks and 1,028 open issues, and was last pushed 5 days ago. On this registry it ranks #10 of 10 tracked projects in Photo & Video Editors, with 5 head-to-head comparisons available. It gained 9 stars over the last 6 tracked days.

What is RawTherapee?

What it is

RawTherapee is a cross-platform raw photo processing program released as libre software under the GNU General Public License Version 3. It is written mostly in C++ with a GTK+ front-end, and it reads raw files through a patched version of dcraw combined with an in-house solution that adds support for certain camera models dcraw does not handle and improves the accuracy of certain raw files dcraw already supports. The project lives in the open-source photography ecosystem, with its documentation hosted on RawPedia and its community discussion taking place in the RawTherapee section of the pixls.us forum.

The concrete problem it solves is control over raw development. RawTherapee is notable for the advanced control it gives the user over the demosaicing and development process, which matters to photographers who want to understand and steer how a sensor's data becomes a finished image rather than accept a fixed pipeline. It develops raw files from a broad range of digital cameras, along with HDR DNG files and non-raw formats such as JPEG, TIFF and PNG. It is deliberately not an all-in-one program: the README states that peripheral features such as digital asset management, printing and uploading are left to other specialized open-source software.

Key capabilities

  • Reads raw files through a patched dcraw plus an in-house solution for higher-quality support of certain camera models.
  • Develops HDR DNG files as well as non-raw JPEG, TIFF and PNG images.
  • Provides advanced user control over the demosaicing and development process.
  • Runs cross-platform, with documented build paths for Linux, Windows and macOS.
  • Ships a GTK+ front-end written mostly in C++.
  • Licensed under GPL-3.0, with source tarballs published for download.
  • Documented feature-by-feature on RawPedia, the project's own reference wiki.

Who uses it and how

  • Enthusiast newcomers use it to broaden their understanding of how digital imaging works, reading RawPedia alongside basic color-science concepts found elsewhere.
  • Semi-professional photographers use it as the raw development stage of a wider workflow.
  • Professionals use it for raw development while pairing it with separate tools for digital asset management, printing and uploading.
  • Users on Linux, Windows and macOS build or install it per the platform-specific RawPedia instructions.
  • Community members discuss the software and share results on the pixls.us forum.

Getting started

Download a build from the RawTherapee downloads page, or fetch a source code tarball and compile it following the Linux, Windows or macOS instructions on RawPedia.

When to use it — and when not to

Choose RawTherapee when the priority is deep, explicit control over demosaicing and raw development rather than a single application that also catalogs, prints and uploads. A self-hoster or adopter must accept that those peripheral features are absent by design and must be supplied by other specialized open-source tools. The project also carries a substantial open issue count, so users should expect to consult RawPedia and the forum rather than assume every edge case is settled.

project readme (upstream, from github) — read inline
RawTherapee logo

RawTherapee screenshot

RawTherapee is a powerful, cross-platform raw photo processing program, released as libre software under the GNU General Public License Version 3. It is written mostly in C++ using a GTK+ front-end. It uses a patched version of dcraw for reading raw files, with an in-house solution which adds the highest quality support for certain camera models unsupported by dcraw and enhances the accuracy of certain raw files already supported by dcraw. It is notable for the advanced control it gives the user over the demosaicing and development process.

Target Audience

RawTherapee is designed for developing raw files from a broad range of digital cameras, as well as HDR DNG files and non-raw image formats (JPEG, TIFF and PNG). The target audience ranges from enthusiast newcomers who wish to broaden their understanding of how digital imaging works to semi-professional photographers. Knowledge in color science is not compulsory, but it is recommended that you are eager to learn and ready to read our documentation (RawPedia) as well as look up basic concepts which lie outside the scope of RawPedia, such as color balance, elsewhere.

Professionals may use RawTherapee as well while enjoying complete freedom, but will probably lack some peripheral features such as Digital Asset Management, printing, uploading, etc. RawTherapee is not aimed at being an inclusive all-in-one program, and the open-source community is sufficiently developed by now to offer all those peripheral features in other specialized software.

Links

Website: https://www.rawtherapee.com/

Forum: https://discuss.pixls.us/c/software/rawtherapee

Features: https://rawpedia.rawtherapee.com/Features

Documentation: https://rawpedia.rawtherapee.com/

Download RawTherapee: https://www.rawtherapee.com/downloads

Download source code tarballs: https://www.rawtherapee.com/shared/source/

Compilation, Branches and Git

Refer to RawPedia for a detailed explanation of how to get the necessary dependencies and how to compile RawTherapee.

Linux: https://rawpedia.rawtherapee.com/Linux

Windows: https://rawpedia.rawtherapee.com/Windows

macOS: https://rawpedia.rawtherapee.com/macOS

Frequently asked questions

Is RawTherapee free to use?

RawTherapee is open source under the GPL-3.0 licence. There is no licence fee and no seat count — you can self-host it or, where the project offers one, pay a vendor for a managed version instead.

What does RawTherapee do?

Professional raw photo processing made free and powerful

What is RawTherapee written in?

RawTherapee is primarily written in C++. Its source is publicly available at https://github.com/rawtherapee/rawtherapee, and it has 4,178 GitHub stars.