# Installer termusic avec Homebrew, MacPorts, Nix, pacman, scoop

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de termusic pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:termusic
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install termusic
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install termusic
```

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

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#termusic
```

  Preuve: nixpkgs package indexes: pkgs/by-name/te/termusic/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S termusic
```

  Preuve: Arch Linux sync databases: termusic from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

### Windows

- Scoop (92%):

```sh
scoop install main/termusic
```

  Preuve: Scoop official bucket manifest trees: bucket/termusic.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

## Faits du paquet

- **Clé du paquet:** brew:termusic
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/termusic>
- **Version:** 0.13.2
- **Résumé source:** Music Player TUI written in Rust
- **Page d'accueil:** <https://github.com/tramhao/termusic>
- **Dépôt:** <https://github.com/tramhao/termusic>
- **Licence:** MIT AND GPL-3.0-or-later
- **Archive source:** <https://github.com/tramhao/termusic/archive/refs/tags/v0.13.2.tar.gz>
- **Dernière mise à jour:** 2026-05-12T10:30:28-04:00
- **Généré:** 2026-08-04T22:13:35+00:00

## exécutables

- termusic (cli)
- termusic-server (cli)
- termusic (alias)
- termusic-server (alias)

## Dépendances

- opus

## Dépendances de compilation

- pkgconf
- protobuf
- rust

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version et fraîcheur

- page générée: 2026-08-04
- version du gestionnaire: 0.13.2
- gestionnaire mis à jour: 2026-05-12
- données locales: OK
- dépôt amont: https://github.com/tramhao/termusic
- dernière version détectée: v0.13.2 (à jour)
## Historique du projet et usages

termusic is a Rust terminal music and podcast player. Its history is rooted in the Unix/TUI tradition of local media clients, but its README frames the motivation around freedom from centralized music services and a rewrite from GOMU to avoid data-race problems.

### Historique du projet

The repository was created in June 2021. The README says the author had contributed to GOMU, encountered serious data-race problems during development, and rewrote the player in Rust to address them.

The project grew into a split client/server terminal application with audio playback, podcast support, library indexing, playlists, metadata/tag editing, album-cover display, multiple playback backends, and optional download helpers. GitHub releases show steady v0.x development from v0.6.x in late 2021 through v0.13.x in 2026.

### Historique d'adoption

termusic has unusually broad package-manager reach for a TUI media player. The README lists Cargo and cargo-binstall as official install sources and documents unofficial or downstream package availability through Arch Linux repositories, AUR, Homebrew, NetBSD pkgin, and Nix/NixOS. The input package facts also show Brew, MacPorts, Nix, pacman, and Scoop packaging.

### Modes d'utilisation

Users run `termusic` for the TUI and `termusic-server` for the server component. The README documents local configuration under platform-specific application config directories, optional playback backends such as MPV and GStreamer, support for common audio containers/codecs, podcast database files, playlist storage, and logs in temporary directories.

### Pourquoi les passionnés de paquets s'y intéressent

For package nerds, termusic is interesting because it is both a Rust TUI application and a media stack integration point: packaging must account for Rust MSRV, protobuf, audio backends, ALSA/DBus on Linux, optional yt-dlp/ffmpeg helpers, album-cover protocols, and separate client/server binaries. That makes it a more complex package than a simple single-binary CLI.

### Chronologie

- 2021: GitHub repository created.
- 2021: v0.6.2 and subsequent v0.6.x releases appeared on GitHub.
- 2023: v0.7.11 released after continued v0.x maintenance.
- 2024: v0.9.x releases continued terminal music-player development.
- 2025: v0.10.0 and v0.11.0 released.
- 2026: v0.13.2 released, with README metadata showing active Rust/MSRV and packaging maintenance.

### Related projects

- The README names GOMU as the project that motivated the Rust rewrite.
- The README also thanks tui-realm, termscp, netease-cloud-music-gtk, alacritty-themes, shellcaster, and stream-download as related or influential projects.

### Sources

- <https://api.github.com/repos/tramhao/termusic>
- <https://api.github.com/repos/tramhao/termusic/releases?per_page=100>
- <https://github.com/tramhao/termusic>
- <https://raw.githubusercontent.com/tramhao/termusic/master/README.md>
- source_facts.package-manager


## Notes de sécurité

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

- **Risque Geiger:** blue / moyen
- 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

- Linux: ~/.config/termusic/server.toml, ~/.config/termusic/tui.toml
- macOS: ~/Library/Application Support/termusic/server.toml, ~/Library/Application Support/termusic/tui.toml
- Windows: %APPDATA%\termusic\server.toml, %APPDATA%\termusic\tui.toml
## Détails de la base source

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** termusic
- **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

## Autres enregistrements de gestionnaires de paquets

- Nix - termusic: normalized package name match | nixpkgs package indexes: pkgs/by-name/te/termusic/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- pacman - termusic - 0.13.2-1: normalized package name match | Arch Linux sync databases: termusic from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Music Player TUI written in Rust | https://github.com/tramhao/termusic
- MacPorts - termusic: normalized package name match | MacPorts ports tree: multimedia/termusic/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Scoop - main/termusic: normalized package name match | Scoop official bucket manifest trees: bucket/termusic.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1


## Liens liés

- [Source-control packages](https://pkg.so/fr/source-control-tools/) - Belongs to a source-control command family.
- [Secret-risk packages](https://pkg.so/fr/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://pkg.so/fr/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Language runtime packages](https://pkg.so/fr/language-runtime-packages/) - Matched language runtime, compiler, or interpreter metadata.
- [pkgconf](https://pkg.so/fr/brew/pkgconf/) - Build dependency declared by Homebrew.
- [protobuf](https://pkg.so/fr/brew/protobuf/) - Build dependency declared by Homebrew.
- [rust](https://pkg.so/fr/brew/rust/) - Build dependency declared by Homebrew.
- [spotify_player](https://pkg.so/fr/brew/spotify-player/) - Shares pkgdb curated category or tags: cli, media, music-player, rust, terminal-ui.
- [rmpc](https://pkg.so/fr/brew/rmpc/) - Shares pkgdb curated category or tags: audio, cli, media, music-player, terminal-ui.
- [asak](https://pkg.so/fr/brew/asak/) - Shares pkgdb curated category or tags: audio, cli, media, rust, tui.
- [mpd](https://pkg.so/fr/brew/mpd/) - Shares pkgdb curated category or tags: audio, cli, media, music-player.
- [audacious](https://pkg.so/fr/brew/audacious/) - Shares pkgdb curated category or tags: audio, cli, media, music-player.
- [ncspot](https://pkg.so/fr/brew/ncspot/) - Shares pkgdb curated category or tags: cli, media, rust, terminal-ui.
- [cmus](https://pkg.so/fr/brew/cmus/) - Shares pkgdb curated category or tags: audio, cli, media, music-player.
- [librespot](https://pkg.so/fr/brew/librespot/) - Shares pkgdb curated category or tags: audio, cli, media, rust.
- [kew](https://pkg.so/fr/brew/kew/) - Both packages work with overlapping file formats or content types. Shared terms: audio, cli, media, music, music-player.

## Combined YAML source

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


## Sources

- 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
