Development Downloads

Tacoma Narrows Bridge Collapse

Please Note

This is the download page for the development version of GIMP.

That means these builds are a work-in-progress. Proceed with caution because they may be unstable. If a crash does occur, please report it!

If you're looking for the stable GIMP 3.2.4 release instead, you can find it on our downloads page.

Current Development Version

No recent development version of GIMP available.

Show downloads for GNU/Linux | macOS | Microsoft Windows | All
(we think your OS is Well, we don't actually know. Either JavaScript is disabled, or I am not working quite right… So I am showing you all the options )

Automatic Development Builds

Automatic builds (sometimes called "nightlies") are generated at regular intervals by our Continuous Integration process. This allows to run the last version of our code, though be aware that it also means ⚠️ you would be running very experimental and not tested code! ⚠️
These builds are meant to test future GIMP versions and help us debug, we do not advise to use these for production.

AppImage

  1. Go to GIMP's scheduled pipelines listing and click the "Last Pipeline" Passed button listed next to the Nightly builds item.
  2. Select the job named dist-appimage-weekly
  3. Click the Browse button
  4. Navigate to the build/linux/appimage/_Output/ directory
  5. Finally click the GIMP-*.*.*-x86_64.AppImage or GIMP-*.*.*-aarch64.AppImage file to download the AppImage and set it as executable with chmod +x GIMP*.AppImage.

Flatpak

Install GIMP nightly flatpak (very unstable)

Snap

  1. Go to GIMP's scheduled pipelines listing and click the "Last Pipeline" Passed button listed next to the Nightly builds item.
  2. Select the job named dist-snap-weekly
  3. Click the Browse button
  4. Navigate to the build/linux/snap/_Output/ directory
  5. Finally click the gimp-experimental_amd64.snap or gimp-experimental_arm64.snap file to download and install the Snap with sudo snap install --dangerous gimp*.snap && sudo snap connect gimp-experimental:gimp-config.

Warnings and information

macOS

  1. Go to GIMP's scheduled pipelines listing and click the "Last Pipeline" Passed button listed next to the Nightly builds item.
  2. Select the job named dist-mac-weekly
  3. Click the Browse button
  4. Navigate to the build/macos/dmg/_Output/ directory
  5. Finally click the gimp-*.*.*-x86_64.dmg or gimp-*.*.*-arm64.dmg file to download, copy the .app from it then, if maOS does not allow to run it, type sudo xattr -dr com.apple.quarantine ./GIMP*.app.

.exe installer

  1. Go to GIMP's scheduled pipelines listing and click the "Last Pipeline" Passed button listed next to the Nightly builds item.
  2. Select the job named dist-installer-weekly
  3. Click the Browse button
  4. Navigate to the build/windows/installer/_Output/ directory
  5. Finally click the gimp-*.*.*-setup.exe file to download and install the GIMP nightly.

.msixbundle installer

  1. Go to GIMP's scheduled pipelines listing and click the "Last Pipeline" Passed button listed next to the Nightly builds item.
  2. Select the job named dist-store-weekly
  3. Click the Browse button
  4. Navigate to the build/windows/store/_Output/ directory
  5. Finally click the GIMP.GIMPInsider_*neutral.msixbundle file to download the GIMP nightly. Also downlod the .pfx file. Open PowerShell as admin then type the following to install the .pfx: Import-PfxCertificate -FilePath pseudo-gimp.pfx -CertStoreLocation Cert:\LocalMachine\Root -Password (ConvertTo-SecureString eek -AsPlainText -Force) Then, install the .msixbundle by double-clicking it or by Add-AppxPackage -Path GIMP*.msixbundle. After testing it, please remove the self-signed certificate using Windows Cert Manager.