Automic VaultAutomic Vault

brew

Install opus-tools with Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, scoop, winget, zypper

Utilities to encode, inspect, and decode .opus files. Version 0.2 via Homebrew; verified from local package data.

install

Additional install commands

macOS

Homebrewverified · 100%
brew install opus-tools

local Homebrew formula metadata

MacPortsverified · 94%
sudo port install opus-tools

MacPorts ports tree · audio/opus-tools/Portfile · source: api.github.com

Linux

Alpine Linux apkverified · 92%
sudo apk add opus-tools

Alpine Linux edge package indexes · opus-tools · source: dl-cdn.alpinelinux.org

Debian aptverified · 92%
sudo apt install opus-tools

Debian stable package indexes · opus-tools · source: deb.debian.org

Fedora dnfverified · 92%
sudo dnf install opus-tools

Fedora Rawhide package metadata · opus-tools · source: dl.fedoraproject.org

Nixverified · 92%
nix profile install nixpkgs#opus-tools

nixpkgs package indexes · pkgs/by-name/op/opus-tools/package.nix · source: api.github.com

Arch Linux pacmanverified · 92%
sudo pacman -S opus-tools

Arch Linux sync databases · opus-tools · source: geo.mirror.pkgbuild.com

openSUSE zypperverified · 92%
sudo zypper install opus-tools

openSUSE Tumbleweed package metadata · opus-tools · source: download.opensuse.org

Windows

Scoopverified · 92%
scoop install main/opus-tools

Scoop official bucket manifest trees · bucket/opus-tools.json · source: api.github.com

Windows Package Managerverified · 92%
winget install --id Mozilla.opus-tools -e

Windows Package Manager source index · Mozilla.opus-tools · source: cdn.winget.microsoft.com

overview

Package summary

Utilities to encode, inspect, and decode .opus files

Commands and aliases

  • opusdec
  • opusenc
  • opusinfo

history

Project history and usage

opus-tools is the Xiph.Org command-line toolkit for Ogg Opus files. The familiar executables are `opusenc` for encoding, `opusdec` for decoding, and `opusinfo` for inspecting stream metadata and technical validity.

Project history

The package grew out of the Opus codec standardization effort. Opus was standardized by the IETF in RFC 6716 in September 2012 as a codec for interactive speech and audio, combining technology from Skype's SILK codec and Xiph.Org's CELT codec. The tools gave developers and distribution maintainers a direct way to create, decode, and inspect `.opus` files around the reference implementation.

Ogg Opus storage was standardized separately in RFC 7845 in April 2016. Xiph's implementation-status page records opusenc, opusdec, and opusinfo as the initial development implementation for that RFC, part of the opus-tools package and repository, with active public use before a 1.0 release and distribution through Linux package managers, Homebrew, and MacPorts.

The official Xiph GitLab project identifies the repository as the official Opus tools repository. Xiph's downloads page records opus-tools 0.2 on 2018-09-18, a release that moved `opusdec` to the opusfile library and `opusenc` to libopusenc, improving robust Ogg Opus reading and writing and adding features for decoding, encoding, opusinfo, and the experimental opusrtp tool.

Adoption history

opus-tools rode the adoption curve of Opus itself: browser, WebRTC, media framework, and Linux-distribution support made Opus an everyday codec, while this package remained the low-level CLI companion for conversion, inspection, and test artifacts. The input metadata lists packaging across Alpine, Homebrew, Debian, Fedora, MacPorts, Nix, Arch, Scoop, Ubuntu, winget, and openSUSE.

How it is used

`opusenc` is used to turn WAV, FLAC, and other audio inputs into Ogg Opus files; `opusdec` decodes Opus streams back to PCM/audio outputs; `opusinfo` reports stream structure, metadata, and conformance details. This makes the package useful in media pipelines, archival scripts, codec tests, and distribution build checks.

The package is especially important for Ogg Opus because RFC 7845 covers metadata, seeking, trimming, live streamability, chaining, and container behavior. Command-line tools let packagers and audio engineers inspect those details without embedding a whole player or media framework.

Why package nerds care

opus-tools is the thin CLI layer that turns a standards-track codec into packageable daily machinery. For package nerds, it marks the boundary between `libopus` as a codec library and Opus as a usable file format with encoders, decoders, inspectors, distro packages, and reproducible command-line workflows.

Timeline

  • 2012-09: RFC 6716 defines the Opus interactive speech and audio codec.
  • 2016-04: RFC 7845 defines Ogg encapsulation for Opus audio.
  • 2017-03-29: The Xiph GitLab page records the opus-tools project creation date.
  • 2018-09-18: Xiph publishes opus-tools 0.2, moving the encoder and decoder onto libopusenc and opusfile.

Related projects

  • opus-tools is closely tied to libopus, libopusenc, opusfile, libogg, and the Ogg container. It is also related to media frameworks and players that implement Ogg Opus, including Firefox, Chromium, GStreamer, FFmpeg, VLC, Rockbox, and metadata libraries such as Mutagen.

security posture

