Automic VaultAutomic Vault

brew

librespot を Homebrew, apk, Nix, pacman でインストール

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install librespot

local Homebrew formula metadata

Linux

Alpine Linux apk確認済み · 92%
sudo apk add librespot

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

Nix確認済み · 92%
nix profile install nixpkgs#librespot

nixpkgs package indexes · pkgs/by-name/li/librespot/package.nix · ソース: api.github.com

Arch Linux pacman確認済み · 92%
sudo pacman -S librespot

Arch Linux sync databases · librespot · ソース: geo.mirror.pkgbuild.com

概要

パッケージ概要

Open Source Spotify client library

コマンドとエイリアス

  • librespot

履歴

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

librespot is an open source Rust client library and CLI for Spotify playback and Spotify Connect receiver use. It occupies the unofficial-client space left by Spotify's deprecated closed-source libspotify, with the important limitation documented by the project that it only supports Spotify Premium accounts.

プロジェクトの歴史

The GitHub repository was created on November 15, 2017. Its README describes the project as an open source client library that enables applications to use Spotify's service through multiple audio backends and act as a Spotify Connect receiver.

The annotated v0.1.0 tag, dated November 6, 2019, is marked as the initial release. Subsequent releases through the 0.2, 0.3, 0.4, 0.5, 0.6, and 0.7 lines show the project evolving from a library experiment into a regularly packaged Rust command-line service used by headless speakers, embedded systems, and desktop integrations.

採用の歴史

librespot gained package-manager adoption because it solved a specific problem: make a machine appear as a Spotify Connect speaker without running Spotify's full proprietary desktop client. Its Rust implementation, CLI packaging, multiple audio backends, and availability on crates.io made it attractive for small servers, single-board computers, appliance images, and music-player projects.

The project remains sensitive to Spotify protocol changes because it interoperates with a proprietary service rather than a public stable protocol. That makes its release history interesting to maintainers: breakage often lands as authentication, API, metadata, or playback fixes rather than ordinary library feature work.

使われ方

The README documents cargo install librespot and a CLI invocation such as creating a named speaker with a bitrate setting. In packaged deployments it is commonly run as a background service with explicit backend, device name, bitrate, cache, and authentication options.

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

librespot is package-nerd significant because it is both useful and inherently awkward: an open client for a proprietary streaming ecosystem, written in Rust, shipped as a CLI daemon, and dependent on reverse-engineered behavior. It is the sort of package that turns old speakers, Raspberry Pi boxes, NAS machines, and desktops into network audio endpoints.

タイムライン

  • 2017-11-15: GitHub repository created.
  • 2019-11-06: v0.1.0 initial release tag dated.
  • 2021-05-04: v0.2.0 release published.
  • 2022-05-22: v0.4.0 release published.
  • 2024-10-15: v0.5.0 release published.
  • 2025-08-31: v0.7.1 release published.

Related projects

  • Related projects include Spotify Connect clients, Mopidy integrations, pyspotify/libspotify-era applications, librespot-java, audio backends such as ALSA and PulseAudio, and service wrappers used by headless media appliances.

セキュリティ状態

リスクレベル: グリーン

library-like package without higher-risk signals.

リスク分類器

リスク グリーン · 信頼度 低 · appliance

理由

  • library-like package without higher-risk signals

信号

  • metadata:library-like

インストール挙動

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

推奨レビュー

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

実行可能ファイル

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

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

鮮度

バージョンと鮮度

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

ページ生成日2026-07-25
マネージャ版0.8.0
マネージャ更新日
ローカルデータOK
上流最新
検出された最新v0.8.0

https://github.com/librespot-org/librespot

  • 情報No package-manager update timestamp was available.信頼度 低

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:librespot
バージョン0.8.0
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/librespot
ホームページhttps://github.com/librespot-org/librespot
リポジトリhttps://github.com/librespot-org/librespot
上流ドキュメントhttps://github.com/librespot-org/librespot#readme
ライセンスMIT
ソースアーカイブhttps://github.com/librespot-org/librespot/archive/refs/tags/v0.8.0.tar.gz
ビルド依存関係pkgconf, rust
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

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

ソースデータベース一致

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

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

Nix95%

librespot

nix profile install nixpkgs#librespot
  • normalized package name match
  • 一致条件: Librespot
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/li/librespot/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
apk95%

librespot 0.8.0-r0

Open Source Spotify client library

https://github.com/librespot-org/librespot

sudo apk add librespot
  • License: MIT
  • Architecture: x86_64
  • Source Package: librespot
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Librespot
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: librespot from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
apk95%

librespot-openrc 0.8.0-r0

Open Source Spotify client library (OpenRC init scripts)

https://github.com/librespot-org/librespot

sudo apk add librespot-openrc
  • License: MIT
  • Architecture: x86_64
  • Source Package: librespot
  • normalized package name match
  • 一致条件: Librespot
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: librespot-openrc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
pacman95%

librespot 0.8.0-5

Open source client library for Spotify

https://github.com/librespot-org/librespot

sudo pacman -S librespot
  • License: MIT
  • Architecture: x86_64
  • 8 依存関係
  • 2 任意依存関係
  • normalized package name match
  • 一致条件: Librespot
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: librespot from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

ソース経路

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

このページは 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 package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment