# icecast を Homebrew, apk, dnf, MacPorts, Nix, zypper, scoop でインストール

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

## インストール

```sh
sudo av install brew:icecast
```

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

### macOS

- Homebrew (100%):

```sh
brew install icecast
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install icecast
```

  証拠: MacPorts ports tree: audio/icecast/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add icecast
```

  証拠: Alpine Linux edge package indexes: icecast from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz

- dnf (92%):

```sh
sudo dnf install icecast
```

  証拠: Fedora Rawhide package metadata: icecast from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#icecast
```

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

- zypper (92%):

```sh
sudo zypper install icecast
```

  証拠: openSUSE Tumbleweed package metadata: icecast from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

### Windows

- Scoop (92%):

```sh
scoop install extras/icecast
```

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

## パッケージ情報

- **パッケージキー:** brew:icecast
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/icecast>
- **バージョン:** 2.4.4
- **ソース概要:** Streaming MP3 audio server
- **ホームページ:** <https://icecast.org/>
- **上流ドキュメント:** <https://icecast.org/>
- **ライセンス:** GPL-2.0-only
- **ソースアーカイブ:** <https://ftp.osuosl.org/pub/xiph/releases/icecast/icecast-2.4.4.tar.gz>
- **最終更新:** 2026-07-31T08:47:02+01:00
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- icecast (cli)
- icecast (エイリアス)

## 依存関係

- libogg
- libvorbis
- openssl@3

## ビルド依存関係

- pkgconf

## macOS 提供ライブラリ

- curl
- libxml2
- libxslt

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 2.4.4
- マネージャ更新日: 2026-07-31
- ローカルデータ: OK
- 上流リポジトリ: https://icecast.org/
- 情報: Release/tag comparison is only available for GitHub repositories.
## プロジェクトの歴史と使われ方

Icecast is Xiph.Org's free streaming media server, historically associated with internet radio and open audio formats. The Homebrew formula packages the server daemon that receives source-client streams and serves them to listeners over network mountpoints.

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

Icecast's public news archive shows active releases and community use in early 1999, including Icecast 1.1.4 and live broadcast notes. It became part of the Xiph.Org multimedia stack, aligned with the foundation's goal of open protocols and software for internet media.

Icecast 2 was a major rewrite for the 2000s streaming world. The 2.0.0 announcement says it followed years of development and alpha testing and supported Ogg Vorbis and MP3 streaming. Later documentation describes Icecast as versatile server software for internet radio, private jukeboxes, and other multimedia streams.

### 採用の歴史

Icecast spread because it solved a practical hosting problem: a station or broadcaster could run a server, point one or more source clients at mountpoints, and publish streams without proprietary broadcast infrastructure. Xiph's public directory still centers on Icecast streams, reinforcing its role as infrastructure for internet radio discovery.

Package-manager adoption is broad because the server is a classic Unix daemon with a single XML configuration file and a long-lived operational model. The input metadata lists packages across Homebrew, Alpine, Fedora, MacPorts, Nix, Scoop, and openSUSE.

### 使われ方

Users run `icecast` as a streaming server, configure passwords and mount behavior in `icecast.xml`, then connect source clients that publish audio or video streams. Icecast creates mountpoints as sources connect, and listeners access those mountpoints over HTTP.

The FAQ warns users to start from the default config and change only the passwords before adding more settings, which fits the server's long history of copy-pasted and overgrown configurations.

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

Icecast is package-nerd significant because it is one of the canonical open-source internet-radio daemons. Installing it from a package manager turns a general-purpose machine into a streaming relay with a familiar service/config file shape.

It also anchors several nearby packages and concepts: source clients, Xiph codecs, public stream directories, and the old but durable vocabulary of mounts, listeners, and internet radio servers.

### タイムライン

- 1999: Icecast news posts document active 1.x releases and broadcasts.
- 2004: Icecast 2.0.0 was announced after years of development and alpha testing.
- 2014: Icecast 2.4.1 documentation describes Ogg Vorbis and MP3 streaming plus Unix and Windows support.
- 2016: The Xiph GitLab project for the server was created.
- 2025: GitLab tags include the 2.5.0 release line.

### Related projects

