Skip to content

v0.3.1 - interactive install UX and --uninstall

Choose a tag to compare

@JacobStephens2 JacobStephens2 released this 01 Aug 04:13

Human-friendly CLI UX on top of the v0.3.0 agent surface.

Highlights

  • gpt-image --uninstall / gpt-image uninstall — remove the running binary (use sudo if root-owned)
  • Interactive mode — bare gpt-image (or a command missing required args) on a TTY asks one question at a time
  • API key prompt — if OPENAI_API_KEY / --api-key-file are unset on a TTY, prompt once (hidden input, not saved)
  • README install — per-platform binary instructions and amd64 vs arm64 guidance
  • Agents / non-TTY behavior unchanged (--json, exit codes 0–5)

Install

macOS Apple Silicon:

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

Linux amd64:

curl -fsSL -o gpt-image \
  https://github.com/JacobStephens2/gpt-image/releases/latest/download/gpt-image-linux-amd64
chmod +x gpt-image
sudo mv gpt-image /usr/local/bin/gpt-image
gpt-image version

Or with Go 1.22+:

go install github.com/JacobStephens2/gpt-image/cmd/gpt-image@v0.3.1

Uninstall: sudo gpt-image --uninstall

Agent contract: AGENTS.md

Assets

File Platform
gpt-image-linux-amd64 Linux x86_64
gpt-image-linux-arm64 Linux arm64
gpt-image-darwin-amd64 macOS Intel
gpt-image-darwin-arm64 macOS Apple Silicon
gpt-image-windows-amd64.exe Windows x86_64
SHA256SUMS checksums

Site: https://stephens.page/gpt-image/