AudioMuse-AI v2.6.0

AudioMuse-AI v2.6.0

AudioMuse-AI is self-hosted music libraries with AI-powered sonic analysis, intelligent playlist generation, visual music exploration, and privacy-first design offer capabilities that go well beyond traditional music management software.
(4.7)

Developer

NeptuneHub

Category

Multimedia

Operating System

Windows / macOS / Linux

Date Published

Thu Jul 09 2026

AudioMuse-AI v2.6.0

AudioMuse-AI is an open source, self-hosted application that uses AI-powered sonic analysis to organize music libraries and generate smart playlists. Unlike traditional music managers that rely on metadata such as genres or tags, AudioMuse-AI analyzes the actual audio characteristics of your music to discover similar tracks, create playlists, and visualize your collection. It integrates with popular self-hosted music servers including Jellyfin, Navidrome, Emby, Lyrion Music Server, and other Open Subsonic-compatible platforms.

Many music applications depend on manually assigned genres or online recommendation services. AudioMuse-AI takes a different approach by performing local machine learning analysis on your audio files using technologies such as Librosa and ONNX. This allows it to generate recommendations based on how songs actually sound rather than relying on metadata or external APIs.

Because all analysis happens locally, the software is especially appealing to users who value privacy and maintain self-hosted music libraries.

Key Features of AudioMuse-AI

AI-Based Sonic Analysis

AudioMuse-AI analyzes the acoustic properties of every track in your collection to build an internal representation of each song. This enables highly accurate recommendations based on musical similarity rather than artist names or genres.

Automatic Playlist Generation

The application can automatically generate playlists for different moods, styles, or listening sessions. Users can also create playlists from a favorite song, allowing the system to find tracks with similar sonic characteristics.

Music Map Visualization

One of the standout features is the interactive Music Map, which displays songs in a two-dimensional space based on their musical similarity. This offers a unique way to explore large music collections visually.

Song Paths

AudioMuse-AI can create smooth transitions between two songs by selecting tracks that gradually bridge the musical differences, making playlists feel more natural and cohesive.

Natural Language Search

Users can search for music using descriptive phrases such as "calm piano music" or "high-tempo low-energy songs." Recent versions also introduce lyric-based semantic search for discovering music by meaning as well as sound.

Self-Hosted and Privacy Focused

All processing is performed locally without uploading music to cloud services. AudioMuse-AI is distributed as Docker containers and supports Docker Compose, Podman, and Kubernetes deployments.

Download AudioMuse-AI v2.6.0 - Software Mirrors

AudioMuse-AI v2.6.0 for Windows

AudioMuse-AI-amd64-windows.zip | 1.41 GB

AudioMuse-AI v2.6.0 for macOS

AudioMuse-AI-arm64-macos.zip | 1.37 GB

AudioMuse-AI v2.6.0 for Linux

AudioMuse-AI-aarch64-linux.deb | 1.31 GB

AudioMuse-AI-aarch64-linux.rpm | 1.31 GB

AudioMuse-AI-x86_64-linux.deb | 1.33 GB

AudioMuse-AI-x86_64-linux.rpm | 1.33 GB

AudioMuse-AI v2.6.0 Release Notes:

Release Date: July 08, 2026 You always wanted to run your own model on your music? Integrate your app with AudioMuse-AI? Add a page, a scheduled job, a new idea we never thought about? with AudioMuse AI v2.6.0 you can. This release introduces the AudioMuse-AI plugin system. A plugin is a small Python package: you write it, you publish it, and every AudioMuse-AI user can install it from inside the app. This is the first version. It is a tool for developers: if you want to build something on top of AudioMuse-AI, this is your starting point. It is also good news for users, because more plugins means more choice. Any feedback is welcome, open an issue and tell us what works, what breaks, and what is missing.
IMPORTANT: The new plugin system requires a persistent volume to be mounted on both the Flask and worker containers. Otherwise, installed plugins will be lost whenever the containers restart. The deployment example has been updated accordingly.

What a plugin can do

  • Add a web page with a menu entry: add_blueprint, add_menu_item
  • Have its own settings page and settings storage: settings route, get_setting / set_setting
  • Read the whole AudioMuse-AI database: get_db
  • Create its own tables: table() + on_install
  • React to every analyzed song (run your own model): on_song_analyzed
  • Run scheduled cron tasks on the worker: add_cron_task
  • Run background jobs from a page: enqueue
  • Create playlists on your media server: tasks.mediaserver
  • Use extra pip packages, with version pins (container image only): requirements in plugin.json
  • Publish, update and roll back through a catalog: the community repository
Install, update, enable, disable and uninstall all happen from the Plugins page in the app. A broken plugin can never stop AudioMuse-AI from starting.

Start here

  • Documentation and full guide: docs/PLUGIN.md
  • Plugin catalog and the SongCounter reference plugin: https://github.com/NeptuneHub/AudioMuse-AI-plugins
Build something, publish it, and share it with us.

What's Changed

  • Navidrome first in documentation by @NeptuneHub in https://github.com/NeptuneHub/AudioMuse-AI/pull/717
  • TZ on redis and postgresql deployment - #716 by @NeptuneHub in https://github.com/NeptuneHub/AudioMuse-AI/pull/718
  • Cron schedule fix - #719 by @NeptuneHub in https://github.com/NeptuneHub/AudioMuse-AI/pull/720
  • Plugin Support by @NeptuneHub in https://github.com/NeptuneHub/AudioMuse-AI/pull/721
Full Changelog: https://github.com/NeptuneHub/AudioMuse-AI/compare/v2.5.0...v2.6.0

Performance and User Experience

Once the initial library analysis is complete, playlist generation and music discovery are fast and responsive. Initial analysis may take some time depending on the size of the music library and available hardware, but it only needs to process new or changed tracks afterward. Minimum recommended hardware includes a modern four-core CPU and 8 GB of RAM.

The web interface is clean and continues to improve with features such as a setup wizard, dashboard, multi-user support, and authentication. The project is actively maintained with frequent feature updates and bug fixes.

Pros

  • Free and open source.

  • AI analyzes actual audio instead of relying on metadata.

  • Excellent automatic playlist generation.

  • Interactive music visualization.

  • Privacy-friendly local processing.

  • Supports Jellyfin, Navidrome, Emby, and Lyrion.

  • Docker and Kubernetes support.

  • Active development and growing community.

Cons

  • Initial music analysis can take several hours for large libraries.

  • Requires self-hosting knowledge.

  • Benefits are greatest with well-organized local music collections.

  • Hardware requirements are higher than traditional music library managers.

Who Should Use AudioMuse-AI?

AudioMuse-AI is ideal for self-hosting enthusiasts, audiophiles, Jellyfin and Navidrome users, music collectors, and anyone with a large local music library who wants smarter playlist generation without relying on commercial streaming services.

Users who primarily listen through Spotify, Apple Music, or YouTube Music will benefit less, since AudioMuse-AI is designed for self-hosted collections rather than streaming platforms.

Final Verdict

AudioMuse-AI is one of the most innovative open source projects for self-hosted music libraries. Its AI-powered sonic analysis, intelligent playlist generation, visual music exploration, and privacy-first design offer capabilities that go well beyond traditional music management software.

Although it requires a self-hosted environment and an initial analysis period, the results are impressive. For users running Jellyfin, Navidrome, Emby, or similar platforms, AudioMuse-AI is an excellent addition that can transform how a personal music collection is explored and enjoyed.

Comments on AudioMuse-AI v2.6.0