Local AI developer tooling · MVP
Forge GIMP 3 plug-ins. Rescue GIMP 2 code.
Plugin Forge turns a small set of natural-language intents into validated GIMP 3 Python plug-ins and scans legacy Python-Fu code for migration problems. The long-term product is an offline migration/compiler harness, with GIMP as the first wedge.
Browser preview
See the generated contract.
Why this exists
GIMP 3 changed the old plug-in contract.
GIMP 3 moved Python plug-ins to Python 3 and GObject Introspection. Legacy GIMP 2 Python-Fu plug-ins therefore need more than a version-number edit. Plugin Forge starts by making the new structure deterministic, then adds migration mappings that can be tested.
Current boundary
This alpha does not claim lossless arbitrary migration and does not silently install model-generated code. Unmapped calls become explicit review items. The future local SLM sits behind the validator, not in front of it.