Skip to content
AIForker

AI Tools, Tutorials, and Insights。

AIForker

AI Tools, Tutorials, and Insights。

  • Home
  • AI Tool Reviews
  • AI Guides
  • AI Agent
    • Codex
    • Hermes
    • Openclaw
    • Claude Code
    • Gemini
  • China AI
    • DeepSeek
    • GLM
    • Qwen
    • Doubao
    • MiniMax
    • Seedance
    • Kimi‌
    • iFLYTEK Spark
  • AI Prompts
  • About Us
  • Home
  • AI Tool Reviews
  • AI Guides
  • AI Agent
    • Codex
    • Hermes
    • Openclaw
    • Claude Code
    • Gemini
  • China AI
    • DeepSeek
    • GLM
    • Qwen
    • Doubao
    • MiniMax
    • Seedance
    • Kimi‌
    • iFLYTEK Spark
  • AI Prompts
  • About Us
  • https://www.facebook.com/
  • https://twitter.com/
  • https://t.me/
  • https://www.instagram.com/
  • https://youtube.com/
Home/AI Tool Reviews/PhotoGIMP: How I Turned GIMP into a Free Photoshop Clone
AI Tool ReviewsAI Guides

PhotoGIMP: How I Turned GIMP into a Free Photoshop Clone

By Forker
August 2, 2026 6 Min Read
0

PhotoGIMP: How I Turned GIMP into a Free Photoshop Clone

The Photoshop subscription fee hits differently when you only need it a few times a year. You are not running a design studio. You just need to crop a cover image, remove a background, resize something for social media, tweak a poster. Paying hundreds of dollars annually for that feels wrong.

I tried switching to GIMP directly. The raw power was there. The interface was not. My muscle memory from years of Photoshop shortcuts did not transfer. The tools were in the wrong order, the panels were arranged differently, and every session I had to fight the layout instead of doing the work.

PhotoGIMP is what fixed that for me.

What PhotoGIMP actually is

PhotoGIMP is not a new app. It is a configuration patch for GIMP 3.0 or newer. You install GIMP, then apply PhotoGIMP on top. It replaces GIMP is default configuration files with ones that match Photoshop is layout, shortcuts, tool order, and panel positions. You still get GIMP. It just feels familiar the moment you open it.

The project lives on GitHub at Diolinux/PhotoGIMP. It is GPL-3.0, completely free, and supports Windows, macOS, and Linux. The repository has over 14,000 stars, which tells you this is a well-worn path for a lot of people.

What it actually changes

PhotoGIMP does not modify the GIMP binary. It touches only configuration files. Specifically, it replaces or adds these:

shortcutsrc: Remaps keyboard shortcuts to match Photoshop

toolrc: Reorders tools and adjusts tool settings

sessionrc: Adjusts window and panel layout

dockrc: Configures docks and panels

gimprc: Changes canvas, grid, and general preferences

contextrc: Sets default tools and color state

splashes/: Replaces the startup splash screen

theme.css: Applies interface theme adjustments

templaterc: Adds preset canvas templates

On Linux, it also adds a .desktop launcher and application icon so PhotoGIMP shows up in your system menu with its own name and icon instead of launching as GIMP.

Who this is actually for

PhotoGIMP is worth trying if you fall into one of these groups.

You used to pay for Photoshop but only need it for light work.微信公众号封面、电商图、海报、小红书配图、PPT 配图. None of that requires the full Adobe ecosystem. You just need something that opens fast, does the job, and does not bill you monthly.

You prefer open source and want your tools on your own machine. GIMP is free, open, and cross-platform. PhotoGIMP is too. No Adobe account, no cloud login, files stay on your computer.

You work somewhere where not everyone is a designer. If content, product, or operations people need to make small edits regularly, PhotoGIMP gives them a Photoshop-like interface without a software budget conversation.

If you are a professional running heavy PSD workflows with advanced layer compatibility, Adobe plugins, Camera Raw, team collaboration, or print-grade color management, this is not your solution. PhotoGIMP is for light and medium work.

Two things to do before you install

Do not skip these. They will save you a support email.

First, install GIMP 3.0 or newer. PhotoGIMP 3 is built for GIMP 3.0 plus. GIMP 2.x uses a different configuration format. If you are on 2.10, upgrade first.

CODE
Download GIMP from gimp.org/downloads. On Linux, you can also install via Flathub: flathub.org/apps/org.gimp.GIMP.

