macOS
brew install faaclocal Homebrew formula metadata
sudo port install faacMacPorts ports tree · audio/faac/Portfile · source: api.github.com
brew
ISO AAC audio encoder. Version 1.50 via Homebrew; verified 2026-04-16.
install
brew install faaclocal Homebrew formula metadata
sudo port install faacMacPorts ports tree · audio/faac/Portfile · source: api.github.com
sudo apk add faacAlpine Linux edge package indexes · faac · source: dl-cdn.alpinelinux.org
sudo apt install faacDebian stable package indexes · faac · source: deb.debian.org
nix profile install nixpkgs#faacnixpkgs package indexes · pkgs/by-name/fa/faac/package.nix · source: api.github.com
sudo pacman -S faacArch Linux sync databases · faac · source: geo.mirror.pkgbuild.com
overview
ISO AAC audio encoder
history
FAAC, the Freeware Advanced Audio Coder, is an AAC encoder and library derived from ISO MPEG reference code and packaged as the `faac` command-line encoder plus libfaac.
The FAAC README states that FAAC is based on ISO MPEG-4 reference code and that FAAC project changes were placed under the GNU LGPL, with copyright for the project changes attributed to M. Bakker in 2001. The SourceForge project describes FAAC as an Advanced Audio Coder for MPEG-2 AAC and MPEG-4 AAC, with the goal of exploring AAC and exceeding the quality of the best MP3 encoders.
The project has a long SourceForge-era history and a later GitHub mirror. The GitHub NEWS file records the mirror in 2017, while the current GitHub repository description calls it a mirror and points back to SourceForge as the homepage.
Recent changelog entries show renewed maintenance after many years of incremental encoder work: 1.30 in 2019 included compilation fixes, cleanup, and a CVE-2018-19886 bounds check; 1.31 in 2025 added packaging and CI work; 1.40 in 2026 switched to Meson and removed old unmaintained build/plugin pieces; 1.50 in 2026 added additional encoder correctness, performance, and compliance fixes.
FAAC's adoption is shaped by the older open-source audio stack: it appears in Unix package managers as a command-line AAC encoder and library, useful for scripts and media transcode workflows even when newer encoders may be preferred in some quality or licensing contexts.
The input package facts list FAAC in Homebrew, Alpine, Debian, Ubuntu, MacPorts, Nix, and Arch, which reflects its persistence as a known AAC encoder package rather than a new end-user application.
FAAC is used to encode AAC audio from the command line or through libfaac. Its build instructions now point to Meson and Ninja, and the executable is packaged as `faac`.
Because the README includes a patent-royalty warning, downstream users and packagers traditionally treat FAAC as both a useful codec tool and a package with legal/licensing context to understand before redistribution or product use.
FAAC is package-nerd significant because it is one of the old codec packages that exposes the messy boundary between standards, reference code, free-software licensing, patents, command-line tooling, and distro policy.
Its recent maintenance is also interesting: a legacy autotools-era multimedia package moved toward Meson, CI, Windows artifacts, hidden symbols, and encoder correctness work while keeping the familiar `faac` CLI name.
security posture
broad file, network, media, or database tool signal.
blue risk · medium confidence · tool
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
faac | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
install metadata
| Package key | brew:faac |
|---|---|
| Version | 1.50 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/faac |
| Homepage | https://sourceforge.net/projects/faac/ |
| Repository | https://github.com/knik0/faac |
| Upstream docs | https://sourceforge.net/projects/faac |
| License | LGPL-2.1-or-later |
| Source archive | https://github.com/knik0/faac/archive/refs/tags/faac-1.50.tar.gz |
| Last updated | 2026-04-16T09:24:32Z |
| Pulse | updated |
| Build dependencies | meson, ninja |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | faac |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
faac 1.31.1+dfsg-1
AAC audio encoder (frontend)
sudo apt install faaclibfaac-dev 1.31.1+dfsg-1
AAC audio encoder (development)
sudo apt install libfaac-devlibfaac0t64 1.31.1+dfsg-1
AAC audio encoder (library)
sudo apt install libfaac0t64faac
nix profile install nixpkgs#faacfaac 1.30-1
AAC audio encoder (frontend)
sudo apt install faaclibfaac-dev 1.30-1
AAC audio encoder (development)
sudo apt install libfaac-devlibfaac0 1.30-1
AAC audio encoder (library)
sudo apt install libfaac0faac 1.31.1-r0
FAAC is an AAC audio encoder.
sudo apk add faacfaac-dev 1.31.1-r0
FAAC is an AAC audio encoder. (development files)
sudo apk add faac-devfaac-doc 1.31.1-r0
FAAC is an AAC audio encoder. (documentation)
sudo apk add faac-docfaac-static 1.31.1-r0
FAAC is an AAC audio encoder. (static library)
sudo apk add faac-staticfaac 1.50-1
Freeware Advanced Audio Coder
sudo pacman -S faacfaac
sudo port install faacsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.