PhotoGIMP is a free patch for GIMP that replaces its default interface with Photoshop’s exact layout, keyboard shortcuts, and toolbar arrangement. If you know Photoshop, you can sit down at a PhotoGIMP install and work without relearning anything. That is the entire pitch, and it is a good one when Adobe’s Creative Cloud subscription now runs $54.99 per month for the full suite.
Adobe raised prices again in 2023, triggering a wave of cancellations and a renewed search for alternatives. Most people who try vanilla GIMP give up within an hour because nothing is where they expect it to be. PhotoGIMP solves that problem without you spending a dollar.
This guide covers what PhotoGIMP actually changes under the hood, how to install it on Windows, Mac, and Linux, how to bring over your Photoshop keyboard shortcuts, what it cannot replicate, and whether it makes sense for your workflow.
What PhotoGIMP Changes Compared to Regular GIMP
Vanilla GIMP is a capable image editor, but its interface decisions make no sense if you are coming from Photoshop. The toolbox is on the wrong side, layers are in a floating window, and shortcuts like Ctrl+J (duplicate layer) do something different or nothing at all. PhotoGIMP is a configuration patch, not a fork. It does not touch GIMP’s rendering engine, file format support, or plugin compatibility. It only changes the experience layer.
Specifically, PhotoGIMP does four things:
- Remaps the entire keyboard shortcut set to match Photoshop. Ctrl+J duplicates a layer. Ctrl+Shift+N creates a new layer. B activates the brush tool. V activates the move tool. Every common shortcut you have muscle memory for works as expected.
- Applies a custom splash screen and tool icons that visually align with Photoshop’s aesthetic.
- Rearranges the default tool positions in the toolbox to mirror Photoshop’s left panel layout.
- Enables single-window mode by default, collapsing GIMP’s historically fragmented floating-window interface into a unified workspace.
What it does not change: GIMP’s color management pipeline (which is good but different from Photoshop’s), its text engine, its layer blending mode names (some differ from Photoshop terminology), and its lack of support for CMYK color mode natively.
System Requirements Before You Install
You need a working GIMP installation first. PhotoGIMP is a config patch, not a standalone app. The current PhotoGIMP release targets GIMP 2.10.x and GIMP 3.0 (which reached stable release in 2025). If you have GIMP 2.10.28 or any 3.x version, you are good to go.
Download GIMP from gimp.org if you do not have it. The download is free, roughly 250MB on Windows, and takes about two minutes to install. On Mac, you will get a .dmg file; on Linux, most distributions have GIMP in their package manager.
For PhotoGIMP itself, head to the official repository at github.com/Diolinux/PhotoGIMP. The project is maintained by Diolinux and has accumulated over 3,900 stars on GitHub. Download the latest release as a ZIP file from the Releases section, not the green Code button (which gives you the development branch).
How to Install PhotoGIMP on Windows
Windows is the most common use case and the install takes under five minutes once GIMP is already on your machine.
Open the PhotoGIMP ZIP you downloaded. Inside you will find a folder called .var or a folder structure containing GIMP config files depending on the release version. The key directory you are looking for contains filters, brushes, patterns, splashes, tool-options, and menurc (the shortcut mapping file).
Navigate to your GIMP user config directory. On Windows 10 and 11, this is typically:
C:\Users\[YourUsername]\AppData\Roaming\GIMP\2.10\
If you are running GIMP 3.x, the path is:
C:\Users\[YourUsername]\AppData\Roaming\GIMP\3.0\
The AppData folder is hidden by default. In File Explorer, go to View and enable Hidden Items. Copy the contents of the PhotoGIMP config folder into this directory, overwriting existing files when prompted. Back up your existing config first if you have custom settings you want to preserve.
Restart GIMP. The interface will look noticeably different. The toolbox will be reorganized, the splash screen will be the PhotoGIMP variant, and your keyboard shortcuts will now follow Photoshop conventions. Test Ctrl+J on a layer to confirm the remap took effect.
How to Install PhotoGIMP on Mac
The Mac process is nearly identical but the config directory is in a different location. After installing GIMP from gimp.org or via Homebrew (brew install --cask gimp), open Finder and navigate to:
/Users/[YourUsername]/Library/Application Support/GIMP/2.10/
The Library folder is hidden in macOS by default. In Finder, hold Option and click the Go menu, then select Library to access it directly.
Copy the PhotoGIMP config files into this directory, overwriting when asked, then restart GIMP. One Mac-specific note: if you installed GIMP via the Mac App Store (which is a third-party listing, not the official build), the config path may differ. The official GIMP build from gimp.org is the version you want for the cleanest PhotoGIMP integration.
How to Install PhotoGIMP on Linux
Linux users have the easiest time with this, partly because PhotoGIMP was originally built with Linux in mind and the Diolinux team publishes it with Flatpak support in mind.
If you installed GIMP via Flatpak (which is common on newer Ubuntu, Fedora, and Pop!_OS setups), your config directory is:
~/.var/app/org.gimp.GIMP/config/GIMP/2.10/
For traditional package manager installs (apt, dnf, pacman), the config lives at:
~/.config/GIMP/2.10/
The PhotoGIMP repository includes a shell script (install.sh) that detects your install method and copies the files to the correct location automatically. Running bash install.sh from the extracted directory is the fastest path. After the script completes, restart GIMP.
Importing Your Photoshop Keyboard Shortcuts
PhotoGIMP’s default shortcut remap covers the most common Photoshop shortcuts, but if you have a custom shortcut set from years of Photoshop use, you can go further. GIMP stores all keyboard shortcuts in a plain text file called menurc inside the config directory you already accessed during installation.
Open that file in any text editor. Each line maps a GIMP internal action to a key combination. For example:
(gtk_accel_path "<Image>/Edit/Copy Merged" "<Primary><shift>c")
You can manually edit these entries to match any shortcut not already covered by PhotoGIMP’s defaults. The GIMP action names are verbose but logical. A faster approach: within GIMP itself, go to Edit, then Keyboard Shortcuts (or Preferences, Interface, Configure Keyboard Shortcuts in GIMP 3.x). Click any menu item in the dialog while a shortcut key is held to reassign it on the fly. Changes write back to menurc automatically.
For reference, the Photoshop shortcuts that Ordoh readers working with photo editing most commonly rely on are all covered in PhotoGIMP’s default remap: crop tool (C), zoom (Z), healing brush (J), transform (Ctrl+T), and undo history (Ctrl+Alt+Z).
Plugins That Make PhotoGIMP More Powerful
The shortcut remap gets you 80% of the way to a Photoshop-like experience. These three plugins close the remaining gap for most workflows.
GMIC-Qt is the biggest addition you can make. It adds over 500 image processing filters, including noise reduction, healing, and retouching tools that put GIMP’s built-in filter set to shame. Download it from gmic.eu; it integrates as a GIMP plugin and appears under Filters in the menu after installation.
Darktable is not a GIMP plugin per se, but it works as a free Lightroom replacement for RAW file processing. The typical workflow is: edit RAW files in Darktable, export as TIFF or high-quality JPEG, then finish retouching in PhotoGIMP. This two-app pipeline mirrors how many professionals use Lightroom plus Photoshop together.
GIMP Paint Studio (GPS) gives you a brush collection that is significantly closer to Photoshop’s default brushes. If painting or digital illustration is part of your workflow, the default GIMP brushes feel sparse. GPS expands the library with textured, pressure-sensitive brushes that behave predictably with a drawing tablet.
If you do a lot of format conversion alongside your editing work, you might also find it useful to know how to batch convert HEIC to JPG before bringing images into GIMP, since GIMP’s HEIC support depends on system libraries that are not always present by default on Windows.
What PhotoGIMP Cannot Replicate
Honesty here matters more than the promotional framing most free-alternative guides give you. PhotoGIMP is not Photoshop. The shortcut layer is convincing, but several core Photoshop capabilities are either absent or significantly weaker in GIMP regardless of the patch applied.
CMYK color mode is the most serious gap for anyone doing print work. GIMP works natively in RGB. Converting to CMYK requires either a third-party plugin (Separate+) or exporting and converting in another tool. If your output goes to a commercial printer that requires CMYK files, this is a hard blocker that PhotoGIMP cannot fix.
Non-destructive editing in Photoshop, particularly Smart Objects and Smart Filters, lets you apply filters in a way that can be undone or modified later without degrading the original pixels. GIMP’s approach to non-destructive editing improved substantially in version 2.10 with the introduction of GEGL-based processing, but it does not offer the same Smart Object workflow Photoshop users rely on heavily.
Content-Aware Fill has no direct equivalent in GIMP. The Heal Selection plugin gets close for simple backgrounds, but complex scene filling that Photoshop handles automatically requires more manual effort in GIMP.
3D capabilities in Photoshop (limited as they are) do not exist in GIMP at all. If you use 3D layers, this matters.
For typography-intensive work, Photoshop’s text engine handles complex OpenType features, variable fonts, and paragraph-level tracking more cleanly than GIMP’s. For most web graphics and photo retouching tasks, you will never hit this ceiling. For detailed branding and layout work, you might.
Who Should Actually Switch to PhotoGIMP
The honest answer is: more people than you would expect, but not everyone.
PhotoGIMP makes genuine sense if you are a freelance photographer, blogger, or content creator whose Photoshop use is limited to retouching, resizing, color correction, and compositing. These tasks map completely to what GIMP can do, and once the interface matches your muscle memory, the transition friction drops to near zero. Paying $54.99 a month for that use case is objectively unnecessary.
It also makes sense for students and hobbyists who want to learn image editing without committing to a subscription. Learning on PhotoGIMP means your skill set is directly transferable if you ever need to use Photoshop professionally, because the shortcuts and mental model are the same.
Where it does not make sense: commercial print production requiring CMYK precision, video-game texture artists relying on Photoshop’s 3D pipeline, and design agencies whose clients require PSD files with Smart Object integrity. For these workflows, the gaps are real and consequential.
A related productivity note: if you spend time managing files as part of your creative workflow, learning to record internal audio on Windows 11 for screen recordings or tutorials alongside your PhotoGIMP setup can round out a solid free creative toolkit. Similarly, picking the right best coding fonts matters if you do any web design work alongside your photo editing.
Frequently Asked Questions
Is PhotoGIMP legal to use?
Yes. PhotoGIMP is an open-source configuration patch released under the GPL license. It does not contain any Adobe code, assets, or proprietary elements. It simply rearranges GIMP’s existing settings and ships custom icon files and splash screens created independently. There are no legal concerns with downloading or using it.
Does PhotoGIMP work with GIMP 3.0?
Yes, with caveats. The Diolinux team has updated PhotoGIMP for GIMP 3.0 compatibility, though some config paths differ from the 2.10 installation. Check the GitHub repository’s release notes for the version specifically targeting GIMP 3.x. The shortcut remapping works on both versions; the visual theme may need a separate adjustment on 3.0 due to changes in GIMP’s theming system.
Will PhotoGIMP open and edit PSD files?
GIMP has native PSD import and export capability. It reads layers, layer names, adjustment layers (partially), and most common layer styles. Some advanced PSD features, particularly Smart Objects and certain blending effects, will not transfer perfectly. For standard layered PSDs from web and print workflows, compatibility is solid. For heavily effects-based PSDs built around Smart Filters, expect to do some manual reconstruction.
Can I run PhotoGIMP alongside a regular GIMP install?
Not simultaneously on the same user profile, because both use the same config directory. However, you can maintain multiple config profiles by using GIMP’s --config-dir flag at launch to point to a different directory. This lets you keep a vanilla GIMP config and a PhotoGIMP config and switch between them by using different launch shortcuts.






