Releases: IronAdamant/AgentGifParse
Releases · IronAdamant/AgentGifParse
Release list
v1.0.0 Windows
AgentGifParse v1.0.0 — Windows
Portable Windows app: short animated GIF (≤30s) → ordered JPEG stills for AI agents.
Windows (x64)
- Download AgentGifParse-v1.0.0-windows-x64.zip
- Unzip anywhere
- Double-click AgentGifParse.exe (no installer, no Python)
Requirements: Windows 10/11 with .NET Framework 4.7.2+ (inbox).
What's included
- Native WPF GUI (dark default)
- GIF-native frame export (all frames, max 60)
- Hard 30s duration gate
- Local only — MIT open source
CLI
AgentGifParse.exe export path\to\short.gif
AgentGifParse.exe export path\to\short.gif -o C:\Temp\agp-out
AgentGifParse.exe help
macOS users: build from source with ./scripts/build-macos-app.sh (or use a macOS release if published).
v1.0.0 macOS
AgentGifParse v1.0.0 — macOS
Native Mac app: short animated GIF (≤30s) → ordered JPEG stills for AI agents.
macOS (Apple Silicon / arm64)
- Download AgentGifParse-v1.0.0-macos-arm64.zip
- Unzip — you get AgentGifParse.app
- Double-click to open (no installer, no Python)
First open: if Gatekeeper blocks an ad-hoc signed app, right-click → Open → Open.
Requirements: macOS 13+ on Apple Silicon (arm64). Built with SwiftUI + ImageIO.
What's included
- Native SwiftUI GUI (dark default)
- GIF-native frame export (all frames when ≤60; thinned otherwise)
- Hard 30s duration gate
- Local only — MIT open source
CLI
AgentGifParse.app/Contents/MacOS/AgentGifParse export path/to/short.gif
AgentGifParse.app/Contents/MacOS/AgentGifParse export path/to/short.gif -o /tmp/agp-out
AgentGifParse.app/Contents/MacOS/AgentGifParse help
Windows users: see the v1.0.0 Windows release.