# Installer gifski avec Homebrew, apk, MacPorts, Nix, pacman, scoop, winget

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de gifski pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:gifski
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install gifski
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install gifski
```

  Preuve: MacPorts ports tree: graphics/gifski/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add gifski
```

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

- Nix (92%):

```sh
nix profile install nixpkgs#gifski
```

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

- pacman (92%):

```sh
sudo pacman -S gifski
```

  Preuve: Arch Linux sync databases: gifski from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

### Windows

- Scoop (92%):

```sh
scoop install main/gifski
```

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

- winget (92%):

```sh
winget install --id ImageOptim.gifski -e
```

  Preuve: Windows Package Manager source index: ImageOptim.gifski from https://cdn.winget.microsoft.com/cache/source.msix

## Faits du paquet

- **Clé du paquet:** brew:gifski
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/gifski>
- **Version:** 1.34.0
- **Résumé source:** Highest-quality GIF encoder based on pngquant
- **Page d'accueil:** <https://gif.ski/>
- **Dépôt:** <https://github.com/ImageOptim/gifski>
- **Docs amont:** <https://gif.ski/>
- **Licence:** AGPL-3.0-only
- **Archive source:** <https://github.com/ImageOptim/gifski/archive/refs/tags/1.34.0.tar.gz>
- **Dernière mise à jour:** 2026-08-02T20:52:05+09:00
- **Généré:** 2026-08-04T22:13:35+00:00

## exécutables

- gifski (cli)
- gifski (alias)

## Dépendances

- ffmpeg

## Dépendances de compilation

- pkgconf
- rust

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version et fraîcheur

- page générée: 2026-08-04
- version du gestionnaire: 1.34.0
- gestionnaire mis à jour: 2026-08-02
- données locales: OK
- dépôt amont: https://github.com/ImageOptim/gifski
- dernière version détectée: 1.34.0 (à jour)
## Historique du projet et usages

gifski is a Rust GIF encoder from the ImageOptim/pngquant ecosystem, designed to produce high-quality animated GIFs from video frames or PNG sequences.

### Historique du projet

The official repository presents gifski as a GIF encoder based on pngquant and libimagequant ideas, using cross-frame palettes and temporal dithering to work around GIF format limits. The project provides a CLI and can also be built as a C-compatible library for integration into other applications.

### Historique d'adoption

gifski attracted users who cared more about perceptual quality than minimum file size. Its upstream documentation points to prebuilt releases, Homebrew, cargo installation, C library use, Windows and macOS GUI paths, and release downloads for Linux, macOS, and Windows.

### Modes d'utilisation

Practitioners feed gifski either a stream from ffmpeg in YUV4MPEG format or a directory of PNG frames exported from animation or video software. They tune output size and quality with width, height, frame rate, quality, lossy quality, and motion quality options.

### Pourquoi les passionnés de paquets s'y intéressent

gifski is notable in package collections because it represents the modern Rust side of GIF tooling: a CLI, reusable C-compatible library, cargo package, Homebrew formula, and GUI-adjacent encoder with explicit tradeoffs around GIF quality, file size, and licensing.

### Chronologie

- 2017: Repository-era gifski releases began in the ImageOptim ecosystem.
- 2018: Transparency support and GUI-adjacent packaging paths broadened usage.
- 2020s: Homebrew, cargo, native installers, and library builds widened distribution paths.
- 2020s: Upstream documentation continued to emphasize ffmpeg and PNG-frame workflows.

### Related projects

- gifski is closely related to pngquant and libimagequant. It also complements ffmpeg for frame extraction and Gifsicle for downstream GIF manipulation or optimization.

### Sources

- <https://gif.ski/>
- <https://github.com/ImageOptim/gifski>
- <https://raw.githubusercontent.com/ImageOptim/gifski/main/README.md>
- source_facts.repo


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- narrow executable package without higher-risk signals

## Détails de la base source

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** gifski
- **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

## Autres enregistrements de gestionnaires de paquets

- Nix - gifski: normalized package name match | nixpkgs package indexes: pkgs/by-name/gi/gifski/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - gifski - 1.34.0-r3: normalized package name match | Alpine Linux edge package indexes: gifski from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Highest-quality GIF encoder based on pngquant | https://gif.ski/
- pacman - gifski - 1.34.0-2: normalized package name match | Arch Linux sync databases: gifski from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | GIF encoder based on libimagequant (pngquant). Squeezes maximum possible quality from the awful GIF format. | https://gif.ski
- MacPorts - gifski: normalized package name match | MacPorts ports tree: graphics/gifski/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Scoop - main/gifski: normalized package name match | Scoop official bucket manifest trees: bucket/gifski.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
- winget - ImageOptim.gifski: normalized package name match | Windows Package Manager source index: ImageOptim.gifski from https://cdn.winget.microsoft.com/cache/source.msix


## Liens liés

- [Terminal utility packages](https://pkg.so/fr/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Language runtime packages](https://pkg.so/fr/language-runtime-packages/) - Matched language runtime, compiler, or interpreter metadata.
- [Networking and protocol packages](https://pkg.so/fr/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Media and graphics packages](https://pkg.so/fr/media-graphics-tools/) - Matched media, image, audio, video, or graphics metadata.
- [ffmpeg](https://pkg.so/fr/brew/ffmpeg/) - Runtime dependency declared by Homebrew.
- [pkgconf](https://pkg.so/fr/brew/pkgconf/) - Build dependency declared by Homebrew.
- [rust](https://pkg.so/fr/brew/rust/) - Build dependency declared by Homebrew.
- [gifsicle](https://pkg.so/fr/brew/gifsicle/) - Shares pkgdb curated category or tags: animation, cli, gif, image-optimization, image-processing.
- [giflib](https://pkg.so/fr/brew/giflib/) - Shares pkgdb curated category or tags: cli, gif, image-processing, media.
- [apngasm](https://pkg.so/fr/brew/apngasm/) - Shares pkgdb curated category or tags: animation, cli, image-processing, media.
- [dssim](https://pkg.so/fr/brew/dssim/) - Shares pkgdb curated category or tags: cli, image-processing, media, rust.
- [lutgen](https://pkg.so/fr/brew/lutgen/) - Shares pkgdb curated category or tags: cli, image-processing, media, rust.
- [libheif](https://pkg.so/fr/brew/libheif/) - Shares pkgdb curated category or tags: cli, image-processing, media.
- [leptonica](https://pkg.so/fr/brew/leptonica/) - Shares pkgdb curated category or tags: cli, image-processing, media.
- [netpbm](https://pkg.so/fr/brew/netpbm/) - Shares pkgdb curated category or tags: cli, image-processing, media.
- [libsail](https://pkg.so/fr/brew/libsail/) - Both packages work with overlapping file formats or content types. Shared terms: cli, ffmpeg, image, image-processing, media.
- [openimageio](https://pkg.so/fr/brew/openimageio/) - Both packages work with overlapping file formats or content types. Shared terms: cli, ffmpeg, image, image-processing, media.

## Combined YAML source

View the package source record on GitHub. [combined/gifski.yml](https://github.com/mxcl/pkgdb/blob/main/combined/gifski.yml)


## Sources

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