Risk level: green

narrow executable package without higher-risk signals.

Risk classifier

green risk · low confidence · appliance

Why

  • narrow executable package without higher-risk signals

Signals

  • metadata:no-higher-risk-signals

Install behavior

  • No Homebrew post-install hook is recorded in formula metadata.
  • Homebrew bottle metadata is available for 8 platform targets.
  • Installs with 5 runtime dependencies.
  • Build metadata lists 1 build dependencies.

Recommended review

Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.

executables

Installed executables

CommandKindExposureNote
opusdeccliglobal executable
opusenccliglobal executable
opusinfocliglobal executable

freshness

Version and 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.

page generated2026-07-08
manager version0.2
manager updated
local dataok
upstreamnot checked
latest detectednot detected

https://www.opus-codec.org/

  • infoNo package-manager update timestamp was available.low confidence
  • infoRelease/tag comparison is only available for GitHub repositories.https://www.opus-codec.org/none confidence

install metadata

Package metadata

Package keybrew:opus-tools
Version0.2
Package managerHomebrew
Package manager pagehttps://formulae.brew.sh/formula/opus-tools
Homepagehttps://www.opus-codec.org/
Repositoryhttps://gitlab.xiph.org/xiph/opus-tools
Upstream docshttps://opus-codec.org/development
LicenseBSD-2-Clause
Source archivehttps://ftp.osuosl.org/pub/xiph/releases/opus/opus-tools-0.2.tar.gz
Dependenciesflac, libogg, libopusenc, opus, opusfile
Build dependenciespkgconf
Bottleavailable (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux)
Homebrew post-installnot defined
Servicenone declared

registry facts

Source database details

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nameopus-tools
Version Scheme0
Revision2
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

source database matches

Other package-manager records

Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.

Debian apt95%

opus-tools 0.2-1+b3

Opus codec command line tools

http://www.opus-codec.org

sudo apt install opus-tools
  • Section: sound
  • Architecture: amd64
  • Source Package: opus-tools
  • 6 dependencies
  • normalized package name match
  • Matched by: Opus Tools
Debian stable package indexes · deb.debian.org · Debian stable package indexes: opus-tools from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

opus-tools

nix profile install nixpkgs#opus-tools
  • normalized package name match
  • Matched by: Opus Tools
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/op/opus-tools/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

opus-tools 0.2-1build3

Opus codec command line tools

http://www.opus-codec.org

sudo apt install opus-tools
  • Section: universe/sound
  • Architecture: amd64
  • 6 dependencies
  • normalized package name match
  • Matched by: Opus Tools
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: opus-tools from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

opus-tools 0.2-r2

Collection of tools for Opus audio codec

https://wiki.xiph.org/Opus-tools

sudo apk add opus-tools
  • License: BSD-2-Clause
  • Architecture: x86_64
  • Source Package: opus-tools
  • 1 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Opus Tools
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: opus-tools from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

opus-tools-doc 0.2-r2

Collection of tools for Opus audio codec (documentation)

https://wiki.xiph.org/Opus-tools

sudo apk add opus-tools-doc
  • License: BSD-2-Clause
  • Architecture: x86_64
  • Source Package: opus-tools
  • normalized package name match
  • Matched by: Opus Tools
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: opus-tools-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
dnf95%

opus-tools 0.2-20.fc44

A set of tools for the opus audio codec

http://www.opus-codec.org/

sudo dnf install opus-tools
  • License: LicenseRef-Callaway-BSD AND GPL-2.0-only
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: opus-tools
  • 9 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Opus Tools
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: opus-tools from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

opus-tools 0.2-7

Collection of tools for Opus audio codec

https://wiki.xiph.org/Opus-tools

sudo pacman -S opus-tools
  • License: BSD
  • Architecture: x86_64
  • 5 dependencies
  • normalized package name match
  • Matched by: Opus Tools
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: opus-tools from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

opus-tools 0.2-1.30

A set of tools for the opus audio codec

http://www.opus-codec.org/

sudo zypper install opus-tools
  • License: BSD-2-Clause AND GPL-2.0-only
  • Category: Productivity/Multimedia/Sound/Editors and Convertors
  • Architecture: x86_64
  • Source Package: opus-tools
  • 8 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Opus Tools
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: opus-tools from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
MacPorts95%

opus-tools

sudo port install opus-tools
  • normalized package name match
  • Matched by: Opus Tools
MacPorts ports tree · api.github.com · MacPorts ports tree: audio/opus-tools/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Scoop95%

main/opus-tools

scoop install main/opus-tools
  • normalized package name match
  • Matched by: Opus Tools
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/opus-tools.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
winget95%

Mozilla.opus-tools

winget install --id Mozilla.opus-tools -e
  • normalized package name match
  • Matched by: Opus Tools
Windows Package Manager source index · cdn.winget.microsoft.com · Windows Package Manager source index: Mozilla.opus-tools from https://cdn.winget.microsoft.com/cache/source.msix

source trail

Generated from repository data

This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.

Used sources

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment