macOS
brew install flaclocal Homebrew formula metadata
sudo port install flacMacPorts ports tree · audio/flac/Portfile · 来源: api.github.com
安装
brew install flaclocal Homebrew formula metadata
sudo port install flacMacPorts ports tree · audio/flac/Portfile · 来源: api.github.com
sudo apk add flacAlpine Linux edge package indexes · flac · 来源: dl-cdn.alpinelinux.org
sudo dnf install flacFedora Rawhide package metadata · flac · 来源: dl.fedoraproject.org
nix profile install nixpkgs#flacnixpkgs package indexes · pkgs/by-name/fl/flac/package.nix · 来源: api.github.com
sudo pacman -S flacArch Linux sync databases · flac · 来源: geo.mirror.pkgbuild.com
sudo zypper install flacopenSUSE Tumbleweed package metadata · flac · 来源: download.opensuse.org
choco install flacChocolatey community package catalog · flac · 来源: community.chocolatey.org
scoop install main/flacScoop official bucket manifest trees · bucket/flac.json · 来源: api.github.com
winget install --id Xiph.FLAC -eWindows Package Manager source index · Xiph.FLAC · 来源: cdn.winget.microsoft.com
概览
Free lossless audio codec
历史
FLAC, the Free Lossless Audio Codec, is the standard open lossless audio format and toolchain used for archival-quality audio compression, playback, tagging, and transcoding.
The FLAC project dates its specification document to 2000 and its long-running official pages carry Josh Coalson's early copyright followed by Xiph.Org Foundation stewardship. The project supplies both the format and the reference implementation: command-line tools, libFLAC, libFLAC++, metadata tooling, API documentation, and the formal bitstream specification.
Development moved from SourceForge to Xiph.org in 2012. A 2013 1.3.0 release was described by the project as the first release in more than six years from the new Xiph.Org maintainer team, starting the modern maintenance era.
The format was formally published as RFC 9639 in December 2024. The FLAC project describes this as codifying a format that already had a specification and reference implementation, making independent decoder implementations and long-term archival confidence easier. FLAC 1.5.0 followed in February 2025 with multithreaded encoding in libFLAC and the flac command-line tool.
The official site emphasizes FLAC's combination of open specification, patent-unencumbered design, open-source reference implementation, documented format and API, and independent implementations. It also lists support across common operating systems and notes many programs and devices that support the format.
Official news items show FLAC moving from enthusiast and archival circles into broad consumer playback: Android native FLAC playback in 2011, hardware and receiver support through the early 2010s, high-resolution music stores and streaming services using FLAC in 2014, and continuing support from players, devices, and audio software.
The Homebrew package exposes the official flac encoder/decoder and metaflac metadata editor. Typical package-manager usage is installing these tools for lossless CD ripping, audio verification, transcoding to or from WAV/AIFF-style sources, metadata inspection and editing, and scripts that need a stable codec utility.
Developers use libFLAC and libFLAC++ when embedding FLAC support in applications, while format implementers use the specification, API docs, Ogg FLAC mapping, and conformance material.
FLAC is one of the packages that turns a Unix system into a serious media workstation: small command-line tools, stable libraries, strong archival semantics, and a file format that can be decoded independently decades later.
For package maintainers, FLAC matters because many other media packages link against libFLAC or shell out to flac/metaflac. Its release notes track ABI versions, build-system changes, fuzzing, Windows and Unix portability, and security-hardening details that ripple across audio stacks.
安全态势
broad file, network, media, or database tool signal.
blue 风险 · 中 置信度 · tool
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
flac | cli | 全局可执行文件 | |
metaflac | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
安装元数据
| 软件包键 | brew:flac |
|---|---|
| 版本 | 1.5.0 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/flac |
| 主页 | https://xiph.org/flac/ |
| 仓库 | https://github.com/xiph/flac |
| 上游文档 | https://xiph.org/flac/api |
| 许可证 | BSD-3-Clause AND GPL-2.0-or-later AND ISC AND LGPL-2.0-or-later AND LGPL-2.1-or-later AND LicenseRef-Homebrew-public-domain AND (GPL-2.0-or-later OR LGPL-2.1-or-later) |
| 源码归档 | https://ftp.osuosl.org/pub/xiph/releases/flac/flac-1.5.0.tar.xz |
| 依赖 | libogg |
| 构建依赖 | pkgconf |
| Bottle | 可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
注册表事实
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | flac |
| 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 |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
flac 1.5.0+ds-2
Free Lossless Audio Codec - command line tools
sudo apt install flaclibflac++-dev 1.5.0+ds-2
Free Lossless Audio Codec - C++ development library
sudo apt install libflac++-devlibflac++11 1.5.0+ds-2
Free Lossless Audio Codec - C++ runtime library
sudo apt install libflac++11libflac-dev 1.5.0+ds-2
Free Lossless Audio Codec - C development library
sudo apt install libflac-devlibflac-doc 1.5.0+ds-2
Free Lossless Audio Codec - library documentation
sudo apt install libflac-doclibflac14 1.5.0+ds-2
Free Lossless Audio Codec - runtime C library
sudo apt install libflac14flac
nix profile install nixpkgs#flacflac 1.4.3+ds-2.1ubuntu2
Free Lossless Audio Codec - command line tools
sudo apt install flaclibflac++-dev 1.4.3+ds-2.1ubuntu2
Free Lossless Audio Codec - C++ development library
sudo apt install libflac++-devlibflac++10 1.4.3+ds-2.1ubuntu2
Free Lossless Audio Codec - C++ runtime library
sudo apt install libflac++10libflac-dev 1.4.3+ds-2.1ubuntu2
Free Lossless Audio Codec - C development library
sudo apt install libflac-devlibflac-doc 1.4.3+ds-2.1ubuntu2
Free Lossless Audio Codec - library documentation
sudo apt install libflac-doclibflac12t64 1.4.3+ds-2.1ubuntu2
Free Lossless Audio Codec - runtime C library
sudo apt install libflac12t64flac 1.4.3-r2
Free Lossless Audio Codec
sudo apk add flacflac-dev 1.4.3-r2
Free Lossless Audio Codec (development files)
sudo apk add flac-devflac-doc 1.4.3-r2
Free Lossless Audio Codec (documentation)
sudo apk add flac-doc来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.