Analysis updated 2026-07-24
Install the G'MIC plug-in into GIMP 3.x on your Mac without compiling it by hand.
Rebuild the G'MIC plug-in after GIMP releases a minor update like 3.2 to 3.4.
Remove the G'MIC plug-in from your Mac using the script's uninstall option.
| thefluffyslipper/mac-gimp3-gmic-installer | 123satyajeet123/bitnet-server | adeilsonrbrito/cross-model-consult | |
|---|---|---|---|
| Stars | 0 | 0 | 0 |
| Language | Shell | Shell | Shell |
| Setup difficulty | moderate | easy | moderate |
| Complexity | 2/5 | 2/5 | 3/5 |
| Audience | general | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires macOS 13+, GIMP 3.x, Homebrew, Xcode Command Line Tools, and 10, 30 minutes for compilation.
G'MIC is a popular image processing plug-in for the photo editor GIMP. On macOS, there are no ready-made G'MIC binaries for the newer GIMP 3.x release. This repository provides a single shell script that builds the G'MIC plug-in from source and installs it into your personal GIMP folder, so you can use it without compiling everything yourself by hand. To use it, you need a Mac running macOS 13 or newer, with GIMP 3.x installed. You also need Homebrew, a common package manager for macOS, and the Xcode Command Line Tools. You download the script, make it runnable, and execute it in a terminal. The script can take 10 to 30 minutes to compile. After it finishes, you restart your computer and run the script once more. When you open GIMP and load an image, the G'MIC option should appear under the Filters menu. The script does a fair amount of behind-the-scenes work. GIMP ships with the libraries the plug-in needs but lacks the development files required to build against it. The script reads your GIMP version, downloads the matching source code for the headers, and assembles a temporary development setup. It then compiles the G'MIC Qt interface using CMake, applies a small patch so the interface works correctly on macOS with X11, signs the resulting binary, and places it where GIMP can find it. It also installs XQuartz automatically, which fixes certain interactive functions like the Black and White Colorize tool. There are some limitations. When GIMP releases a minor update, such as moving from 3.2 to 3.4, the plug-in must be rebuilt by running the script again. The plug-in also depends on Qt and fftw from Homebrew, so those should not be removed while the plug-in is in use. The script supports an uninstall option and a help flag for other commands. The build recipe was originally developed by Sébastien Guyader and others, then automated and released here under a public domain license.
A shell script that builds and installs the G'MIC image-processing plug-in for GIMP 3.x on macOS, automating compilation and setup so you don't have to do it manually.
Mainly Shell. The stack also includes Shell, CMake, Qt.
Public domain, you can use, modify, and share this script freely for any purpose without any restrictions.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly general.
This repo across BitVibe Labs
Verify against the repo before relying on details.