Download GIMPBot

gimpbot-1.0.0.zip

Works with GIMP 2.10, 3.0 and 3.2 on Windows.

Installing

Unzip it, then right-click install.ps1 and choose Run with PowerShell. It finds every GIMP on the machine and installs into each one. Restart GIMP afterwards and the window is at Filters › AI Chat.

If Windows blocks the script, run it explicitly instead:

powershell -ExecutionPolicy Bypass -File install.ps1

Signing in

Get a token, paste it into the chat box and press Enter. There are no environment variables to set and no restart needed. It is saved to a file only you can read, and one token covers every version of GIMP on the machine.

Other platforms

The plug-in is plain Python and runs anywhere GIMP does. The installer is Windows-only, so elsewhere copy ai-chat/ into your GIMP plug-ins directory yourself — for GIMP 2.10, copy ai-chat-210/ai-chat-210.py into plug-ins and the shared modules alongside it.