Release of chatgpt-image-cli v0.1.0.
Downloads
| Platform | Asset |
|---|---|
| macOS arm64 (Apple Silicon) | chatgpt-image-cli-darwin-arm64.tar.gz |
| macOS amd64 (Intel) | chatgpt-image-cli-darwin-amd64.tar.gz |
| Linux amd64 | chatgpt-image-cli-linux-amd64.tar.gz |
| Linux arm64 | chatgpt-image-cli-linux-arm64.tar.gz |
| Windows amd64 | chatgpt-image-cli-windows-amd64.zip |
| Windows arm64 | chatgpt-image-cli-windows-arm64.zip |
Checksums: checksums.txt (sha256).
Install (macOS arm64 example)
curl -LO https://github.com/autoclaw-cc/x-cli/releases/download/chatgpt-image-cli/v0.1.0/chatgpt-image-cli-darwin-arm64.tar.gz
tar -xzf chatgpt-image-cli-darwin-arm64.tar.gz
./chatgpt-image-cli --helpLinux / other archs: swap the suffix (linux-amd64, linux-arm64, etc.). Windows: download the .zip and extract.
macOS users: browser-downloaded archives get blocked by Gatekeeper. After extracting, clear the quarantine flag once:
xattr -d com.apple.quarantine ./chatgpt-image-cli
See README for usage.
What's Changed
- feat: 初始化 agent-cli-creator skill 与中文 README by @xpzouying in #1
- feat: 添加 baidu-cli 示例 CLI by @xpzouying in #2
- feat: 把 google/nanobanana/chatgpt-image 三个 CLI 合并进 monorepo by @xpzouying in #5
New Contributors
- @xpzouying made their first contribution in #1
Full Changelog: https://github.com/autoclaw-cc/x-cli/commits/chatgpt-image-cli/v0.1.0