Skip to content

v1.0.0 macOS

Latest

Choose a tag to compare

@IronAdamant IronAdamant released this 08 Aug 12:18
· 2 commits to main since this release

AgentGifParse v1.0.0 — macOS

Native Mac app: short animated GIF (≤30s) → ordered JPEG stills for AI agents.

macOS (Apple Silicon / arm64)

  1. Download AgentGifParse-v1.0.0-macos-arm64.zip
  2. Unzip — you get AgentGifParse.app
  3. 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.