GIMP is a free, open source photo & video editors project written in C and released under a custom open-source licence. It has 6,432 GitHub stars, 890 forks and 0 open issues, and was last pushed 5 hours ago. On this registry it ranks #8 of 10 tracked projects in Photo & Video Editors, and is listed as an open source replacement for 1 paid product, with 5 head-to-head comparisons available. It gained 22 stars over the last 6 tracked days.

What is GIMP?

GIMP (GNU Image Manipulation Program) is a free, open-source raster image editor aimed at photographers, designers, and illustrators who need professional-grade editing tools without a commercial licence, and it is positioned in this registry as the open alternative to Adobe Photoshop.

What it is

GIMP is the GNU Image Manipulation Program, a long-running image editing application written in C and developed as part of the GNOME ecosystem. Source code lives at https://gitlab.gnome.org/GNOME/gimp/, and the copy tracked by this registry is a read-only mirror of that GitLab repository. The branch described in the README is the GIMP 3.3 development series, which the project itself labels an unstable development release rather than a stable one. Work is coordinated through GitLab, with documentation hosted separately at https://docs.gimp.org/ and contributor material at https://developer.gimp.org/.

The concrete problem GIMP solves is the cost and licence lock-in of proprietary photo and video editing suites. This registry classifies it as the open alternative to Adobe Photoshop, and it replaces that product for users who want local, licence-free image editing on their own hardware. Instead of a subscription that gates access to the tool, GIMP ships as installable software whose source is publicly readable, forkable, and available for the users to build themselves. The README also documents a themeable GTK interface, so the application can be reshaped to match a user's existing desktop conventions rather than the other way around.

Key capabilities

  • Raster image editing under the GNU Image Manipulation Program, currently developed on the GIMP 3.3 branch, which the README explicitly marks as an unstable development release.
  • GTK-based theming: the interface can be customized like any other GTK application by editing files in ${XDG_CONFIG_HOME}/gtk-3.0/, in particular settings.ini and gtk.css.
  • GIMP-specific styling through ${XDG_CONFIG_HOME}/GIMP/3.3/gimp.css, letting settings apply only to GIMP rather than to every GTK app on the system.
  • Ready-made themes, which the README describes as prebuilt customizations of the interface appearance.
  • Fully rebindable keyboard shortcuts, configured by editing ${XDG_CONFIG_HOME}/GIMP/3.3/shortcutsrc to any key combination the user prefers.
  • Detailed installation instructions maintained in the INSTALL file in the source tree, covering how to build and set up the application.
  • Developer documentation in devel-docs/README.md, plus beginner resources on setting up a development environment, the GIMP coding style, and submitting a first patch.

Who uses it and how

  • Designers and photographers who would otherwise pay for Photoshop and want a locally installed editor that does not require a subscription to keep working.
  • Linux and GTK desktop users who already theme their applications and extend that customization into GIMP through gtk.css, settings.ini, and gimp.css.
  • Users with strong keyboard preferences, who rewrite shortcutsrc so GIMP matches the shortcut habits they bring from other editors.
  • Contributors working against the development branch, who follow the setup guide on developer.gimp.org and report bugs in the development release through the project's own tracker rather than this mirror.
  • Community members who seek support and discussion on GIMPNet IRC channels such as #gimp and #gimp-user, reachable on servers including irc.gimp.org:6667, irc.us.gimp.org:6667, and irc.eu.gimp.org:6667.

Getting started

The README directs users to the INSTALL file for detailed installation instructions, and points to https://www.gimp.org/downloads/ for the latest version of GIMP. Because this registry entry is a read-only mirror, development, bug reports, and patch submissions belong on https://gitlab.gnome.org/GNOME/gimp/.

How it compares

Against Adobe Photoshop, the contrast is the licence and the cost model: Photoshop is commercial and paid, whereas GIMP is offered as an open alternative that users download and run themselves, with no subscription standing between them and the editor. That also settles data ownership, since work stays on the user's own machine rather than passing through a vendor's account and cloud services. Self-hosting here means installing desktop software and, if building from source, following the INSTALL instructions, not operating a server.

When to use it — and when not to

Choose GIMP if the priority is a no-cost, locally installed editor that can be themed and rebound to taste, and be prepared to build from source or install a packaged build following the INSTALL file. Avoid it if a stable release is required, because the branch documented here is the GIMP 3.3 development series, which the project describes as unstable. Note two more caveats before relying on this entry: the registry's licence field reads NOASSERTION rather than naming a licence, and this GitHub copy is a read-only mirror with zero open issues, so no bug reports or pull requests can be handled here.

project readme (upstream, from github) — read inline
               ------------------------------
               GNU Image Manipulation Program
                   3.3 Development Branch
               ------------------------------

This is an unstable development release in the GIMP 3.3 series.

If you think you found a bug in this version, please make sure that it hasn't been reported earlier and report it!

If you want to hack on GIMP, please read the file devel-docs/README.md. For detailed installation instructions, see the file INSTALL.

  1. Web Resources

GIMP's home page is at:

https://www.gimp.org/

Please be sure to visit this site for information, documentation, tutorials, news, etc. All things GIMP-ish are available from there.

The latest version of GIMP can be found at:

https://www.gimp.org/downloads/

We also have a website dedicated to documentation at:

    https://docs.gimp.org/
  1. Contributing

GIMP source code can be found at:

https://gitlab.gnome.org/GNOME/gimp/

Resources for contributors:

    https://developer.gimp.org/

In particular, you may want to look in the "Core Development" section. Some articles of particular interest for newcomers could be:

  1. Discussion Channels

We have several discussion channels dedicated to GIMP user and development discussion. There is more info at:

    https://www.gimp.org/discuss.html

For the real junkies, there are IRC channels (e.g. #gimp or #gimp-user) devoted to GIMP on GIMPNet (a private free software oriented network). Many of the developers hang out there. Some of the GIMPNet servers are:

irc.gimp.org:6667
irc.us.gimp.org:6667
irc.eu.gimp.org:6667

More discussion channels, such as forums, will be listed on the above "discuss" page when they are moderated by a team member. Links to archives of former discussion methods (e.g. mailing lists) are also included in that page.

  1. Customizing

The look of GIMP's interface can be customized like any other GTK app by editing files in ${XDG_CONFIG_HOME}/gtk-3.0/ (settings.ini and gtk.css in particular) or by using "themes" (ready-made customizations). Additionally, GIMP reads ${XDG_CONFIG_HOME}/GIMP/3.3/gimp.css so you can have settings that only apply to GIMP.

You can also manually change the keybindings to any of your choice by editing: ${XDG_CONFIG_HOME}/GIMP/3.3/shortcutsrc.

Have fun,

Spencer Kimball Peter Mattis Federico Mena Manish Singh Sven Neumann Michael Natterer Dave Neary Martin Nordholts Jehan Aryeom

Frequently asked questions

Is GIMP free to use?

GIMP is open source. There is no licence fee and no seat count — you can self-host it or, where the project offers one, pay a vendor for a managed version instead.

What does GIMP do?

Professional image editing without the price tag

What is GIMP written in?

GIMP is primarily written in C. Its source is publicly available at https://github.com/gnome/gimp, and it has 6,432 GitHub stars.

What is a good open source alternative to Adobe Photoshop?

GIMP is one of the open source options listed as an alternative to Adobe Photoshop. Compare licences, stars and activity side by side on the GIMP profile.