# Install spotify_player with Homebrew, apk, MacPorts, Nix, pacman, scoop, winget

Command driven spotify player. Version 0.24.0 via Homebrew; verified 2026-07-01.

## Install

```sh
sudo av install brew:spotify_player
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install spotify_player
```

  Evidence: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install spotify-player
```

  Evidence: MacPorts ports tree: audio/spotify-player/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add spotify-player
```

  Evidence: Alpine Linux edge package indexes: spotify-player from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz

- Nix (92%):

```sh
nix profile install nixpkgs#spotify-player
```

  Evidence: nixpkgs package indexes: pkgs/by-name/sp/spotify-player/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S spotify-player
```

  Evidence: Arch Linux sync databases: spotify-player from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

### Windows

- Scoop (92%):

```sh
scoop install main/spotify-player
```

  Evidence: Scoop official bucket manifest trees: bucket/spotify-player.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

- winget (92%):

```sh
winget install --id aome510.spotify-player -e
```

  Evidence: Windows Package Manager source index: aome510.spotify-player from https://cdn.winget.microsoft.com/cache/source.msix

## Package facts

- **Package key:** brew:spotify_player
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/spotify_player>
- **Version:** 0.24.0
- **Source summary:** Command driven spotify player
- **Homepage:** <https://github.com/aome510/spotify-player>
- **Repository:** <https://github.com/aome510/spotify-player>
- **Upstream docs:** <https://github.com/aome510/spotify-player#readme>
- **License:** MIT
- **Source archive:** <https://github.com/aome510/spotify-player/archive/refs/tags/v0.24.0.tar.gz>
- **Last updated:** 2026-07-01T01:38:59Z
- **Generated:** 2026-07-08T18:08:21+00:00

## Executables

- spotify_player (cli)
- spotify_player (alias)

## Build dependencies

- pkgconf
- rust

## Install behavior

- Post-install hook: not defined
- Bottle: available on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Freshness

- Page generated: 2026-07-08
- Package-manager version: 0.24.0
- Package-manager updated: 2026-07-01
- Local data: ok
- Upstream repository: https://github.com/aome510/spotify-player
- Upstream latest detected: v0.24.0 (current)
## Project history and usage

spotify-player is a Rust terminal Spotify client with a command-driven TUI, local streaming through librespot, CLI subcommands, and configurable keyboard-oriented workflows.

### Project history

The official repository was created in 2021. Its README describes the project as a fast, easy-to-use, configurable terminal music player, and the GitHub About text frames it as a Spotify player in the terminal with full feature parity.

### Adoption history

spotify-player has broad package-manager reach for a terminal media app. The input records packaging in Alpine, Homebrew, MacPorts, Nix, Arch, Scoop, and WinGet, reflecting cross-platform interest in a CLI/TUI Spotify client.

### How it is used

Users run the interactive TUI for playback, search, library navigation, queueing, liking tracks, and device switching. The README also documents CLI subcommands such as get, playback, search, connect, like, authenticate, and playlist for scripting and terminal automation.

### Why package nerds care

Package nerds care because spotify-player packages a modern terminal UX around Spotify, OAuth credentials, librespot streaming, optional features, and cache/config directories. It sits in the lineage of terminal Spotify clients while exposing enough CLI surface to be useful in shell scripts.

### Timeline

- 2021: GitHub repository created.
- 2024: README notes Spotify Web API quota changes relevant to custom client IDs.
- Current: Repository metadata shows thousands of stars and continued development.

### Related projects

- The README acknowledgement says spotify-player is built on ratatui, rspotify, and librespot, and is inspired by spotify-tui and ncspot.

### Sources

- <https://api.github.com/repos/aome510/spotify-player: official repository metadata including creation date.>
- <https://github.com/aome510/spotify-player README: project description, authentication, CLI commands, acknowledgement, config and cache paths.>
- <https://github.com/aome510/spotify-player/blob/master/docs/config.md: official configuration files and options.>
- input.source_facts.package-manager: package-manager presence across Alpine, Homebrew, MacPorts, Nix, Arch, Scoop, and WinGet.


## Security Notes

narrow executable package without higher-risk signals.

- **Geiger risk:** green / low
- narrow executable package without higher-risk signals


## 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: ~/.config/spotify-player/app.toml, ~/.config/spotify-player/theme.toml, ~/.config/spotify-player/keymap.toml

## Credential files

- Unix: ~/.cache/spotify-player/user_client_token.json, ~/.cache/spotify-player/credentials.json
## Source Database Details

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

## Other Package-Manager Records

- Nix - spotify-player: normalized package name match | nixpkgs package indexes: pkgs/by-name/sp/spotify-player/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - spotify-player - 0.23.0-r0: normalized package name match | Alpine Linux edge package indexes: spotify-player from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Command driven spotify player | https://github.com/aome510/spotify-player
- pacman - spotify-player - 0.23.0-1: normalized package name match | Arch Linux sync databases: spotify-player from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | A command driven spotify player | https://github.com/aome510/spotify-player
- MacPorts - spotify-player: normalized package name match | MacPorts ports tree: audio/spotify-player/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Scoop - main/spotify-player: normalized package name match | Scoop official bucket manifest trees: bucket/spotify-player.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
- winget - aome510.spotify-player: normalized package name match | Windows Package Manager source index: aome510.spotify-player from https://cdn.winget.microsoft.com/cache/source.msix


## Related links

- [Source-control packages](https://www.automicvault.com/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://www.automicvault.com/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Media and graphics packages](https://www.automicvault.com/pkg/media-graphics-tools/) - Matched media, image, audio, video, or graphics metadata.
- [pkgconf](https://www.automicvault.com/pkg/brew/pkgconf/) - Build dependency declared by Homebrew.
- [rust](https://www.automicvault.com/pkg/brew/rust/) - Build dependency declared by Homebrew.
- [go-librespot](https://www.automicvault.com/pkg/brew/go-librespot/) - Shares av.db curated category or tags: audio, cli, media, spotify, spotify-connect.
- [librespot](https://www.automicvault.com/pkg/brew/librespot/) - Shares av.db curated category or tags: audio, cli, media, spotify, spotify-connect.
- [rmpc](https://www.automicvault.com/pkg/brew/rmpc/) - Shares av.db curated category or tags: audio, cli, media, music-player, terminal-ui.
- [spotifyd](https://www.automicvault.com/pkg/brew/spotifyd/) - Shares av.db curated category or tags: audio, cli, media, spotify, spotify-connect.
- [termusic](https://www.automicvault.com/pkg/brew/termusic/) - Shares av.db curated category or tags: audio, cli, media, music-player, terminal-ui.
- [adplay](https://www.automicvault.com/pkg/brew/adplay/) - Shares av.db curated category or tags: audio, cli, media, music-player.
- [cmus](https://www.automicvault.com/pkg/brew/cmus/) - Shares av.db curated category or tags: audio, cli, media, music-player.
- [kew](https://www.automicvault.com/pkg/brew/kew/) - Shares av.db curated category or tags: audio, cli, media, music-player.

## Combined YAML source

View the package source record on GitHub. [combined/spotify_player.yml](https://github.com/automic-vault/db/blob/main/combined/spotify_player.yml)


## Sources

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