Star 历史趋势
数据来源: GitHub API · 生成自 Stargazers.cn
README.md

Music Assistant

Music Assistant Server

CodSpeed

Music Assistant is a free, opensource Media library manager that connects to your streaming services and a wide range of connected speakers. The server is the beating heart, the core of Music Assistant and must run on an always-on device like a Raspberry Pi, a NAS or an Intel NUC or alike.

Documentation and support

Documentation https://music-assistant.io

Beta Documentation https://beta.music-assistant.io

For issues, please go to the issue tracker.

For feature requests, please see feature requests.


Running the server

Music Assistant can be operated as a complete standalone product but it is actually tailored to use side by side with Home Assistant, it is meant with automation in mind, hence our recommended installation method is to run the server as a Home Assistant app.

Supported installation methods

The only officially supported ways to run the Music Assistant server are:

Both bundle every system dependency the server needs. Although Music Assistant's main code is Python, it depends on external/OS components — a recent ffmpeg (6.1+) with a specific codec set, native libraries (e.g. jemalloc and CIFS/NFS client libraries) and a few bundled binaries — which a plain PyPI/pip install can't provide. The server is therefore not published to PyPI; run it via the app or container above.

Running from source (development)

For local development you provide the system dependencies yourself — Python 3.14+ and ffmpeg 6.1+ are required.

  • scripts/setup.sh — create the virtualenv and install dependencies and pre-commit hooks
  • python -m music_assistant --log-level debug — run the server locally (listens on http://localhost:8095)
  • pytest runs the tests; pre-commit run --all-files runs the linters

A project from the Open Home Foundation

关于 About

Music Assistant is a free, opensource Media library manager that connects to your streaming services and a wide range of connected speakers. The server is the beating heart, the core of Music Assistant and must run on an always-on device like a Raspberry Pi, a NAS or an Intel NUC or alike.

语言 Languages

Python98.0%
HTML0.8%
CSS0.6%
JavaScript0.4%
Shell0.0%
Dockerfile0.0%
Nix0.0%

提交活跃度 Commit Activity

代码提交热力图
过去 52 周的开发活跃度
4065
Total Commits
峰值: 299次/周
Less
More

核心贡献者 Contributors