Second, and this is the step most people skip: open GIMP once and then close it. GIMP generates its configuration directory the first time it runs. PhotoGIMP needs that directory to already exist so it knows where to put the files. The order matters:

Install GIMP, open it once, close it, then install PhotoGIMP.

If you copy PhotoGIMP files before GIMP has created its config directory, the files go to the wrong place and nothing changes when you open GIMP.

Windows installation

Back up your current GIMP configuration first. Press Windows+R, type the following, and press Enter:

CODE
%APPDATA%\\GIMP

Press Enter. Inside you will see a 3.0 folder. Copy it to your desktop or another safe location.

Now install PhotoGIMP:

Confirm GIMP 3.0 or newer is installed and opened at least once.

Download the PhotoGIMP Windows package:

https://github.com/Diolinux/PhotoGIMP/releases/download/3.0/PhotoGIMP.zip

Extract the zip file. Inside you will find a 3.0 folder.

Press Windows+R again and type:

CODE
%APPDATA%\\GIMP

Paste the extracted 3.0 folder into this directory. If Windows asks about replacing files, say yes.

Open GIMP. If the interface now matches the PhotoGIMP layout, you are done.

If you use Chocolatey, there is a community-maintained package you can try:

CODE
choco install photogimp

Check the package page and its maintenance status before relying on it.

macOS installation

CODE
Back up first. Open Finder, press Cmd+Shift+G, and type:

~/Library/ApplicationSupport/GIMP

Copy the GIMP folder inside and store it somewhere safe.

Install PhotoGIMP:

Confirm GIMP 3.0 or newer is installed and opened at least once.

Download:

https://github.com/Diolinux/PhotoGIMP/releases/download/3.0/PhotoGIMP.zip

Extract and copy the 3.0 folder from inside the zip.

CODE
In Finder, press Cmd+Shift+G and navigate to:

~/Library/ApplicationSupport/GIMP

If there is an old 2.10 folder inside, delete it first to avoid conflicts.

Paste the 3.0 folder. If prompted about replacing or merging files, follow the prompts.

Open GIMP. You should see the PhotoGIMP layout.

Linux installation

The recommended approach is to install GIMP via Flathub first.

Back up your existing configuration:

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

Install PhotoGIMP:

Confirm GIMP 3.0 or newer is installed and opened at least once.

Download the Linux package:

https://github.com/Diolinux/PhotoGIMP/releases/download/3.0/PhotoGIMP-linux.zip

CODE
Extract the zip to your home directory. This places files in ~/.config and ~/.local, both hidden directories.

CODE
If your file manager hides dotfiles, press Ctrl+H to reveal them.

If prompted about existing files, choose to replace them.

Open GIMP.

If you did not install GIMP via Flatpak, your config directory is still at:

CODE
~/.config/GIMP/3.0

The core rules are the same: use GIMP 3.0 and launch it once before applying the patch.

How to uninstall

This is the cleanest uninstall I have seen for any customization tool. Delete the GIMP config directory, open GIMP, and it regenerates the default configuration fresh.

Linux:

CODE
rm -rf ~/.config/GIMP/3.0

To restore your backup:

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

CODE
Windows: Windows+R, type %APPDATA%\\GIMP, delete the 3.0 folder, open GIMP.

CODE
macOS: Finder, Cmd+Shift+G, navigate to ~/Library/ApplicationSupport/GIMP, delete the 3.0 folder, open GIMP.

If you backed up first, put your backup folder back in place and GIMP returns to exactly how it was.

Common problems and what to do about them

Problem: Installed PhotoGIMP but nothing changed

The most common cause is the files went to the wrong location. Every operating system has a different path.

On Windows, it must be:

CODE
%APPDATA%\\GIMP

Not Program Files, not the GIMP installation directory. Only the AppData folder.

On macOS, it must be:

~/Library/ApplicationSupport/GIMP

On Linux, it must be in your home directory under both:

CODE
~/.config and ~/.local

Also confirm GIMP was closed when you copied the files. If GIMP was open, it may have overwritten your copied config with its own on exit.

Problem: GIMP throws an error when opening

Check your GIMP version first. PhotoGIMP 3 targets GIMP 3.0 or newer. If you are still on GIMP 2.x, upgrade first.

If you are on the right version, try this: delete the config directory, open GIMP so it regenerates defaults, close it, and reinstall PhotoGIMP from scratch.

