Archives For darktable

How to Install Darktable 5.6.1 via DEB in Ubuntu 26.04, 24.04, 22.04

Published: August 31, 2026 — Last updated: September 1, 2026 — Leave a comment

This tutorial shows how to install the last version of Darktable (5.6.1 so far) via native DEB package in Ubuntu 26.04, Ubuntu 24.04, Ubuntu 22.04, and their based distributions such as Linux Mint 22.x.

Darktable is a popular free open-source photography and raw developer application, which is so far at version 5.6.1. It provides official Linux package as non-install AppImage.

Continue Reading…

Darktable, the open-source photography and raw developer application, tagged 5.6.1 version today.

The new version is a maintenance release that improved the AI support, fixed numerous issues, and updated translations.

Continue Reading…

Darktable Released 5.6.0 with Optional AI Support & HEIF Export

Published: June 21, 2026 — Last updated: June 22, 2026 — 1 Comment

Darktable, the popular free open-source photography and raw developer application, released new major 5.6.0 version today!

The new version introduced optional AI sub-system, UI/UX and performance improvements, as well as many fixes and other changes.

Continue Reading…

Darktable, the free open-source photography app and raw developer, released new 5.4.1 version one day ago.

This is a minor release that focuses on bug-fixes, stability improvements, as well as camera support changes and translation updates, but no new features.

Continue Reading…

Darktable 5.4.0 Released with Multi-Workspaces & Better Wayland Support

Published: December 22, 2025 — Last updated: February 6, 2026 — Leave a comment

Darktable, the free open-source photography app and raw developer, released new major 5.4.0 version yesterday.

The new release of this GTK software introduced multiple workspace support. Like “user profile” feature for Firefox, user can now add custom workspaces at app start for Darktable. And, each workspace has it’s own database and configuration file.

Continue Reading…

Darktable 5.2.0 Released with Raster Mask Import [Ubuntu PPA]

Published: June 23, 2025 — Last updated: June 23, 2025 — 1 Comment

Darktable, the popular free open-source photography app and raw developer, released new 5.2.0 version few days ago!

The new release introduced side-by-side view (aka split view) to preview the different between snapshot and current images. And, it can be enabled by clicking on the “X|Y” icon next to “take snapshot” button.

Continue Reading…

Darktable, the popular free open-source photography software and RAW developer, released new 5.0.1 version one day ago.

This is a maintenance release that includes various bug-fixes, some performance improvements, and updates camera devices and profiles support.

Continue Reading…

Darktable, the popular free open-source photography and RAW developer, released new 5.0.0 version yesterday. PPA updated for Ubuntu 22.04, Ubuntu 24.04, and Ubuntu 24.10.

Darktable 5.0.0 is a new major feature release. It now shows a splash screen at startup, including app loading process bar, which is useful for the user who has a large library. For choice, it can be disabled in the Preferences dialog, under miscellaneous tab.

Darktable startup splash screen

Continue Reading…

Darktable photography workflow application and RAW developer released new stable 4.6.1 yesterday!

The release finished the documentation for the new 4.6 release series, include translations to Ukrainian, Polish and Dutch.

And, it now performs image discovery asynchronously in the import dialog. Meaning that long parsing due to huge number of sub-directories and
files can be easily interrupted by selecting another place or un-checking recursive mode.

The release now drops support for macOS versions older than 12.5. Other changes are mostly bug-fixes. They include:

  • Fix memory and resource leaks in the QOI image loader.
  • Fix RGBE image loader.
  • Fix crashes when running low on GPU or system memory.
  • Fix OpenCL startup for various cards.
  • Fix compatibility issues with HDR created DNG files.

For more, see the github releases page for details.

Continue Reading…

Darktable 4.6.0 Released! Auto-Save, rgb primaries Module [Ubuntu PPA]

Published: December 22, 2023 — Last updated: April 2, 2024 — Leave a comment

 

Darkable, the popular photography app and raw developer, released new major 4.6.0 version a day ago!

The new release introduced auto-save feature for editing history. By default, it save changes every 10 seconds. User can go to ‘Preferences -> storage‘ to change the time interval, or set it to 0 to disable it.

Darktable 4.6.0 also features new rgb primaries processing module. It allows delicate color corrections and creative color grading, by moving the red, green and blue primary colors around using “hue” and “purity” controls.

Darktable 4.6.0

The release also has a big performance improvements. OpenCL is now initialized in the background to speed up the app launching. Image display speed in the map view has been increased by 25%. And, the chromatic aberrations module is now approximagely 10% faster when run on the CPU.

Other changes in Darktable 4.6.0 include:

  • sigmoid module now includes a new primaries section, to gracefully handle difficult lighting situations (e.g. LEDs) and tune the overall look of the image
  • The full uncropped image is now always shown when working with the liquify and retouch modules.
  • The hot pixels module now supports monochrome images.
  • long-running import session can now be canceled.
  • built-in “Display P3” color profile
  • And much more! See the official release note for details

How to Install Darktable 4.6.0 in Ubuntu Linux

Option 1: Snap

Darktable is easy to install as Snap package, which runs in sandbox, using Ubuntu Software (or App Center for 23.10).

Option 2: Official deb package

The developer team offers official RPM and DEB packages for Debian, Fedora, Ubuntu, openSUSE, through the OBS building repository.

Also, it’s NOT updated to v4.6.0 at the moment of writing. Keep an eye on this page if you prefer the official package.

Option 3: Flatpak package

Darktable is also available to install as Flatpak package, another universal Linux package format runs in sandbox!

Linux Mint 21 user can directly search for and install the Flatpak package from Software Manager.

While, Ubuntu user can open terminal (Ctrl+Alt+T) and run the 2 commands below one by one to install the Flatpak:

  • Enable flatpak support:
    sudo apt install flatpak
  • Install Darktable as Flatpak package:
    flatpak install https://dl.flathub.org/repo/appstream/org.darktable.Darktable.flatpakref

Option 4: Ubuntu PPA

Besides using the official DEB package (See Option 2), I’ve also upload the package into this unofficial PPA for Ubuntu 22.04, Ubuntu 23.04, and Ubuntu 23.10.

NOTE: The PPA includes updated libheif (1.16.2) library for Darktable to support HEIF in Ubuntu 22.04. Please report if it’s running into conflict with other packages in your system!!

1. First, press Ctrl+Alt+T on keyboard to open terminal. When it opens, run command to add PPA:

sudo add-apt-repository ppa:ubuntuhandbook1/darktable

2. Linux Mint needs to update system package cache manually after adding PPA:

sudo apt update

3. Finally, install Darktable 4.6.0 via command:

sudo apt install darktable

In addition for old Ubuntu 20.04, 18.04, & 16.04, keep an eye on this PPA. However, it has tons of updated libraries that MAY run into dependency hell and/or package conflict!

Uninstall Darktable

Depends on which package your installed, remove Darktable via one of the commands below:

  • For Snap package, just remove it from Ubuntu Software.
  • For Flatpak package, run command:
    flatpak uninstall --delete-data org.darktable.Darktable

    Then run flatpak uninstall --unused to remove unused runtime libraries.

  • To remove official package or PPA package, run command:
    sudo apt remove --autoremove darktable

    And remove the Ubuntu PPA repository if you want via command:

    sudo add-apt-repository --remove ppa:ubuntuhandbook1/darktable