- Xiph.Org projects such as Vorbis, Opus, FLAC, and Theora are part of the same open multimedia ecosystem.
- IceS is the related Xiph source-client project for feeding streams into Icecast.
- dir.xiph.org is the public Icecast stream directory.

### ソース

- <https://dir.xiph.org/>
- <https://formulae.brew.sh/formula/icecast>
- <https://gitlab.xiph.org/xiph/icecast-server>
- <https://icecast.org/docs/icecast-2.4.1/introduction.html>
- <https://icecast.org/faq/>
- <https://icecast.org/news/>
- <https://icecast.org/news/icecast-release-2_0_0/>


## セキュリティノート

broad file, network, media, or database tool signal.

- **Geiger リスク:** blue / 中
- broad file, network, media, or database tool signal


## 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

- Unix: /usr/local/etc/icecast.xml
- Windows: current working directory/icecast.xml
## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** icecast
- **Version Scheme:** 0
- **Revision:** 3
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

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

- Nix - icecast: normalized package name match | nixpkgs package indexes: pkgs/by-name/ic/icecast/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - icecast - 2.5.0-r0: normalized package name match | Alpine Linux edge package indexes: icecast from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Open source media server | https://icecast.org/
- apk - icecast-doc - 2.5.0-r0: normalized package name match | Alpine Linux edge package indexes: icecast-doc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Open source media server (documentation) | https://icecast.org/
- apk - icecast-openrc - 2.5.0-r0: normalized package name match | Alpine Linux edge package indexes: icecast-openrc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Open source media server (OpenRC init scripts) | https://icecast.org/
- dnf - icecast - 2.4.4-28.fc45: normalized package name match | Fedora Rawhide package metadata: icecast from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | ShoutCast compatible streaming media server | http://www.icecast.org/
- dnf - icecast-doc - 2.4.4-28.fc45: normalized package name match | Fedora Rawhide package metadata: icecast-doc from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Documentation files for icecast | http://www.icecast.org/
- zypper - icecast - 2.4.4-5.7: normalized package name match | openSUSE Tumbleweed package metadata: icecast from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Audio Streaming Server | http://www.icecast.org/
- zypper - icecast-doc - 2.4.4-5.7: normalized package name match | openSUSE Tumbleweed package metadata: icecast-doc from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Documentation for Icecast | http://www.icecast.org/
- MacPorts - icecast: normalized package name match | MacPorts ports tree: audio/icecast/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Scoop - extras/icecast: normalized package name match | Scoop official bucket manifest trees: bucket/icecast.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1


## 関連リンク

- [Secret-risk packages](https://pkg.so/ja/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://pkg.so/ja/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Media and graphics packages](https://pkg.so/ja/media-graphics-tools/) - Matched media, image, audio, video, or graphics metadata.
- [openssl@3](https://pkg.so/ja/brew/openssl-3/) - Runtime dependency declared by Homebrew.
- [pkgconf](https://pkg.so/ja/brew/pkgconf/) - Build dependency declared by Homebrew.
- [libshout](https://pkg.so/ja/brew/libshout/) - Shares the same upstream homepage.
- [ffmpeg](https://pkg.so/ja/brew/ffmpeg/) - Shares pkgdb curated category or tags: audio, cli, media, streaming.
- [speex](https://pkg.so/ja/brew/speex/) - Shares pkgdb curated category or tags: audio, cli, media, xiph.
- [gstreamer](https://pkg.so/ja/brew/gstreamer/) - Shares pkgdb curated category or tags: audio, cli, media, streaming.
- [ffmpeg-full](https://pkg.so/ja/brew/ffmpeg-full/) - Shares pkgdb curated category or tags: audio, cli, media, streaming.
- [snapcast](https://pkg.so/ja/brew/snapcast/) - Shares pkgdb curated category or tags: audio, cli, media, streaming.
- [shairport-sync](https://pkg.so/ja/brew/shairport-sync/) - Shares pkgdb curated category or tags: audio, cli, media, streaming.
- [librespot](https://pkg.so/ja/brew/librespot/) - Shares pkgdb curated category or tags: audio, cli, media, streaming.
- [ezstream](https://pkg.so/ja/brew/ezstream/) - Both packages work with overlapping file formats or content types. Shared terms: audio, cli, icecast, media, media-server.

## Combined YAML source

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


## ソース

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