You've spent years building Photoshop muscle memory. Every time you sit down in GIMP, your hands try to use it — and GIMP doesn't cooperate.

PhotoGIMP fixes that. It's a configuration patch for GIMP 3.0+ that remaps keyboard shortcuts to match Adobe Photoshop's layout, repositions the tool panels into a familiar arrangement, and sets sane UI defaults to maximize your canvas. It's not a fork. Not a plugin. Not another Electron app trying to replace something. It's a zip file that drops config files into ~/.config/GIMP/3.0/ — and then stays out of your way.

Why This Exists

GIMP is the best free image editor on Linux, and the gap between it and Photoshop has closed significantly. GIMP 3.0 brought proper color management, better UI scaling, and a layer system that's finally approaching what Photoshop users expect.

The reason most designers don't switch isn't capability. It's friction.

Ctrl+T is Free Transform in Photoshop. In vanilla GIMP, it does something else. B for Brush. V for the Move tool. Ctrl+J to duplicate a layer. Multiply those moments across an entire workflow and you've got a technically capable tool that feels like typing with gloves on. Muscle memory is powerful — and muscle memory built over years in Photoshop doesn't care how good GIMP is in theory.

PhotoGIMP removes the gloves.

Installing It

First, back up your existing GIMP config. PhotoGIMP overwrites it.

cp -r ~/.config/GIMP/3.0 ~/GIMP-3.0-backup

Then grab the latest release from GitHub and extract it into your home folder:

# Assuming you downloaded to ~/Downloads:
cd ~
unzip ~/Downloads/PhotoGIMP-linux.zip

That places files into ~/.config and ~/.local — standard XDG locations, no sudo needed. Open GIMP and you'll see the new layout.

One thing to know before you start: run GIMP once before installing PhotoGIMP. GIMP generates its config directories on first launch — if they don't exist yet, the patch has nothing to write into.

If you installed GIMP from Flatpak or from your distro's package manager (apt, dnf, pacman), the config location is the same: ~/.config/GIMP/3.0/. The install steps above work either way.

What It Actually Changes

PhotoGIMP replaces a handful of specific config files:

  • shortcutsrc — GIMP's keyboard shortcut map, remapped to follow Adobe's official Photoshop (Windows) layout
  • toolrc — tool ordering and configuration, repositioned to mirror Photoshop's toolbox
  • sessionrc / dockrc — window layout and panel positions
  • gimprc — general preferences (canvas defaults, grid, etc.)
  • splashes/ — custom PhotoGIMP splash screen on startup
  • A custom .desktop file and icon for your app launcher (Linux only)

It does not touch your personal brushes, gradients, fonts, or plugins. Those live in separate GIMP data directories and are left completely alone.

The Honest Part

This is a smart patch, not a magic transformation.

The shortcuts follow Adobe's Windows documentation. If you were a Mac Photoshop user with remapped modifiers, you'll still hit some friction. And some shortcuts you expect simply won't be there — not because PhotoGIMP missed them, but because the underlying feature doesn't exist in GIMP yet. No amount of config remapping gives you Content-Aware Fill.

There are also things PhotoGIMP can't fix at the config level. Some Photoshop workflows depend on features GIMP handles differently by design — adjustment layers, smart objects, non-destructive filters. Those gaps are smaller than they used to be in GIMP 3.0, but they're real. Knowing the tool's actual limits beats finding them mid-project.

One maintenance note: if GIMP releases a new major version that changes its config format, you'll likely need to reinstall PhotoGIMP. It already went through this once — the current version is strictly GIMP 3.0+, with no backward compatibility to GIMP 2.x.

Verdict

If you moved to Linux and GIMP has felt like relearning everything from scratch, PhotoGIMP is worth 60 seconds of your time. It won't make GIMP into Photoshop — nothing will — but it removes the biggest daily friction point: your hands know what to do, and now the tool responds correctly.

It's not for people who never used Photoshop. Vanilla GIMP's defaults make more sense in isolation, and switching to Photoshop-style shortcuts would just be trading one set of unfamiliar bindings for another. Install it only if your hands already have the muscle memory.

Uninstalling is clean:

rm -rf ~/.config/GIMP/3.0

GIMP regenerates clean defaults on next launch. No residue.

Go Try It

Install GIMP 3.0+ if you haven't. Open it once to generate config directories. Download the Linux zip from Diolinux/PhotoGIMP on GitHub — check the releases tab. Extract to ~. Open GIMP.

Takes under a minute. The first time Ctrl+T does exactly what you expect, you'll know whether to keep it.