Automic VaultAutomic Vault

brew

openal-soft を Homebrew, apk, dnf, MacPorts, Nix, apt, zypper でインストール

openal-soft のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install openal-soft

local Homebrew formula metadata

MacPorts確認済み · 94%
sudo port install openal-soft

MacPorts ports tree · audio/openal-soft/Portfile · ソース: api.github.com

Linux

Alpine Linux apk確認済み · 92%
sudo apk add openal-soft

Alpine Linux edge package indexes · openal-soft · ソース: dl-cdn.alpinelinux.org

Fedora dnf確認済み · 92%
sudo dnf install openal-soft

Fedora Rawhide package metadata · openal-soft · ソース: dl.fedoraproject.org

Nix確認済み · 92%
nix profile install nixpkgs#openal-soft

nixpkgs package indexes · pkgs/by-name/op/openal-soft/package.nix · ソース: api.github.com

Debian apt確認済み · 92%
sudo apt install libopenal-data

Debian stable package indexes · libopenal-data · ソース: deb.debian.org

openSUSE zypper確認済み · 92%
sudo zypper install libopenal0

openSUSE Tumbleweed package metadata · libopenal0 · ソース: download.opensuse.org

概要

パッケージ概要

Implementation of the OpenAL 3D audio API

コマンドとエイリアス

  • openal-info

履歴

プロジェクトの歴史と使われ方

OpenAL Soft is a cross-platform, LGPL-licensed software implementation of the OpenAL 3D audio API. It provides spatial audio features such as distance attenuation, Doppler shift, directional sound emitters, environmental effects, streaming audio, multi-channel buffers, and audio capture.

プロジェクトの歴史

The project traces its lineage to the open-sourced Windows implementation of OpenAL once hosted at openal.org's Subversion repository. OpenAL Soft forked that codebase and developed into a maintained software renderer after the original OpenAL sample implementation became deprecated and less central to the ecosystem.

The GitHub repository dates to August 24, 2014, but the OpenAL Soft release archive contains earlier 1.x tarballs, showing that the project predates its GitHub-hosted development. Its official documentation and README emphasize portability, CMake-based builds, and selectable audio backends such as PipeWire, PulseAudio, ALSA, CoreAudio, and WASAPI.

採用の歴史

OpenAL Soft became the practical free-software answer for applications and games that wanted the OpenAL API without relying on vendor-specific or proprietary implementations. It is packaged across many Unix-like systems and C/C++ dependency managers, including Homebrew, MacPorts, Nix, Debian/Ubuntu-family packages, Fedora-family packages, Alpine, openSUSE, vcpkg, Conan, and FreeBSD ports.

Language bindings helped keep the API useful outside C and C++. The upstream README points to OpenTK for C#, LWJGL and JOAL for Java, Kotlin/Native bindings, PyOpenAL for Python, and other wrappers that build on the same OpenAL API surface.

使われ方

Applications link against OpenAL Soft as an OpenAL-compatible library, then create buffers, sources, and a listener to render positional audio. Operators and users can tune behavior through system-wide or per-user configuration files such as `alsoft.conf` and environment-directed configuration.

The package also installs `openal-info`, a diagnostic utility that reports devices, versions, extensions, and ALC/AL subsystem details. That small executable is useful for debugging backend detection, missing devices, and extension support.

パッケージ好きにとっての重要性

OpenAL Soft is the kind of library that quietly keeps old and portable multimedia software buildable. Package maintainers care about it because it sits below games, emulators, engines, and language bindings, while abstracting the messy per-platform audio backends.

Its value is not just OpenAL compatibility; it is an active, redistributable implementation with configuration knobs and modern audio features that can be shipped on systems where the original vendor lineage is not enough.

タイムライン

  • Pre-GitHub: OpenAL Soft release tarballs were published through the project's release archive. August 24, 2014: the GitHub repository was created. May 12, 2026: GitHub releases list OpenAL Soft 1.25.2.

Related projects

  • OpenAL Soft relates directly to the OpenAL API, the older OpenAL sample implementation, OpenAL.org documentation, EFX extensions, and language stacks such as LWJGL, OpenTK, JOAL, and PyOpenAL.

セキュリティ状態

保護ツール対応はまだ見つかっていません

openal-soft に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 6 個のプラットフォームターゲットで利用できます。
  • ビルドメタデータには 2 件のビルド依存関係があります。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

local files

Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.

Configuration files

Config paths the tool may read or write during local use.

Unix
/etc/openal/alsoft.conf$XDG_CONFIG_DIRS/alsoft.conf~/.alsoftrc$XDG_CONFIG_HOME/alsoft.conf~/.config/alsoft.conf$ALSOFT_CONF
Windows
%APPDATA%\alsoft.ini%ALSOFT_CONF%

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
openal-infocliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-25
マネージャ版1.25.2
マネージャ更新日2026-05-12
ローカルデータOK
上流not checked
検出された最新未検出

https://openal-soft.org/

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:openal-soft
バージョン1.25.2
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/openal-soft
ホームページhttps://openal-soft.org/
リポジトリhttps://github.com/kcat/openal-soft
上流ドキュメントhttps://github.com/kcat/openal-soft/wiki/Programmer%27s-Guide
ライセンスLGPL-2.0-or-later
ソースアーカイブhttps://openal-soft.org/openal-releases/openal-soft-1.25.2.tar.bz2
最終更新2026-05-12T11:50:33Z
Pulseupdated
ビルド依存関係cmake, pkgconf
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nameopenal-soft
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyyes
URL Keys
  • head
  • stable

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Debian apt95%

libopenal-data 1:1.24.2-1

Software implementation of the OpenAL audio API (data files)

https://github.com/kcat/openal-soft

