🍺 BREW Explorer

← all formulae

oxipng

brew install oxipng v10.1.1 MIT

Multithreaded PNG optimizer written in Rust

632
30-day installs · #1597
2.3k
90-day · #1511
5.8k
365-day · #1821
4.0k
★ GitHub stars · updated 2mo ago

Build dependencies

GitHub topics

image-compression image-optimization png png-compression png-optimization rust

Links

Raw metadata
{
  "aliases": [],
  "alternatives": [],
  "build_dependencies": [
    "rust"
  ],
  "categories": [],
  "caveats": null,
  "conflicts_with": [],
  "dependencies": [],
  "deprecated": 0,
  "deprecation_reason": null,
  "desc": "Multithreaded PNG optimizer written in Rust",
  "disable_reason": null,
  "disabled": 0,
  "enrichment_fetched_at": "2026-06-20T23:41:33+00:00",
  "first_seen": "2026-06-20T23:34:18+00:00",
  "full_name": "oxipng",
  "github_default_branch": "master",
  "github_last_commit_at": "2026-06-15T13:43:19Z",
  "github_readme_excerpt": "# Oxipng\n\n[![Build Status](https://github.com/oxipng/oxipng/workflows/oxipng/badge.svg)](https://github.com/oxipng/oxipng/actions?query=branch%3Amaster)\n[![Version](https://img.shields.io/crates/v/oxipng.svg)](https://crates.io/crates/oxipng)\n[![License](https://img.shields.io/crates/l/oxipng.svg)](https://github.com/oxipng/oxipng/blob/master/LICENSE)\n[![Docs](https://docs.rs/oxipng/badge.svg)](https://docs.rs/oxipng)\n\n## Overview\n\nOxipng is a multithreaded lossless PNG/APNG compression optimizer. It can be used via a command-line\ninterface or as a library in other Rust programs. It is fast and highly effective.\n\n## Installing\n\nOxipng for Windows can be downloaded via the\n[Releases](https://github.com/oxipng/oxipng/releases) section on its GitHub page. Recently,\nhowever, Oxipng has also been made available through package managers. Check the list below for\nup-to-date options.\n\nFor MacOS or Linux, it is recommended to install from your distro\u0027s package repository, provided\nOxipng is available there in a not too outdated version for your use case.\n\nOxipng is known to be packaged for the environments listed below.\n\n[![Packaging status](https://repology.org/badge/vertical-allrepos/oxipng.svg?exclude_unsupported=1\u0026columns=3\u0026exclude_sources=modules,site)](https://repology.org/project/oxipng/versions)\n\nAlternatively, Oxipng can be installed from Cargo, via the following command:\n\n```\ncargo install oxipng\n```\n\nOxipng can also be built from source using the latest stable or nightly Rust.\nThis is primarily useful for developing on Oxipng.\n\n```\ngit clone https://github.com/oxipng/oxipng.git\ncd oxipng\ncargo build --release\ncp target/release/oxipng /usr/local/bin\n```\n\nThe current minimum supported Rust version is **1.85.1**.\n\nOxipng follows Semantic Versioning.\n\n## Usage\n\nOxipng is a command-line utility. An example usage, suitable for web, may be the following:\n\n```\noxipng -o 4 --strip safe --alpha *.png\n```\n\nThe most commonly used options are as follows:\n\n- Optimization: `-o 0",
  "github_repo": "oxipng/oxipng",
  "github_stars": 4027,
  "github_topics": [
    "image-compression",
    "image-optimization",
    "png",
    "png-compression",
    "png-optimization",
    "rust"
  ],
  "homepage": "https://github.com/oxipng/oxipng",
  "homepage_og_description": null,
  "homepage_og_image": null,
  "homepage_title": null,
  "installs_30d": 632,
  "installs_365d": 5794,
  "installs_90d": 2288,
  "keg_only": 0,
  "keg_only_reason": null,
  "last_seen": "2026-06-20T23:34:18+00:00",
  "license": "MIT",
  "llm_generated_at": null,
  "llm_model": null,
  "name": "oxipng",
  "oldnames": [],
  "one_liner": null,
  "optional_dependencies": [],
  "rank_30d": 1597,
  "rank_365d": 1821,
  "rank_90d": 1511,
  "raw_hash": "e0d4dd5d960babd4",
  "recommended_dependencies": [],
  "revision": 0,
  "ruby_source_path": "Formula/o/oxipng.rb",
  "tap": "homebrew/core",
  "test_dependencies": [],
  "uses_from_macos": [],
  "version_head": null,
  "version_stable": "10.1.1",
  "versioned_formulae": [],
  "why_use_this": null
}