DarkTable
darktable.org Windows, Mac OS, LinuxA photography workflow application (similar to Adbobe Lightroom) Includes a non-destructive raw developer for raw images and managing digital negatives.
- Homepage: darktable.org
- GitHub: github.com/darktable-org/darktable
- Web info: web-check.xyz/check/darktable.org
DarkTable Source Code
Author
Description
darktable is an open source photography workflow application and raw developer
Homepage
https://www.darktable.orgLicense
GPL-3.0
Created
21 Mar 12
Last Updated
09 Jun 26
Latest version
Primary Language
C
Size
1,368,753 KB
Stars
12,545
Forks
1,337
Watchers
12,545
Language Usage
Star History
Top Contributors
-
@TurboGit (9545)
-
@hanatos (3946)
-
@houz (2480)
-
@LebedevRI (2430)
-
@hean01 (2030)
-
@jenshannoschwalm (1963)
-
@upegelow (1937)
-
@victoryforce (1864)
-
@AlicVB (1386)
-
@ralfbrown (1373)
-
@dterrahe (1075)
-
@pmjdebruijn (1047)
-
@aurelienpierre (926)
-
@pedrocr (863)
-
@dtorop (711)
-
@boucman (701)
-
@jpellegrini (582)
-
@phweyland (558)
-
@MRIG (488)
-
@kmilos (436)
-
@johnny-bit (430)
-
@parafin (380)
-
@elstoc (367)
-
@zisoft (366)
-
@jcsogo (318)
-
@Nilvus (307)
-
@rawfiner (305)
-
@andriiryzhkov (284)
-
@EdgarLux (280)
-
@MStraeten (279)
-
@lebmich (268)
-
@bieber (266)
-
@wpferguson (237)
-
@edgomez (215)
-
@cryptomilk (207)
-
@levitte (196)
-
@Mark-64 (191)
-
@rabauke (181)
-
@kofa73 (170)
-
@schenlap (169)
-
@edgardoh (155)
-
@peterbud (143)
-
@flannelhead (105)
-
@dumbbell (94)
-
@oliviertoulouse (89)
-
@prokoudine (76)
-
@shinoryo1216 (71)
-
@bruceg (67)
-
@christte (63)
-
@timur-davletshin (61)
-
@HSUfineprint (61)
-
@matjazjeran (59)
-
@bartokk (58)
-
@da-phil (57)
-
@tatica (56)
-
@moy (55)
-
@mazhe (53)
-
@josepvm (49)
-
@mlq (48)
-
@matt-maguire (48)
-
@pryds (46)
-
@bluesceada (44)
-
@jandren (43)
-
@jcrc (42)
-
@jakubfi (41)
-
@vertama (39)
-
@cytrinox (39)
-
@masterpiga (37)
-
@dependabot[bot] (35)
-
@GrahamByrnes (34)
-
@codingdave (34)
-
@mpaglia0 (34)
-
@serkan-maker (33)
-
@hlecleme (32)
-
@lhietal (29)
-
@rtmongold (29)
-
@HansBull (29)
-
@sbraitbart (28)
-
@BathoryPeter (27)
-
@bgodole (26)
-
@guitorri (25)
-
@franz (25)
-
@mepi0011 (25)
-
@richardwonka (24)
-
@sgotti (24)
-
@Solarer (23)
-
@mmardegan (22)
-
@paolodepetrillo (21)
-
@sams96 (21)
-
@leclercj (21)
-
@tony2001 (21)
-
@esq4 (20)
-
@VictorLamoine (19)
-
@oexler (18)
-
@wgoetz (18)
-
@MarcusGama (17)
-
@pestasoft (17)
-
@amousset (16)
-
@jinxos (16)
-
@cthbleachbit (15)
Recent Commits
-
Pascal Obry (09 Jun 26)
Merge pull request #21284 from da-phil/fix_tagging_slowdown tagging: unref GtkEntryCompletion to fix tag-rate slowdown
-
Andrii Ryzhkov (08 Jun 26)
RELEASE_NOTES.md: Note raster mask PNG export in AI object mask release notes
-
Philipp Lutz (08 Jun 26)
RELEASE_NOTES.md: Add entry about tagging bug fix
-
Philipp Lutz (08 Jun 26)
tagging: unref GtkEntryCompletion to fix tag-rate slowdown The quick-tag popup leaked its GtkEntryCompletion (the creation ref was never dropped after gtk_entry_set_completion took its own). Each leak pinned the current dictionary GtkTreeModelFilter. Since _init_treeview now recreates the filter on every rebuild, these leaks accumulate stale filters on the dictionary store, making each rebuild fan out to all of them and tagging slow down quadratically over a session. Unref the completion so it and its filter reference are freed with the floating entry.
-
Victor Forsiuk (08 Jun 26)
Added note about new EXR compression options
-
Victor Forsiuk (08 Jun 26)
Added note about HEIF export
-
Pascal Obry (08 Jun 26)
RELEASE_NOTES.md: collection range & descending order fix.
-
Pascal Obry (08 Jun 26)
RELEASE_NOTES.md: Minor editing.
-
Pascal Obry (08 Jun 26)
RELEASE_NOTES.md: gui->reset atomic.
-
esq4 (08 Jun 26)
Update Russian translation
-
Pascal Obry (08 Jun 26)
RELEASE_NOTES.md: Minor editing.
-
Andrii Ryzhkov (08 Jun 26)
RELEASE_NOTES.md - Updated AI features in the release notes for 5.6.
-
Hanno Schwalm (08 Jun 26)
Some release note updates Checked pending notes, also from @dterrahe
-
Pascal Obry (08 Jun 26)
Merge pull request #21279 from victoryforce/correct-fix-for-21249 Correct fix for #21249
-
Victor Forsiuk (08 Jun 26)
Avoid using characters that trigger markup parsing Additionally, the grammatically incorrect phrase "depending of" has been corrected. Should be "depending on".
-
Victor Forsiuk (08 Jun 26)
Revert "No real need to interpret markup in tooltips" This reverts commit fde876bfd8d5dbdda0383f98c4b472bffe25a45c. reverting to text was a mistake, because adding markup and reusing tooltips in the welcome screen forces us to interpret the markup in the tooltips.
-
Bill Ferguson (07 Jun 26)
RELEASE_NOTES.md - Completed Lua section of the release notes for 5.6.
-
Victor Forsiuk (07 Jun 26)
No real need to interpret markup in tooltips This reverts a change that broke the display of one of the text tooltips, which was being interpreted as incorrect markup.
-
Johan Schiff (07 Jun 26)
Updated swedish translations
-
Pascal Obry (07 Jun 26)
Merge pull request #21267 from victoryforce/translations-260607 Translations update: en@truecase and Ukrainian
-
Victor Forsiuk (07 Jun 26)
Ukrainian translation update
-
Victor Forsiuk (07 Jun 26)
en@truecase update
-
Martin Straeten (07 Jun 26)
Update de.po to recent pot file
-
vertama (07 Jun 26)
Update Finnish translation
-
Ryo Shinozaki (07 Jun 26)
Update ja.po (#21264)
-
Pascal Obry (06 Jun 26)
Update French translation.
-
Pascal Obry (06 Jun 26)
Update darktable.pot for translators.
-
Andrii Ryzhkov (06 Jun 26)
Fix translation extraction for welcomescreen-only entries
-
Andrii Ryzhkov (06 Jun 26)
Bump min_version to 1.0 for release
-
Andrii Ryzhkov (03 Jun 26)
Adopt canonical Adobe DNG preview layout for raw denoise output
DarkTable Security
DarkTable Website
Website
darktable
darktable is an open source photography workflow application and raw developer
Redirects
Does not redirect
Security Checks
All 65 security checks passed
Server Details
- IP Address 65.108.31.59
- Hostname tron.pixls.us
- Location Helsinki, Uusimaa, Finland, EU
- ISP Hetzner Online GmbH
- ASN AS24940
Associated Countries
-
FR -
FI
Safety Score
Website marked as safe
100%
Blacklist Check
www.darktable.org was found on 0 blacklists
- AntiSocial Blacklist
- Artists Against 419
- Badbitcoin
- Bambenek Consulting
- CERT Polska
- CoinBlockerLists
- CRDF
- CryptoScamDB
- EtherAddressLookup
- EtherScamDB
- Fake Website Buster
- MetaMask EthPhishing
- NABP Not Recommended Sites
- OpenPhish
- PetScams
- PhishFeed
- PhishFort
- Phishing.Database
- PhishStats
- PhishTank
- Phishunt
- RPiList Not Serious
- Scam.Directory
- SecureReload Phishing List
- Spam404
- StopGunScams
- Suspicious Hosting IP
- ThreatFox
- ThreatLog
- TweetFeed
- URLhaus
- ViriBack C2 Tracker
Website Preview
DarkTable Reviews
More Image Editors
-
A free, open source, cross-platform image editor. GIMP is a powerful tool for photo retouching, image composition, and image authoring. It is highly customizable, and supports a wide range of file formats.
-
A free, open source, professional vector graphics editor. It is a powerful tool for creating illustrations, icons, logos, diagrams, maps, and web graphics.
-
Digital painting application. Free and open source (backed by KDE), with cross-platform support, Krita is popular among both professional and amateur artists due to it's comprehensive feature set, and intuitive UI
-
A more advanced take on Microsoft Paint. Suitable for basic image editing, with support for basic layers, unlimited undo/redo, and extendable via plugins
-
A free online image editor, for both raster and vector graphics, with a very wide range of supported formats
Not Open Source -
A free web-based image editor, with a modern UI. Also offers premium/paid features, such as AI-powered generation, touchup and editing
Not Open Source -
A powerful raw photo processing system and editor, for non-destructive editing of raw digital photos
About the Data: DarkTable
Change History
- Added
API
You can access DarkTable's data programmatically via our API. Simply make a GET request to:
https://api.awesome-privacy.xyz/v1/services/darktable The REST API is free, no-auth and CORS-enabled. To learn more, view the API Docs or read the API Usage Guide.
Share DarkTable
Help your friends compare Image Editors, and pick
privacy-respecting software and services.
Share DarkTable and Awesome Privacy with your network!