📣 重要更新 — 访问方式将于 2026 年 10 月 1 日更改

2026 年 10 月 1 日中午(英国时间)起,此镜像源将需要身份验证以保持 apt 正常运行。
订阅年度套餐即可享受不间断访问,同时直接支持本项目的持续运营。感谢您的支持!🙏

🔑 获取年度订阅

💬 有关此仓库的问题、反馈或其他事项?加入我们的 Discord 社区 — 获取帮助并与其他用户交流的最佳场所。
曾通过 Buy Me a Coffee 支持过我们?您太棒了!前往我们的 Discord,我们将为您安排终身免费订阅。💜

🎵 安装最新的 termusic 在 Debian 上

终端音乐和播客播放器 written in Rust

Latest Version: 0.11.0+ (July 2025)
← 返回首页

什么是 termusic?

termusic is a comprehensive terminal music and podcast player written in Rust by tramhao. It allows you to listen to music and podcasts freely - both in terms of freedom and free of charge. With over 1.5k GitHub stars, it provides a full-featured music experience directly in your terminal with album covers, lyrics, and multiple audio backends.

🆓 Freedom Philosophy:
  • Freedom: No dependence on online service providers or complicated copyright restrictions
  • Free of charge: Download from YouTube, NetEase, Migu, and KuGou without monthly subscriptions
  • Your music: Play your local collection without platform limitations
🚀 Why Latest Versions Matter: termusic is actively developed with frequent releases containing new features, performance improvements, and enhanced audio format support. The latest versions include better podcast support, improved album cover display, and enhanced streaming capabilities.

⚡ Key Features of termusic

🎨 Album Cover Display

Shows album covers directly in terminal using Kitty, iTerm2, Sixel protocols, or ueberzug. Visual music experience in text mode.

📻 Podcast Support

Full podcast player with RSS feed support, episode management, and streaming capabilities. Listen to your favorite shows in terminal.

🔊 Multiple Backends

Symphonia (Rust), GStreamer, and MPV backends for maximum format compatibility and performance options.

📥 Download Integration

Built-in support for yt-dlp and FFmpeg to download music from various online sources including YouTube.

🏷️ Tag Editor

Built-in metadata editor for organizing your music collection. Edit tags, album art, and file information directly.

🎼 Lyrics Support

Display synchronized lyrics with timestamp adjustment. Enhanced music experience with lyric viewing and editing.

🎵 Supported Audio Formats

  • Lossless: FLAC, AIFF, WAV
  • Compressed: MP3, M4A, Opus, Ogg Vorbis
  • Streaming: WebM, MKV (codec dependent)
  • Metadata: Full tag support for most formats

🆕 What's New in termusic 0.11.0+

📦 从 debian.griffo.io 安装

步骤 1:添加仓库

sudo install -d -m 0755 /etc/apt/keyrings curl -fsSL https://debian.griffo.io/EA0F721D231FDD3A0A17B9AC7808B4DD62C41256.asc | sudo gpg --dearmor --yes -o /etc/apt/keyrings/debian.griffo.io.gpg echo "deb [signed-by=/etc/apt/keyrings/debian.griffo.io.gpg] https://debian.griffo.io/apt $(lsb_release -sc 2>/dev/null) main" | sudo tee /etc/apt/sources.list.d/debian.griffo.io.list > /dev/null sudo apt update
install -d -m 0755 /etc/apt/keyrings curl -fsSL https://debian.griffo.io/EA0F721D231FDD3A0A17B9AC7808B4DD62C41256.asc | gpg --dearmor --yes -o /etc/apt/keyrings/debian.griffo.io.gpg echo "deb [signed-by=/etc/apt/keyrings/debian.griffo.io.gpg] https://debian.griffo.io/apt $(lsb_release -sc 2>/dev/null) main" | tee /etc/apt/sources.list.d/debian.griffo.io.list > /dev/null apt update

步骤 2:安装 termusic

# Install latest termusic sudo apt install termusic # Verify installation termusic --version
# Install latest termusic apt install termusic # Verify installation termusic --version

🎯 基本使用示例

Launch termusic:

# Start termusic termusic # Start with specific music directory termusic --music-dir ~/Music # Start server mode for remote control termusic-server

Essential controls:

# Playback Space - Play/Pause n - Next track p - Previous track r - Repeat mode s - Shuffle mode # Navigation j/k or ↑/↓ - Move up/down Enter - Select/Play Tab - Switch panels q - Quit # Volume +/- - Volume up/down m - Mute

🚀 为什么选择 debian.griffo.io?

📊 Repository Comparison:
  • Official Debian: Available in some versions but often outdated
  • Cargo Install: Requires Rust toolchain and complex dependencies
  • debian.griffo.io: Latest version (0.11.0+) with all dependencies

📦 软件包构建仓库

Debian 软件包在此 GitHub 仓库中自动构建和维护:

🔗 相关软件包

也可从 debian.griffo.io 获取:

🎯 Perfect for: Music enthusiasts who want comprehensive terminal audio experience, podcast listeners, developers who prefer terminal applications, and anyone seeking freedom from subscription-based music platforms.