# Installer fdk-aac avec Homebrew, apk, apt, Nix

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

## installation

```sh
sudo av install brew:fdk-aac
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install fdk-aac
```

  Preuve: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add fdk-aac
```

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

- Debian apt (92%):

```sh
sudo apt install aac-enc
```

  Preuve: Debian stable package indexes: aac-enc from https://deb.debian.org/debian/dists/stable/non-free/binary-amd64/Packages.xz

- Nix (92%):

```sh
nix profile install nixpkgs#fdk_aac
```

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

## Faits du paquet

- **Clé du paquet:** brew:fdk-aac
- **Gestionnaire de paquets:** Homebrew
- **Version:** 2.0.3
- **Résumé source:** Standalone library of the Fraunhofer FDK AAC code from Android
- **Page d'accueil:** <https://sourceforge.net/projects/opencore-amr/>
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- aac-enc (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 2.0.3
## Historique du projet et usages

FDK AAC is the standalone packaging of Fraunhofer's FDK AAC encoder and decoder code as distributed through the opencore-amr project. In Unix package-manager terms it matters because it gives command-line and library users access to a widely used AAC implementation that originally arrived through the Android Open Source Project ecosystem rather than as a conventional desktop audio library.

### Historique du projet

The opencore-amr SourceForge project describes itself as audio codecs extracted from the Android Open Source Project and includes AMR, VisualOn AAC, and a modified Fraunhofer AAC decoder and encoder. The fdk-aac subproject changelog records an initial fdk-aac release with an autotools build system, VBR bitrate mode support, and an example encoder tool, followed by updates tracking Android-derived upstream source drops.

The project made a larger jump with the 2.0.0 release, where the changelog says the upstream source base moved to FDKv2 with new profiles and features plus numerous crash and fuzzing fixes. Later 2.0.x releases continued to focus on upstream refreshes, build-system maintenance, and hardening fixes.

### Historique d'adoption

The supplied package facts show fdk-aac packaged across Homebrew, Alpine, Debian/Ubuntu under aac-enc, and Nix. SourceForge file listings also show continued download activity for modern fdk-aac tarballs, so the project is not just archival source code; it remains a packaging target for audio stacks that need AAC encoding or decoding.

Because AAC patent and licensing history made AAC implementations unevenly available across distributions, fdk-aac became one of the names package maintainers and media users recognize when they need a specific AAC implementation rather than a generic codec wrapper.

### Modes d'utilisation

Homebrew exposes the aac-enc executable from this package. Typical users do not treat fdk-aac as an end-user media application; they install it as a codec library or small encoder utility used by audio conversion workflows and other media packages.

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

Package nerds care about fdk-aac because it sits at the intersection of Android source drops, codec licensing, and Unix media plumbing. It is the kind of package whose formula name, binary name, and distribution policy can differ by ecosystem, which makes accurate metadata valuable.

### Chronologie

- 2012: fdk-aac 0.1.0 tarball published on SourceForge.
- 2018: fdk-aac 2.0.0 released with the FDKv2 upstream source base.
- 2023: fdk-aac 2.0.3 tarball published on SourceForge.

### Related projects

- opencore-amr hosts related Android-derived AMR codec code.
- vo-aacenc and vo-amrwbenc are sibling codec repositories under the same SourceForge project.

### Sources

- <https://sourceforge.net/projects/opencore-amr>
- <https://sourceforge.net/projects/opencore-amr/files/fdk-aac/>
- <https://sourceforge.net/p/opencore-amr/fdk-aac/ci/master/tree/ChangeLog?format=raw>
- <https://formulae.brew.sh/formula/fdk-aac>


## Notes de sécurité

library-like package without higher-risk signals.

- **Risque Geiger:** vert / faible
- library-like package without higher-risk signals

## Autres enregistrements de gestionnaires de paquets

- Debian apt - aac-enc - 2.0.3-1: normalized package name match | Debian stable package indexes: aac-enc from https://deb.debian.org/debian/dists/stable/non-free/binary-amd64/Packages.xz | Fraunhofer FDK AAC Codec Library - frontend binary | https://github.com/mstorsjo/fdk-aac
- Debian apt - libfdk-aac-dev - 2.0.3-1: normalized package name match | Debian stable package indexes: libfdk-aac-dev from https://deb.debian.org/debian/dists/stable/non-free/binary-amd64/Packages.xz | Fraunhofer FDK AAC Codec Library - development files | https://github.com/mstorsjo/fdk-aac
- Debian apt - libfdk-aac2t64 - 2.0.3-1: normalized package name match | Debian stable package indexes: libfdk-aac2t64 from https://deb.debian.org/debian/dists/stable/non-free/binary-amd64/Packages.xz | Fraunhofer FDK AAC Codec Library - runtime files | https://github.com/mstorsjo/fdk-aac
- Nix - fdk_aac: normalized package name match | nixpkgs package indexes: pkgs/by-name/fd/fdk_aac/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - fdk-aac - 2.0.2-r4: normalized package name match | Alpine Linux edge package indexes: fdk-aac from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Fraunhofer FDK AAC codec library | https://gitlab.freedesktop.org/wtaymans/fdk-aac-stripped
- apk - fdk-aac-dev - 2.0.2-r4: normalized package name match | Alpine Linux edge package indexes: fdk-aac-dev from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Fraunhofer FDK AAC codec library (development files) | https://gitlab.freedesktop.org/wtaymans/fdk-aac-stripped
- apk - fdk-aac-doc - 2.0.2-r4: normalized package name match | Alpine Linux edge package indexes: fdk-aac-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Fraunhofer FDK AAC codec library (documentation) | https://gitlab.freedesktop.org/wtaymans/fdk-aac-stripped
- Ubuntu apt - aac-enc - 2.0.2-3~ubuntu4: installed executable or alias match | Ubuntu 24.04 LTS package indexes: aac-enc from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Fraunhofer FDK AAC Codec Library - frontend binary | https://gitlab.freedesktop.org/wtaymans/fdk-aac-stripped


## Combined YAML source

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


## Sources

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