Skip to content

Releases: NeptuneHub/AudioMuse-AI

AudioMuse AI v1.0.1: Flask bugfix

17 Apr 10:39
6698a89

Choose a tag to compare

Release Date: April 17, 2026

AudioMuse AI v1.0.1 introduce bugfix to the flask container to revert the high ram load (gunicorn 2 workers was loading all the index twice).

What's Changed

Full Changelog: v1.0.0...v1.0.1

AudioMuse AI v1.0.0: Setup Wizard

17 Apr 08:33
d7d12f4

Choose a tag to compare

Release Date: April 17, 2026

AudioMuse AI v1.0.0 introduces a new Setup Wizard UI that simplifies installation and configuration by moving Application Settings into the web interface instead of environment variables.

From this version onward, the only required environment variables are only the infrastructural one related to Redis and PostgreSQL connections. All other parameters are configured during the first startup directly through the AudioMuse web page, significantly reducing setup complexity and minimizing configuration errors.

The Setup Wizard is not limited to the initial setup and can be accessed at any time from the administration menu to update settings on the fly. Each change is automatically applied by automatically restarting the Flask and Worker containers, ensuring updates take effect immediately without manual intervention.

IMPORTANT: For legacy systems, existing environment variables are automatically imported into the database during the first startup to preserve current configurations. After this migration, environment variables are no longer used except for Redis and PostgreSQL, which remain exclusively managed through env vars.

What's Changed

New Contributors

Full Changelog: v0.9.6...v1.0.0

AudioMuse AI v0.9.6: Security update - AUTH_ENABLED true by default

06 Apr 09:42
ea15e04

Choose a tag to compare

Release Date: April 6, 2026

AudioMuse AI v0.9.6 is a security update that set the env var AUTH_ENABLED to true by default. This work with this additional env var:

  1. AUDIOMUSE_USER - mandatory
  2. AUDIOMUSE_PASSWORD - mandaotry
  3. API_TOKEN - optional, only if you use an external plugin
  4. JWT_SECRET - optional

you can read more here: AUTH DOCS

If you don't want to use it (not reccommanded) you can just set AUTH_ENABLED to false.

To help this transition the .env.example and all the deployments example are updated to support this additioanl env var.

What's Changed

Full Changelog: v0.9.5...v0.9.6

AudioMuse AI v0.9.5: Mood improvement and backup functionality

05 Apr 18:04
319fbd5

Choose a tag to compare

Release Date: April 5, 2026

AudioMuse AI v0.9.5 enhances how moods are used across the app. Mood can now be selected as an input for both Similar Song and Song Alchemy, making recommendations more flexible and expressive.

A major addition in this release is the new Backup & Restore functionality, now available in the Administration menu. This sits alongside the existing Cleaning and Scheduled Tasks tools, giving you better control over system maintenance and data management.

What's Changed

Full Changelog: v0.9.4...v0.9.5

AudioMuse AI v0.9.4: Path to Happiness

04 Apr 09:53
e326fc1

Choose a tag to compare

Release Date: April 4, 2026

With AudioMuse-AI v0.9.4, we take a step further in turning your music library into a space you can actively explore rather than simply browse.

The Song Path feature has been expanded to move beyond connections between songs, now allowing you to navigate through moods such as Happy, Sad, Relaxed, Aggressive, and Danceable. This opens the possibility to shape personal journeys across your collection, tracing emotional paths and discovering new relationships within your music.

At the same time, Song Alchemy becomes more persistent and meaningful. You can now save its results as anchors, which can later be reused either as starting points for new Song Alchemy or as input for your Song Path functionality. This adds continuity to your exploration and gives you more control over how you move through your library.

Together, these improvements reinforce the vision of Music Map: your library as a world, and AudioMuse-AI as the set of instruments that allows you to navigate it in new and expressive ways.

This release also includes a minor update to Navidrome playlist creation, which are now set as public by default, making them visible across users and better suited for shared environments.

What's Changed

Full Changelog: v0.9.3...v0.9.4

AudioMuse AI v0.9.3:

16 Mar 10:51
de68ed8

Choose a tag to compare

Release Date: March 16, 2026

AudioMuse-AI v0.9.3 fixes an issue where the search functionality could fail in some edge cases. It also improves the Instant Playlist feature by enhancing the prompt with additional metadata fields such as year, album artist, and, when supported from the music server, rating.

What's Changed

  • Add album_artist, year, rating, file_path column to data layer across all providers by @rendyhd in #306
  • Fix Search over null field by @NeptuneHub in #373

Full Changelog: v0.9.2...v0.9.3

AudioMuse AI v0.9.2: minor fix

13 Mar 14:20
0243b2a

Choose a tag to compare

Release Date: March 13, 2026

AudioMuse-AI v0.9.2 introduce some minor fix

What's Changed

Full Changelog: v0.9.1...v0.9.2

AudioMuse AI v0.9.1: fix noavx2 image

13 Mar 07:26

Choose a tag to compare

Release Date: March 13, 2026

AudioMuse-AI v0.9.1 fix the noavx2 image bug #368

Full Changelog: v0.9.0...v0.9.1

AudioMuse AI v0.9.0: Distilled CLAP (DCLAP)

12 Mar 16:50
7facd26

Choose a tag to compare

Release Date: March 12, 2026

AudioMuse-AI v0.9.0 introduces the AudioMuse-AI DCLAP model, which replaces CLAP for text search functionality.
DCLAP is significantly faster and has been tested at about 5–6x faster on a Raspberry Pi 5 (8GB RAM + SSD), making semantic text search practical even on lower-power or older hardware.

As with the previous implementation, text-search embeddings can still be disabled by setting the env varCLAP_ENABLED to false.

⚠️ Important: this version requires a clean database and a new full analysis of your audio library.
Databases generated with previous versions are not compatible.

This release also replaces the MTG Essentia Musicnn model with the original Musicnn model.
The original model does not include the classification head (used for attributes such as danceability, happiness, sadness, etc.), as these are now computed using DCLAP embeddings. Additionally, the original Musicnn model is distributed under the ISC license, which is more permissive and better aligned with the goals of this project.

What's Changed

New Contributors

Full Changelog: v0.8.14...v0.9.0

AudioMuse AI v0.8.14: Fix latest tag

08 Mar 19:01
28f1c9f

Choose a tag to compare

Release Date: March 8, 2026

AudioMuse-AI v0.8.14 release is needed just to fix the latest tag that for error was moved on the model release.

Full Changelog: v0.8.13...v0.8.14