# apngasm を Homebrew, apt, Nix, scoop でインストール

apngasm のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

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

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install apngasm
```

  証拠: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install apngasm
```

  証拠: 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
```

  証拠: 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
```

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

## パッケージ情報

- **パッケージキー:** brew:apngasm
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/apngasm>
- **バージョン:** 3.1.10
- **ソース概要:** Next generation of apngasm, the APNG assembler
- **ホームページ:** <https://github.com/apngasm/apngasm>
- **リポジトリ:** <https://github.com/apngasm/apngasm>
- **上流ドキュメント:** <http://apngasm.sourceforge.net/>
- **ライセンス:** Zlib
- **ソースアーカイブ:** <https://github.com/apngasm/apngasm/archive/refs/tags/3.1.10.tar.gz>
- **生成日時:** 2026-07-08T18:08:21+00:00

## 実行可能ファイル

- apngasm (cli)
- apngasm (エイリアス)

## 依存関係

- boost
- icu4c@78
- libpng
- lzlib

## ビルド依存関係

- cmake

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-07-08
- マネージャ版: 3.1.10
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/apngasm/apngasm
- 検出された最新: 3.1.10 (最新)
- 情報: No package-manager update timestamp was available.
## プロジェクトの歴史と使われ方

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.

### プロジェクトの歴史

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.

### 採用の歴史

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.

### 使われ方

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.

### パッケージ好きにとっての重要性

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.

### タイムライン

- 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.

### ソース

- <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


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals

## ソースデータベース詳細

- **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

## 他のパッケージマネージャ記録

- 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


## 関連リンク

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


## ソース

- 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
