jamiemason/imageoptim-cli

Make optimisation of images part of your automated build process

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 41 minutes ago
Added to GitGenius on September 19th, 2026
Created on February 15th, 2013
Open Issues & Pull Requests: 3 (+0)
GitHub issues: Enabled
Number of forks: 128
Total Stargazers: 3,531 (+0)
Total Subscribers: 51 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 346.0 days
Mean response time: 335.3 days
90th percentile: 911.6 days
Tracked items: 5

Most active contributors

Sign in to see contributor activity.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 2
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 1,690 days
Stale 30+ days: 2
Stale 90+ days: 0

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • Type: Fix (5)
  • Status: Released (4)
  • Status: Blocked (1)
  • Status: In Progress (1)
  • Type: Feat (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

imageoptim-cli is a command-line tool that automates image optimization as part of your build process.

The tool solves the problem of integrating macOS image optimization applications into automated workflows. It wraps ImageOptim, ImageAlpha, and JPEGmini—three separate macOS applications—allowing you to batch-process images without manual intervention. Since JPEGmini lacks a command-line interface, the tool automates its graphical interface, which requires granting accessibility permissions to the program that runs it.

You should adopt this tool if you work on macOS and already use ImageOptim, ImageAlpha, or JPEGmini for image compression. It suits projects with build pipelines that need to optimize images automatically. The tool requires each application to be installed separately on your system; ImageOptim and ImageAlpha are free, while JPEGmini is paid software with lite and pro variants available.

The project is a Rust rewrite of an earlier TypeScript and AppleScript implementation, distributed as platform-specific binaries rather than through package managers. Development activity shows consistent maintenance with a justfile documenting available commands for contributors.