# liquidsoap を Homebrew, apt, Nix, scoop でインストール

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

## インストール

```sh
sudo av install brew:liquidsoap
```

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

### macOS

- Homebrew (100%):

```sh
brew install liquidsoap
```

  証拠: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install liquidsoap
```

  証拠: Debian stable package indexes: liquidsoap from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- Nix (92%):

```sh
nix profile install nixpkgs#liquidsoap
```

  証拠: nixpkgs package indexes: pkgs/by-name/li/liquidsoap/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

### Windows

- Scoop (92%):

```sh
scoop install extras/liquidsoap
```

  証拠: Scoop official bucket manifest trees: bucket/liquidsoap.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:liquidsoap
- **パッケージマネージャ:** Homebrew
- **バージョン:** 2.4.5
- **ソース概要:** Audio and video streaming language
- **ホームページ:** <https://www.liquidsoap.info>
- **リポジトリ:** <https://github.com/savonet/liquidsoap>
- **最終更新:** 2026-08-02T00:19:40+09:00
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- liquidsoap (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 2.4.5
## プロジェクトの歴史と使われ方

Liquidsoap is an OCaml-based audio and video streaming language from the Savonet team, used to describe, transform, automate, and output media streams for internet radio, web TV, files, HTTP services, and related workflows.

### プロジェクトの歴史

The Liquidsoap repository identifies the project as a multimedia streaming language and says it is notably used for netradios and webtvs. The README carries Savonet copyright years beginning in 2003, placing the project among the older surviving open-source media automation tools.

Liquidsoap evolved from an audio-focused streaming engine into a statically typed scripting language with dedicated media operators, backends, file generation, automation, HTTP support, and FFmpeg-based audio/video capabilities. The project uses OCaml, opam, and dune, and publishes release assets for package and binary distribution.

### 採用の歴史

The official site frames Liquidsoap as a Unix-style streaming component that can start a web radio in a few lines, accept live DJ inputs, define custom transitions, and feed Icecast or Shoutcast servers. It has been used by radio automation projects and hosting stacks such as LibreTime, Centova, Radionomy, and AzuraCast-adjacent deployments.

Distribution packaging matters because Liquidsoap sits on a deep media stack: FFmpeg, codecs, OCaml libraries, opam packages, and server integrations. The official site recommends opam, notes availability in major distributions, and provides prebuilt packages and binaries through GitHub releases.

### 使われ方

Users write .liq scripts that define sources, playlists, live inputs, fallbacks, transitions, metadata handling, processing, and outputs. Typical deployments run Liquidsoap as a long-lived automation process feeding Icecast, Shoutcast, HLS, files, or other endpoints.

For packagers, Liquidsoap is interesting because it is both a language runtime and a media appliance: version changes can affect scripts, operators, encoders, FFmpeg integration, and production streaming behavior.

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

Liquidsoap is a niche but beloved package because it turns broadcast automation into code. It appeals to the sort of users who want radio scheduling, failover, jingles, live inputs, metadata, transcoding, and stream publishing controlled by a script rather than a GUI scheduler.

Its long release history shows the maintenance burden of media packaging: codec churn, OCaml toolchain changes, FFmpeg integration, distro packaging, Docker assets, and backward compatibility for scripts that may run unattended for years.

### タイムライン

- 2003: Savonet copyright years begin for Liquidsoap.
- 2007: The 0.3.x series added and refined playlist, Icecast harbor input, effects, filters, and transition behavior.
- 2010: Liquidsoap 0.9.3 was described as the last bugfix before 1.0.
- 2013: Liquidsoap 1.1.1 added FDK-AAC support, Windows service support, and major streaming API rewrites.
- 2016: Liquidsoap 1.2.0 added a websocket server and native simple JSON decoding.
- 2021: Liquidsoap 2.0.0 added language features such as errors, optional values, conditional syntax, list spread/deconstruction, JSON changes, FFmpeg video encoding and decoding, hardware-accelerated video encoding, FFmpeg filters, and HLS video support.
- 2026: The GitHub repository records Liquidsoap 2.4.5 as published on June 15, 2026.

### Related projects

- Liquidsoap commonly pairs with Icecast, Shoutcast, FFmpeg, opam, dune, Docker images, and radio automation systems such as LibreTime and AzuraCast.
- Adjacent tooling includes Mixxx and Darkice for live source workflows, plus editor tooling such as liquidsoap-prettier, VS Code syntax support, tree-sitter grammar, and CodeMirror language support listed by the project.

### ソース

- <https://formulae.brew.sh/formula/liquidsoap>
- <https://github.com/savonet/liquidsoap>
- <https://github.com/savonet/liquidsoap/releases>
- <https://raw.githubusercontent.com/savonet/liquidsoap/main/CHANGES.md>
- <https://www.liquidsoap.info/>


## セキュリティノート

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


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

- Debian apt - liquidsoap - 2.3.2-2+b1: normalized package name match | Debian stable package indexes: liquidsoap from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | audio streaming language | https://www.liquidsoap.info/
- Debian apt - liquidsoap-doc - 2.3.2-2: normalized package name match | Debian stable package indexes: liquidsoap-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Documentation for Liquidsoap | https://www.liquidsoap.info/
- Debian apt - liquidsoap-mode - 2.3.2-2: normalized package name match | Debian stable package indexes: liquidsoap-mode from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Emacs mode for editing Liquidsoap code | https://www.liquidsoap.info/
- Nix - liquidsoap: normalized package name match | nixpkgs package indexes: pkgs/by-name/li/liquidsoap/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - liquidsoap - 2.2.4-1: normalized package name match | Ubuntu 24.04 LTS package indexes: liquidsoap from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | audio streaming language | https://www.liquidsoap.info/
- Ubuntu apt - liquidsoap-doc - 2.2.4-1: normalized package name match | Ubuntu 24.04 LTS package indexes: liquidsoap-doc from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Documentation for Liquidsoap | https://www.liquidsoap.info/
- Ubuntu apt - liquidsoap-mode - 2.2.4-1: normalized package name match | Ubuntu 24.04 LTS package indexes: liquidsoap-mode from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Emacs mode for editing Liquidsoap code | https://www.liquidsoap.info/
- Scoop - extras/liquidsoap: normalized package name match | Scoop official bucket manifest trees: bucket/liquidsoap.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/liquidsoap.yml](https://github.com/mxcl/pkgdb/blob/main/combined/liquidsoap.yml)


## ソース

- pkg.so package database
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
