# Install advancecomp with Homebrew, apk, apt, dnf, MacPorts, Nix

Recompression utilities for .PNG, .MNG, .ZIP, and .GZ files. Version 2.6 via Homebrew; verified 2026-07-02.

## Install

```sh
sudo av install brew:advancecomp
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install advancecomp
```

  Evidence: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install advancecomp
```

  Evidence: MacPorts ports tree: archivers/advancecomp/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add advancecomp
```

  Evidence: Alpine Linux edge package indexes: advancecomp from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install advancecomp
```

  Evidence: Debian stable package indexes: advancecomp from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install advancecomp
```

  Evidence: Fedora Rawhide package metadata: advancecomp from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#advancecomp
```

  Evidence: nixpkgs package indexes: pkgs/by-name/ad/advancecomp/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## Package facts

- **Package key:** brew:advancecomp
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/advancecomp>
- **Version:** 2.6
- **Source summary:** Recompression utilities for .PNG, .MNG, .ZIP, and .GZ files
- **Homepage:** <https://www.advancemame.it/comp-readme.html>
- **Repository:** <https://github.com/amadvance/advancecomp>
- **Upstream docs:** <https://www.advancemame.it/comp-readme.html>
- **License:** GPL-3.0-only
- **Source archive:** <https://github.com/amadvance/advancecomp/releases/download/v2.6/advancecomp-2.6.tar.gz>
- **Last updated:** 2026-07-02T11:12:14-04:00
- **Generated:** 2026-07-08T07:18:31+00:00

## Executables

- advdef (cli)
- advmng (cli)
- advpng (cli)
- advzip (cli)
- advdef (alias)
- advmng (alias)
- advpng (alias)
- advzip (alias)

## Build dependencies

- autoconf
- automake
- libtool

## Uses from macOS

- bzip2

## Install behavior

- Post-install hook: not defined
- Bottle: available on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Freshness

- Page generated: 2026-07-08
- Package-manager version: 2.6
- Package-manager updated: 2026-07-02
- Local data: ok
- Upstream repository: https://github.com/amadvance/advancecomp
- info: No cached GitHub release or tag data was available.
## Project history and usage

AdvanceCOMP is Andrea Mazzoleni's collection of recompression utilities for ZIP, PNG, MNG, GZ, and related deflate streams. It is best known in package-manager circles as a small suite of aggressive, lossless recompression commands: `advzip`, `advpng`, `advmng`, and `advdef`.

### Project history

AdvanceCOMP came out of the Advance emulator tooling family. The official history shows the first AdvanceSCAN public release in 2002 carrying early `advzip` functionality, then `advpng` and `advmng`, before AdvanceCOMP 1.5 split from AdvanceSCAN in January 2003 and added `advdef`.

The official README describes AdvanceCOMP as utilities for recompressing ZIP archives, PNG snapshots, MNG video clips, and GZ files, especially for ROM, snapshot, and clip collections of emulated games. The GitHub README confirms broad platform support across Linux, Mac OS X, DOS, Windows, and other Unix-like platforms.

The project has kept its compression engine current over time. Its history records zopfli support and a GPLv3 change in 2013, libdeflate support becoming the default in 2016, libdeflate updates through 2023, and security fixes for multiple CVEs in 2022.

### Adoption history

The provided package facts show AdvanceCOMP available through Homebrew, Alpine, Debian, Fedora, MacPorts, Nix, and Ubuntu. That is wide adoption for a specialist recompressor and reflects its usefulness beyond the AdvanceMAME world, especially anywhere deterministic lossless size reduction is desirable.

AdvanceCOMP's adoption overlaps with PNG and archive optimization workflows. Its own documentation compares it with OptiPNG and pngcrush, while its utilities are also useful in emulator collections where many ZIPs and screenshots are stored for long periods.

### How it is used

`advzip` recompresses and tests ZIP archives, using libdeflate by default and optionally trying slower 7z or zopfli modes. `advpng` recompresses PNG files, especially AdvanceMAME-generated snapshots, by stripping ancillary chunks, joining IDAT chunks, and recompressing deflate data. `advdef` recompresses compressed data inside PNG, MNG, GZ, TGZ, and SVGZ files without changing the surrounding file structure.

The package is usually run as a post-processing tool: apply it to archives or images when smaller files matter more than CPU time. Its `--shrink-insane`/iteration options are a clear signal that the package optimizes for enthusiasts willing to spend cycles for marginal byte savings.

### Why package nerds care

AdvanceCOMP is significant because it packages compression obsession into stable, scriptable Unix commands. It is the kind of tool maintainers reach for in build pipelines, ROM set cleanup, reproducible archive experiments, and asset-shrinking tasks where a GUI optimizer would be awkward.

Its history also mirrors the evolution of deflate optimization culture: 7-Zip deflate, zopfli, and libdeflate each appear as the project chases better size/speed tradeoffs while keeping simple command-line tools.

### Timeline

- 2002: Early AdvanceSCAN releases introduced AdvanceZIP, advpng, and advmng.
- 2003: AdvanceCOMP 1.5 split from AdvanceSCAN and added advdef.
- 2013: AdvanceCOMP 1.17 changed to GPLv3 and added zopfli support.
- 2016: AdvanceCOMP 1.21 added libdeflate support and made it the default.
- 2022: AdvanceCOMP 2.4 fixed multiple CVEs and updated libdeflate.
- 2023: AdvanceCOMP 2.6 updated libdeflate to 1.19.

### Related projects

- AdvanceMAME and AdvanceSCAN are sibling projects in the Advance project family.
- OptiPNG, pngcrush, zopfli, libdeflate, and 7-Zip are adjacent compression tools or libraries referenced by the project documentation and history.

### Sources

- <https://github.com/amadvance/advancecomp#readme>
- <https://www.advancemame.it/comp-history>
- <https://www.advancemame.it/comp-readme.html>
- <https://www.advancemame.it/doc-advdef>
- <https://www.advancemame.it/doc-advpng>
- <https://www.advancemame.it/doc-advzip>
- source_facts.package-manager


## Security Notes

broad file, network, media, or database tool signal.

- **Geiger risk:** blue / medium
- broad file, network, media, or database tool signal

## Source Database Details

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** advancecomp
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

## Other Package-Manager Records

- Debian apt - advancecomp - 2.5-1: normalized package name match | Debian stable package indexes: advancecomp from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | collection of recompression utilities | http://www.advancemame.it/
- Nix - advancecomp: normalized package name match | nixpkgs package indexes: pkgs/by-name/ad/advancecomp/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - advancecomp - 2.5-1build1: normalized package name match | Ubuntu 24.04 LTS package indexes: advancecomp from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz | collection of recompression utilities | http://www.advancemame.it/
- apk - advancecomp - 2.6-r0: normalized package name match | Alpine Linux edge package indexes: advancecomp from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | A collection of recompression utilities for your .ZIP archives, .PNG snapshots, .MNG video clips and .GZ files | https://www.advancemame.it/
- apk - advancecomp-doc - 2.6-r0: normalized package name match | Alpine Linux edge package indexes: advancecomp-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | A collection of recompression utilities for your .ZIP archives, .PNG snapshots, .MNG video clips and .GZ files (documentation) | https://www.advancemame.it/
- dnf - advancecomp - 2.6-18.fc45: normalized package name match | Fedora Rawhide package metadata: advancecomp from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | Recompression utilities for .png, .mng, .zip and .gz files | https://www.advancemame.it/
- MacPorts - advancecomp: normalized package name match | MacPorts ports tree: archivers/advancecomp/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Related links

- [Secret-risk packages](https://www.automicvault.com/pkg/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://www.automicvault.com/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Archive and compression packages](https://www.automicvault.com/pkg/archive-compression-tools/) - Matched archive or compression metadata.
- [autoconf](https://www.automicvault.com/pkg/brew/autoconf/) - Build dependency declared by Homebrew.
- [automake](https://www.automicvault.com/pkg/brew/automake/) - Build dependency declared by Homebrew.
- [libtool](https://www.automicvault.com/pkg/brew/libtool/) - Build dependency declared by Homebrew.
- [zip](https://www.automicvault.com/pkg/brew/zip/) - Shares av.db curated category or tags: cli, compression, developer-tools, zip.
- [brotli](https://www.automicvault.com/pkg/brew/brotli/) - Shares av.db curated category or tags: cli, compression, developer-tools.
- [exomizer](https://www.automicvault.com/pkg/brew/exomizer/) - Shares av.db curated category or tags: cli, compression, developer-tools.
- [libdeflate](https://www.automicvault.com/pkg/brew/libdeflate/) - Shares av.db curated category or tags: cli, compression, developer-tools.
- [pigz](https://www.automicvault.com/pkg/brew/pigz/) - Shares av.db curated category or tags: cli, compression, developer-tools.
- [pixz](https://www.automicvault.com/pkg/brew/pixz/) - Shares av.db curated category or tags: cli, compression, developer-tools.
- [py7zr](https://www.automicvault.com/pkg/brew/py7zr/) - Shares av.db curated category or tags: cli, compression, developer-tools.
- [upx](https://www.automicvault.com/pkg/brew/upx/) - Shares av.db curated category or tags: cli, compression, developer-tools.

## Combined YAML source

View the package source record on GitHub. [combined/advancecomp.yml](https://github.com/automic-vault/db/blob/main/combined/advancecomp.yml)


## Sources

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
