Skip to content

v1.0.0 - inkvoke

Choose a tag to compare

@JacobStephens2 JacobStephens2 released this 01 Aug 05:11

inkvoke v1.0.0

inkvoke — single-binary, agent-friendly image generation and editing CLI. Powered by OpenAI gpt-image-2.

Rename of gpt-image (decision record).

Install (macOS Apple Silicon)

curl -fsSL -o inkvoke \
  https://github.com/JacobStephens2/inkvoke/releases/latest/download/inkvoke-darwin-arm64
chmod +x inkvoke
sudo mv inkvoke /usr/local/bin/inkvoke
inkvoke version

Transition

Same bytes also shipped as gpt-image-*. Running as gpt-image prints a stderr-only deprecation note.

go install github.com/JacobStephens2/inkvoke/cmd/inkvoke@v1.0.0

Agent contract: AGENTS.md