# Install apngasm with Homebrew, apt, Nix, scoop

Next generation of apngasm, the APNG assembler. Version 3.1.10 via Homebrew; verified from local package data.

## Install

```sh
sudo av install brew:apngasm
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install apngasm
```

  Evidence: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install apngasm
```

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

- Nix (92%):

```sh
nix profile install nixpkgs#apngasm
```

  Evidence: nixpkgs package indexes: apngasm from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix

### Windows

- Scoop (92%):

```sh
scoop install main/apngasm
```

  Evidence: Scoop official bucket manifest trees: bucket/apngasm.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

## Package facts

- **Package key:** brew:apngasm
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/apngasm>
- **Version:** 3.1.10
- **Source summary:** Next generation of apngasm, the APNG assembler
- **Homepage:** <https://github.com/apngasm/apngasm>
- **Repository:** <https://github.com/apngasm/apngasm>
- **Upstream docs:** <http://apngasm.sourceforge.net/>
- **License:** Zlib
- **Source archive:** <https://github.com/apngasm/apngasm/archive/refs/tags/3.1.10.tar.gz>
- **Generated:** 2026-07-08T07:18:31+00:00

## Executables

- apngasm (cli)
- apngasm (alias)

## Dependencies

- boost
- icu4c@78
- libpng
- lzlib

## Build dependencies

- cmake

## 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: 3.1.10
- Local data: ok
- Upstream repository: https://github.com/apngasm/apngasm
- Upstream latest detected: 3.1.10 (current)
- info: No package-manager update timestamp was available.
## Project history and usage

apngasm is an APNG assembler CLI and library for creating, and in the newer GitHub version also disassembling, Animated PNG files. It is one of the core APNG-family utilities alongside disassemblers and GIF/APNG converters.

### Project history

The older SourceForge-hosted APNG Assembler page describes a command-line and GUI tool that creates APNG animations from PNG or TGA image sequences. It emphasizes inter-frame optimization, palette and color-type optimization, and zlib, 7zip, and Zopfli compression options.

The current GitHub project was created in July 2013 and calls itself the next generation of apngasm. Its README documents a CMake-based cross-platform build, CLI and library packaging, Java and Ruby wrappers generated through SWIG, and copyright shared as a joint production by Max Stepin and K.K. GenSouSha.

Official GitHub releases show the 3.1.x line in 2014 and 2015, followed by a 3.1.10 release in 2021 for newer build and packaging systems plus small fixes.

### Adoption history

The README recommends Homebrew for the latest macOS apngasm, GitHub releases for Windows, and a Launchpad PPA for GNU/Linux. The supplied package metadata also records Homebrew, Debian, Nix, Scoop, and Ubuntu packages, indicating broad packaging for a specialized image tool.

The SourceForge feed shows prebuilt 2.91 artifacts for Linux, macOS, and Windows in 2016, while the GitHub repository shows the later source-control home for the next-generation codebase.

### How it is used

The SourceForge documentation shows commands such as apngasm output.png frame001.png [options] and apngasm output.png frame*.png [options]. Options include frame delay, loop count, skipping the first frame, keeping palette or color type, compression backend, and iteration counts.

The GitHub README is more build- and packaging-oriented, with platform-specific dependency lists and package-building instructions rather than a fixed user config file.

### Why package nerds care

apngasm matters because APNG is a format niche where small command-line utilities define the practical toolchain. It gives packagers a native assembler that can be scripted, built through CMake, wrapped as a library, and distributed through distro repositories.

Its evolution from SourceForge binaries and GUI/CLI zips to a GitHub-hosted CMake project is a compact example of how older image-format utilities migrated into modern package-manager ecosystems.

### Timeline

- 2013: Current apngasm/apngasm GitHub repository was created.
- 2014: GitHub 3.1.x releases began, including libapngasm updates.
- 2016: SourceForge feed records APNG Assembler 2.91 source and platform binary releases.
- 2021: GitHub 3.1.10 release updated builds and packaging for newer systems.

### Related projects

- The official SourceForge page links apngdis, gif2apng, apng2gif, and apngopt as related APNG utilities. The GitHub README also points Ruby users toward the rapngasm gem.

### Sources

- <http://apngasm.sourceforge.net/>
- <https://api.github.com/repos/apngasm/apngasm>
- <https://api.github.com/repos/apngasm/apngasm/releases>
- <https://github.com/apngasm/apngasm#readme>
- <https://sourceforge.net/projects/apngasm/rss?path=/>
- source_facts.package-manager


## Security Notes

narrow executable package without higher-risk signals.

- **Geiger risk:** green / low
- narrow executable package without higher-risk signals

## Source Database Details

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

## Other Package-Manager Records

- Debian apt - apngasm - 2.91-5+b1: normalized package name match | Debian stable package indexes: apngasm from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | assemble APNG animation from PNG/TGA image sequence | https://sourceforge.net/projects/apngasm/
- Nix - apngasm: normalized package name match | nixpkgs package indexes: apngasm from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
- Ubuntu apt - apngasm - 2.91-5build2: normalized package name match | Ubuntu 24.04 LTS package indexes: apngasm from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | assemble APNG animation from PNG/TGA image sequence | https://sourceforge.net/projects/apngasm/
- Scoop - main/apngasm: normalized package name match | Scoop official bucket manifest trees: bucket/apngasm.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1


## Related links

- [Source-control packages](https://www.automicvault.com/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://www.automicvault.com/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Media and graphics packages](https://www.automicvault.com/pkg/media-graphics-tools/) - Matched media, image, audio, video, or graphics metadata.
- [libpng](https://www.automicvault.com/pkg/brew/libpng/) - Runtime dependency declared by Homebrew.
- [cmake](https://www.automicvault.com/pkg/brew/cmake/) - Build dependency declared by Homebrew.
- [apng2gif](https://www.automicvault.com/pkg/brew/apng2gif/) - Shares av.db curated category or tags: apng, cli, media.
- [a52dec](https://www.automicvault.com/pkg/brew/a52dec/) - Shares av.db curated category or tags: cli, media.
- [aalib](https://www.automicvault.com/pkg/brew/aalib/) - Shares av.db curated category or tags: cli, media.
- [ab-av1](https://www.automicvault.com/pkg/brew/ab-av1/) - Shares av.db curated category or tags: cli, media.
- [abcde](https://www.automicvault.com/pkg/brew/abcde/) - Shares av.db curated category or tags: cli, media.
- [abcm2ps](https://www.automicvault.com/pkg/brew/abcm2ps/) - Shares av.db curated category or tags: cli, media.
- [abcmidi](https://www.automicvault.com/pkg/brew/abcmidi/) - Shares av.db curated category or tags: cli, media.
- [adplay](https://www.automicvault.com/pkg/brew/adplay/) - Shares av.db curated category or tags: cli, media.
- [ffmpegthumbnailer](https://www.automicvault.com/pkg/brew/ffmpegthumbnailer/) - Local package facts share a topical domain. Shared terms: cli, generation, libpng, media.
- [plutobook](https://www.automicvault.com/pkg/brew/plutobook/) - Local package facts share a topical domain. Shared terms: cli, icu4c, icu4c-78, media.
- [grokj2k](https://www.automicvault.com/pkg/brew/grokj2k/) - Local package facts share a topical domain. Shared terms: cli, libpng, media.

## Combined YAML source

View the package source record on GitHub. [combined/apngasm.yml](https://github.com/automic-vault/db/blob/main/combined/apngasm.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
