# streamlink を Homebrew, apk, chocolatey, apt, MacPorts, Nix, pacman, zypper, dnf, scoop, winget でインストール

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

## インストール

```sh
sudo av install brew:streamlink
```

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

### macOS

- Homebrew (100%):

```sh
brew install streamlink
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install streamlink
```

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

### Linux

- apk (92%):

```sh
sudo apk add streamlink
```

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

- Debian apt (92%):

```sh
sudo apt install streamlink
```

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

- Nix (92%):

```sh
nix profile install nixpkgs#streamlink
```

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

- pacman (92%):

```sh
sudo pacman -S streamlink
```

  証拠: Arch Linux sync databases: streamlink from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install streamlink
```

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

- dnf (92%):

```sh
sudo dnf install python3-streamlink
```

  証拠: Fedora Rawhide package metadata: python3-streamlink from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

### Windows

- Chocolatey (92%):

```sh
choco install streamlink
```

  証拠: Chocolatey community package catalog: streamlink from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','sqlitebrowser.install'

- Scoop (92%):

```sh
scoop install extras/streamlink
```

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

- winget (92%):

```sh
winget install --id Streamlink.Streamlink -e
```

  証拠: Windows Package Manager source index: Streamlink.Streamlink from https://cdn.winget.microsoft.com/cache/source.msix

## パッケージ情報

- **パッケージキー:** brew:streamlink
- **パッケージマネージャ:** Homebrew
- **バージョン:** 8.5.0
- **ソース概要:** CLI for extracting streams from various websites to a video player
- **ホームページ:** <https://streamlink.github.io/>
- **リポジトリ:** <https://github.com/streamlink/streamlink>
- **最終更新:** 2026-08-02T22:09:06Z
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- streamlink (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

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

Streamlink is a command-line media utility that extracts streams from supported sites and pipes them into a local video player. It became the maintained successor path for Livestreamer users and is widely packaged for desktop and Unix-like systems.

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

The official documentation states that Streamlink was forked from Livestreamer, which was no longer maintained. The changelog records Streamlink 0.0.1 on September 23, 2016 as the first release from that initial fork.

Early releases focused on stabilizing the fork, updating the documentation site, fixing provider plugins, and shipping Windows binaries. The 1.0.0 release followed on January 30, 2019, and the changelog continues to track frequent plugin, protocol, and platform maintenance.

### 採用の歴史

Streamlink's adoption comes from a practical CLI niche: avoiding heavy web playback pages while still watching streams in VLC, mpv, or another local player. The official overview emphasizes a plugin system for supporting streaming services.

The supplied source facts list packages for Homebrew, Chocolatey, Debian/Ubuntu, Fedora, MacPorts, Nix, Arch, Scoop, winget, and openSUSE, showing unusually broad cross-platform package-manager coverage for a Python media CLI.

### 使われ方

The official quickstart shows streamlink twitch.tv/CHANNEL best, after which Streamlink finds a matching plugin, lists available qualities, and opens the selected stream in VLC by default.

The CLI documentation covers config files, plugin-specific configs, stream selection, player options, HTTP options, plugin options, and scripting-oriented JSON output.

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

Streamlink matters to package nerds because it is a constantly maintained packaging surface around fragile streaming-site integrations. Package freshness directly affects whether a user's stream command works when a site changes.

It is also a good example of a Python CLI distributed like a native media utility: package managers handle Python, entry points, optional players, and OS-specific config paths so users can keep the workflow as one shell command.

### タイムライン

- 2016-09-23: Streamlink 0.0.1, first release from the Livestreamer fork.
- 2016-10-12: Streamlink 0.0.2 updates documentation, CI, Windows builds, and provider fixes.
- 2019-01-30: Streamlink 1.0.0 released.
- 2021-06-19: Streamlink 2.2.0 changes default config file paths on macOS and Windows.
- 2026-05-06: Streamlink 8.4.0 appears as latest release in the official documentation opened for this batch.

### Related projects

- Livestreamer is the direct predecessor named by the official docs.
- VLC and mpv are common playback targets named in Streamlink's overview, while the plugin system connects the CLI to services such as Twitch and YouTube.

### ソース

- <https://streamlink.github.io/>
- <https://streamlink.github.io/changelog.html>
- <https://streamlink.github.io/cli.html>
- source_facts.package-manager


## セキュリティノート

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



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

- Linux: ${XDG_CONFIG_HOME:-${HOME}/.config}/streamlink/config
- macOS: ${HOME}/Library/Application Support/streamlink/config
- Windows: %APPDATA%\streamlink\config
## 他のパッケージマネージャ記録

- Debian apt - python3-streamlink - 7.3.0-2: normalized package name match | Debian stable package indexes: python3-streamlink from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Python module for extracting video streams from various websites | https://streamlink.github.io/
- Debian apt - python3-streamlink-doc - 7.3.0-2: normalized package name match | Debian stable package indexes: python3-streamlink-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | CLI for extracting video streams from various websites (documentation) | https://streamlink.github.io/
- Debian apt - streamlink - 7.3.0-2: normalized package name match | Debian stable package indexes: streamlink from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | CLI for extracting video streams from various websites to a video player | https://streamlink.github.io/
- Nix - streamlink: normalized package name match | nixpkgs package indexes: pkgs/by-name/st/streamlink/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - python3-streamlink - 6.6.2-1: normalized package name match | Ubuntu 24.04 LTS package indexes: python3-streamlink from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Python module for extracting video streams from various websites | https://streamlink.github.io/
- Ubuntu apt - python3-streamlink-doc - 6.6.2-1: normalized package name match | Ubuntu 24.04 LTS package indexes: python3-streamlink-doc from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | CLI for extracting video streams from various websites (documentation) | https://streamlink.github.io/
- Ubuntu apt - streamlink - 6.6.2-1: normalized package name match | Ubuntu 24.04 LTS package indexes: streamlink from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | CLI for extracting video streams from various websites to a video player | https://streamlink.github.io/
- apk - streamlink - 8.4.0-r0: normalized package name match | Alpine Linux edge package indexes: streamlink from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | CLI for extracting streams from various websites to a video player of your choosing | https://streamlink.github.io/
- apk - streamlink-bash-completion - 8.4.0-r0: normalized package name match | Alpine Linux edge package indexes: streamlink-bash-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Bash completions for streamlink | https://streamlink.github.io/
- apk - streamlink-doc - 8.4.0-r0: normalized package name match | Alpine Linux edge package indexes: streamlink-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | CLI for extracting streams from various websites to a video player of your choosing (documentation) | https://streamlink.github.io/
- apk - streamlink-pyc - 8.4.0-r0: normalized package name match | Alpine Linux edge package indexes: streamlink-pyc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Precompiled Python bytecode for streamlink | https://streamlink.github.io/
- apk - streamlink-zsh-completion - 8.4.0-r0: normalized package name match | Alpine Linux edge package indexes: streamlink-zsh-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Zsh completions for streamlink | https://streamlink.github.io/
- dnf - python3-streamlink - 8.4.0-4.fc45: normalized package name match | Fedora Rawhide package metadata: python3-streamlink from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Python library for extracting streams from various websites | https://streamlink.github.io
- pacman - streamlink - 8.5.0-1: normalized package name match | Arch Linux sync databases: streamlink from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | CLI program that launches streams from various streaming services in a custom video player (livestreamer fork) | https://streamlink.github.io/
- zypper - streamlink - 8.4.0-1.2: normalized package name match | openSUSE Tumbleweed package metadata: streamlink from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Program to pipe streams from services into a video player | https://streamlink.github.io/
- MacPorts - streamlink: normalized package name match | MacPorts ports tree: multimedia/streamlink/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Combined YAML source

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


## ソース

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