sudo apt install libopenal-data
  • Section: libs
  • Architecture: all
  • Source Package: openal-soft
  • normalized package name match
  • 一致条件: Openal Soft
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libopenal-data from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libopenal-dev 1:1.24.2-1

Software implementation of the OpenAL audio API (development files)

https://github.com/kcat/openal-soft

sudo apt install libopenal-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: openal-soft
  • 1 依存関係
  • normalized package name match
  • 一致条件: Openal Soft
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libopenal-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libopenal1 1:1.24.2-1

Software implementation of the OpenAL audio API (shared library)

https://github.com/kcat/openal-soft

sudo apt install libopenal1
  • Section: libs
  • Architecture: amd64
  • Source Package: openal-soft
  • 4 依存関係
  • 4 任意依存関係
  • normalized package name match
  • 一致条件: Openal Soft
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libopenal1 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

openal-tools 1:1.24.2-1

Utilities for the OpenAL audio API

https://github.com/kcat/openal-soft

sudo apt install openal-tools
  • Section: sound
  • Architecture: amd64
  • Source Package: openal-soft
  • 5 依存関係
  • normalized package name match
  • 一致条件: Openal Soft
Debian stable package indexes · deb.debian.org · Debian stable package indexes: openal-tools from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

openal-soft

nix profile install nixpkgs#openal-soft
  • normalized package name match
  • 一致条件: Openal Soft
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/op/openal-soft/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

libopenal-data 1:1.23.1-4build1

Software implementation of the OpenAL audio API (data files)

https://github.com/kcat/openal-soft

sudo apt install libopenal-data
  • Section: universe/libs
  • Architecture: all
  • Source Package: openal-soft
  • normalized package name match
  • 一致条件: Openal Soft
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libopenal-data from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libopenal-dev 1:1.23.1-4build1

Software implementation of the OpenAL audio API (development files)

https://github.com/kcat/openal-soft

sudo apt install libopenal-dev
  • Section: universe/libdevel
  • Architecture: amd64
  • Source Package: openal-soft
  • 1 依存関係
  • normalized package name match
  • 一致条件: Openal Soft
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libopenal-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libopenal1 1:1.23.1-4build1

Software implementation of the OpenAL audio API (shared library)

https://github.com/kcat/openal-soft

sudo apt install libopenal1
  • Section: universe/libs
  • Architecture: amd64
  • Source Package: openal-soft
  • 5 依存関係
  • 3 任意依存関係
  • normalized package name match
  • 一致条件: Openal Soft
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libopenal1 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

openal-tools 1:1.23.1-4build1

Utilities for the OpenAL audio API

https://github.com/kcat/openal-soft

sudo apt install openal-tools
  • Section: universe/sound
  • Architecture: amd64
  • Source Package: openal-soft
  • 5 依存関係
  • normalized package name match
  • 一致条件: Openal Soft
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: openal-tools from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

openal-soft 1.25.2-r0

software implementation of OpenAL API

https://openal-soft.org/

sudo apk add openal-soft
  • License: LGPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: openal-soft
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Openal Soft
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: openal-soft from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

openal-soft-dev 1.25.2-r0

software implementation of OpenAL API (development files)

https://openal-soft.org/

sudo apk add openal-soft-dev
  • License: LGPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: openal-soft
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Openal Soft
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: openal-soft-dev from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

openal-soft-libs 1.25.2-r0

software implementation of OpenAL API (libraries)

https://openal-soft.org/

sudo apk add openal-soft-libs
  • License: LGPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: openal-soft
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Openal Soft
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: openal-soft-libs from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
dnf95%

openal-soft 1.24.2-6.fc44

Software implementation of the OpenAL 3D audio API

https://openal-soft.org/

sudo dnf install openal-soft
  • License: LGPL-2.0-or-later AND BSD-3-Clause AND GPL-2.0-or-later AND Apache-2.0 AND (LGPL-2.0-or-later AND BSD-3-Clause) AND (MIT WITH fmt-exception) AND NCL AND MIT
  • Category: Unspecified
  • Architecture: i686
  • Source Package: openal-soft
  • 8 依存関係
  • 3 提供
  • normalized package name match
  • 一致条件: Openal Soft
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: openal-soft from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

openal-soft-devel 1.24.2-6.fc44

Development files for openal-soft

https://openal-soft.org/

sudo dnf install openal-soft-devel
  • License: LGPL-2.0-or-later AND BSD-3-Clause AND GPL-2.0-or-later AND Apache-2.0 AND (LGPL-2.0-or-later AND BSD-3-Clause) AND (MIT WITH fmt-exception) AND NCL AND MIT
  • Category: Unspecified
  • Architecture: i686
  • Source Package: openal-soft
  • 11 依存関係
  • 3 提供
  • normalized package name match
  • 一致条件: Openal Soft
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: openal-soft-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

openal-soft-examples 1.24.2-6.fc44

Sample applications for OpenAl Soft

https://openal-soft.org/

sudo dnf install openal-soft-examples
  • License: LGPL-2.0-or-later AND BSD-3-Clause AND GPL-2.0-or-later AND Apache-2.0 AND (LGPL-2.0-or-later AND BSD-3-Clause) AND (MIT WITH fmt-exception) AND NCL AND MIT
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: openal-soft
  • 10 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Openal Soft
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: openal-soft-examples from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

openal-soft-qt 1.24.2-6.fc44

Qt frontend for configuring OpenAL Soft

https://openal-soft.org/

sudo dnf install openal-soft-qt
  • License: LGPL-2.0-or-later AND BSD-3-Clause AND GPL-2.0-or-later AND Apache-2.0 AND (LGPL-2.0-or-later AND BSD-3-Clause) AND (MIT WITH fmt-exception) AND NCL AND MIT
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: openal-soft
  • 9 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Openal Soft
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: openal-soft-qt from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

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