macOS
brew install wavpacklocal Homebrew formula metadata
sudo port install wavpackMacPorts ports tree · audio/wavpack/Portfile · source: api.github.com
brew
Hybrid lossless audio compression. Version 5.9.0 via Homebrew; verified from local package data.
install
brew install wavpacklocal Homebrew formula metadata
sudo port install wavpackMacPorts ports tree · audio/wavpack/Portfile · source: api.github.com
sudo apk add wavpackAlpine Linux edge package indexes · wavpack · source: dl-cdn.alpinelinux.org
sudo apt install libwavpack-devDebian stable package indexes · libwavpack-dev · source: deb.debian.org
sudo dnf install mingw32-wavpackFedora Rawhide package metadata · mingw32-wavpack · source: dl.fedoraproject.org
nix profile install nixpkgs#wavpacknixpkgs package indexes · pkgs/by-name/wa/wavpack/package.nix · source: api.github.com
sudo pacman -S wavpackArch Linux sync databases · wavpack · source: geo.mirror.pkgbuild.com
sudo zypper install libwavpack1openSUSE Tumbleweed package metadata · libwavpack1 · source: download.opensuse.org
scoop install main/wavpackScoop official bucket manifest trees · bucket/wavpack.json · source: api.github.com
overview
Hybrid lossless audio compression
history
WavPack is David Bryant's open audio compression format, reference library, and command-line toolset. It is best known for combining ordinary lossless audio compression with a distinctive hybrid mode that can produce a standalone lossy `.wv` file plus a `.wvc` correction file for full lossless restoration.
Secondary histories and archived release listings trace WavPack back to David Bryant's mid-1998 development work and version 1.0 on August 15, 1998. Version 2.0 followed on September 2, 1998 with lossy encoding based on quantizing prediction residue rather than psychoacoustic masking, and version 3.0 arrived on September 12, 1999 with fast mode, raw PCM compression, and CRC error detection.
The late 3.x series introduced the hybrid model that became WavPack's defining feature: a lossy file usable on its own plus a correction file that restores the original PCM stream when present. ReallyRareWares records that version 3.97, dated February 18, 2003, released the sources under a BSD license after WavPack had previously been closed-source freeware. WavPack 4 then introduced a new file format structure and a more modern feature set, including fast seeking, better robustness, multichannel and high-resolution audio support.
The WavPack 5 era broadened the format from a WAV-centered compressor into a more general audio archiving tool. The official site says version 5.0.0 added several new file formats and lossless DSD audio compression, and the changelog dates 5.0.0 to December 6, 2016 with RF64, Wave64, CAF, Philips DSDIFF, Sony DSF, very large file support, block checksums, non-standard channel identities, and streaming-oriented decoding improvements. Later releases added wvtag, fuzzing and CI hardening, AIFF support, multithreading, BW64 recognition, improved ID3 handling, and version 5.9.0 on January 16, 2026.
WavPack has long had a dual adoption pattern: audiophile/archival users who value efficient lossless storage and hybrid correction files, and software ecosystems that need a permissive, open implementation. The official site lists support across players, editors, rippers, taggers, and media frameworks, including foobar2000, JRiver MediaCenter, Audacity, Winamp plugins, Reaper, FL Studio, VLC, SoX, GStreamer-enabled Linux distributions, FFmpeg/avconv, MPD, DeaDBeeF, X Lossless Decoder, and many others.
Hardware and firmware support also gave WavPack a place in portable audio culture. The official site highlights Rockbox playback and recording support across many older portable music players, Cowon devices as early native-support examples, and later high-end portable players and media players that advertise WavPack playback. Hydrogenaudio summarizes WavPack as a feature-rich lossless compressor with broad software support, Direct Stream Digital support, and practical caution that some advanced features are best handled through the official tools rather than limited third-party encoders.
The reference distribution centers on `wavpack` for encoding, `wvunpack` for decoding/restoration, `wvgain` for ReplayGain analysis, and `wvtag` for APEv2 metadata. The official manual describes batch operation, wildcard input, stdin/stdout piping, raw PCM handling, reencoding existing WavPack files while copying tags, safe overwrite behavior through temporary files, progress reporting, and the ability to preserve headers and metadata so lossless restoration is bit-identical to the original file.
Hybrid mode is the specialist workflow: users choose a target bitrate with `-b` or the newer `-c<n>` shortcut, optionally create a correction file, keep the `.wv` as a smaller portable listening copy, and archive `.wv` plus `.wvc` together for lossless recovery. Pure lossless mode is used for ordinary audio archiving, while WavPack 5's DSD and large-file support made it useful for SACD-derived DSF/DFF material and other non-CD archival sources.
WavPack matters to package nerds because it is both a codec format and a reference C library with real downstream surface area: command-line tools, libwavpack, plugins, media-framework integration, fuzzing history, assembly optimizations, file-format documentation, and distro-packaged development libraries. It also occupies a rare design point among audio codecs: permissive licensing, open specification, lossless/hybrid operation, DSD support, metadata tooling, and archival attention to restoring non-audio chunks.
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 |
|---|---|---|---|
wavpack | cli | global executable | |
wvgain | cli | global executable | |
wvtag | cli | global executable | |
wvunpack | 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:wavpack |
|---|---|
| Version | 5.9.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/wavpack |
| Homepage | https://www.wavpack.com/ |
| Repository | https://github.com/dbry/WavPack |
| Upstream docs | https://github.com/dbry/WavPack/blob/master/README.md |
| License | BSD-3-Clause |
| Source archive | https://www.wavpack.com/wavpack-5.9.0.tar.bz2 |
| 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 | wavpack |
| 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.
libwavpack-dev 5.8.1-1
audio codec (lossy and lossless) - development files
sudo apt install libwavpack-devlibwavpack1 5.8.1-1
audio codec (lossy and lossless) - library
sudo apt install libwavpack1wavpack 5.8.1-1
audio codec (lossy and lossless) - encoder and decoder
sudo apt install wavpackwavpack
nix profile install nixpkgs#wavpacklibwavpack-dev 5.6.0-1build1
audio codec (lossy and lossless) - development files
sudo apt install libwavpack-devlibwavpack1 5.6.0-1build1
audio codec (lossy and lossless) - library
sudo apt install libwavpack1wavpack 5.6.0-1build1
audio codec (lossy and lossless) - encoder and decoder
sudo apt install wavpackwavpack 5.9.0-r0
Audio compression format with lossless, lossy, and hybrid compression modes
sudo apk add wavpackwavpack-dev 5.9.0-r0
Audio compression format with lossless, lossy, and hybrid compression modes (development files)
sudo apk add wavpack-devwavpack-doc 5.9.0-r0
Audio compression format with lossless, lossy, and hybrid compression modes (documentation)
sudo apk add wavpack-docwavpack-libs 5.9.0-r0
Audio compression format with lossless, lossy, and hybrid compression modes (libraries)
sudo apk add wavpack-libsmingw32-wavpack 5.9.0-2.fc45
WavPack - development files
sudo dnf install mingw32-wavpackmingw32-wavpack-tools 5.9.0-2.fc45
WavPack - development files tools
sudo dnf install mingw32-wavpack-toolsmingw64-wavpack 5.9.0-2.fc45
WavPack - development files tools
sudo dnf install mingw64-wavpackmingw64-wavpack-tools 5.9.0-2.fc45
WavPack - development files tools tools
sudo dnf install mingw64-wavpack-toolswavpack 5.9.0-2.fc45
A completely open audiocodec
sudo dnf install wavpacksource 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.