Skip to content

genimg

Python 3.11 to 3.14 PyPI Licence: MIT

One simple CLI, made with both humans and agents in mind. The agent-native design is inspired by kenn-io and the tools they put out, especially roborev and agentsview.

Generate images with OpenAI and Google DeepMind models in a unified interface, via API or via Codex with a ChatGPT subscription. It bundles an image review tool and a drawing studio app for image generation, as well as several skills for productive image generation workflows.

uv tool install genimg
genimg setup

One prompt, four takes

genimg "a minimal fox logo, NOT a grid" \
  --model oai:gi2.5 \
  --num 4 \
  --deltas "line art, block print, brush stroke" \
  --output fox.png \
  --grid
Watch it run

A real run. The 30-second wait plays at 6x speed.

The HTML grid genimg opened: four fox logos labelled base prompt, line art, block print and brush stroke

Where next