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.
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 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.
Passed button listed next to the Nightly builds item.dist-appimage-weeklyBrowse buttonbuild/linux/appimage/_Output/
directoryGIMP-*.*.*-x86_64.AppImage
or GIMP-*.*.*-aarch64.AppImage file to download
the AppImage and set it as executable with chmod +x GIMP*.AppImage.Passed button listed next to the Nightly builds item.dist-snap-weeklyBrowse buttonbuild/linux/snap/_Output/
directorygimp-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.Passed button listed next to the Nightly builds item.dist-mac-weeklyBrowse buttonbuild/macos/dmg/_Output/
directorygimp-*.*.*-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.Passed button listed next to the Nightly builds item.dist-installer-weeklyBrowse buttonbuild/windows/installer/_Output/
directorygimp-*.*.*-setup.exe
file to download and install the GIMP nightly.Passed button listed next to the Nightly builds item.dist-store-weeklyBrowse buttonbuild/windows/store/_Output/
directoryGIMP.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.