Problem: Will it delete my brushes, fonts, or plugins

PhotoGIMP replaces configuration files, not resource files. Your brushes, fonts, gradients, and plugins should stay intact.

That said, back up before installing. Once GIMP has been running for a while, your config directory holds a lot of personal preference that you do not want to lose.

Problem: Can I still change the shortcuts

Yes. PhotoGIMP gives you a starting point close to Photoshop. After installation, you can still go to:

CODE
Edit, Keyboard Shortcuts

And change anything you want. PhotoGIMP is a foundation, not a prison.

What I would do on day one

If you are trying PhotoGIMP for the first time, do these three things before touching a real project.

Run through your common actions on an old image: crop, adjust color, remove a background, add text, export. Do not use something you care about.

Test the shortcuts you actually use. Move, brush, eraser, crop, undo, save, export. PhotoGIMP is worth installing mainly for these feeling right.

Check PSD compatibility with your actual workflow. GIMP can open many PSD files, but complex layers, smart objects, and advanced effects do not always transfer cleanly. If you deliver PSD files to clients, test this before you need it to work.

Is it worth installing

If you are fully inside the Adobe ecosystem, PhotoGIMP will not replace anything for you.

If you want a free, local photo editor that feels like Photoshop without the subscription fee, PhotoGIMP is worth a Saturday afternoon. The backup is fast, the install is a copy-paste, and if it does not work for you, removing it takes two minutes.

The best thing about it is the exit cost is low. Backup, copy, try. If it does not fit, delete the config directory and GIMP is back to default. Nothing is locked in.

Related Articles:

  1. How I Built My Own Automation Hub (And the Problems That Nearly Stopped Me)
  2. Hermes v0.19.1 Quietly Fixes the Frictions That Annoy You Most
  3. AI Quantitative Trading System on GitHub: How Columbia’s FinRL Is Making Quantitative Trading Free for Everyone
  4. WorkBuddy Skills Explained: From Setup to Self-Evolution
  5. GPT Thinks First, Codex Executes After: The Smarter AI PPT Workflow
  6. Your AI Prompts Need to Become Skills. Here Is How.

Tags:

Claudeopen sourceopen source AIAI agentslanggraph
Author

Forker

Follow Me
Other Articles
Previous

8 Gemini Notebook Prompts That Actually Work

Next

Hermes Agent v0.20.0: It Finally Learned to Talk Back

No Comment! Be the first one.

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Latest Articles

  • Codex + OpenMontage Made Me Throw Out My Editing Software
  • 10 Open Source Scrapers That Do What Paid APIs Do
  • Hermes Agent v0.20.0: It Finally Learned to Talk Back
  • PhotoGIMP: How I Turned GIMP into a Free Photoshop Clone
  • 8 Gemini Notebook Prompts That Actually Work
  • How I Built My Own Automation Hub (And the Problems That Nearly Stopped Me)
  • Hermes v0.19.1 Quietly Fixes the Frictions That Annoy You Most
  • Five AI Agents, One Trading Decision: The Architecture Behind the 95K Stars

Categories

  • DeepSeek
  • Qwen
  • GLM
  • Kimi‌
  • Codex
  • Hermes
  • Openclaw
  • Claude Code
  • Gemini
  • Hunyuan
  • China AI
  • AI Agent
  • AI Prompts
  • AI Tool Reviews
  • AI Guides
  • AI News

Tags

AI agent collaboration AI agent memory AI benchmarks AI coding assistant memory AI coding tools AI coding workflow AI context window AI dashboard AI deployment AI implementation AI models AI orchestration AI policy AI privacy AI security alternative AI hardware Anthropic ChatGPT Claude Claude coding Claude Tag Copilot cybersecurity developer tools FLUX GitHub code diagram knowledge management LLM LLM security local-first long context AI Midjourney Notion alternative Obsidian OpenAI OpenClaw open source open source AI persistent AI prompt-injection real AI coding agents Slack AI spreadsheet automation US government AI vetting workflow engine

About

Latest AI industry news and trend analysis, as well as tool evaluations.

Quick Links

  • About AIForker
  • Contact
  • How We Test
  • Privacy Policy
  • Tags

Category

  • AI NEWS
  • AI TOOL
  • AI GUIDES
  • CHINA AI
  • AI PROMPTS
Copyright2026 — AIForker.com. All rights reserved.