Releases: NeptuneHub/AudioMuse-AI
AudioMuse AI v1.0.3: Improvement and bugfix
Release Date: April 25, 2026
AudioMuse AI v1.0.3 focuses on making the app more stable and easier for everyone to use in day-to-day work.
This release fixes issues in the dashboard where batch tasks were no correctly showing the note field, losing the information about the final status.
The CLAP search has been updated to align with the main index-based search system, creating a more unified and predictable experience across the app. This will be expecially helpfull for user with slow CPU.
We’ve also refined the backup and restore process to make it more stable especially on big dump.
Important: after the update run an analysis, 1 album is ok, in order to re-create the CLAP index.
What's Changed
- removed extra index card from dashboard by @NeptuneHub in #447
- Dashboard - Last 10 completed batch task improvement by @NeptuneHub in #448
- Backup and restore improvement by @NeptuneHub in #454
- CLAP INDEX creation for fast load - #452 by @NeptuneHub in #456
Full Changelog: v1.0.2...v1.0.3
AudioMuse AI v1.0.2: Provider Migration and multiple users
Release Date: April 20, 2026
AudioMuse AI v1.0.2 introduces several major enhancements, including Provider Migration, Multi-User Support, and a new Dashboard experience, making AudioMuse AI more flexible and easier to manage.
Provider Migration allows you to move from one supported music server to another without rescanning your entire library. While not every track can always be migrated, testing has shown that a large portion of libraries can be transferred successfully, saving significant time on re-analysis.
With Multi-User Support, AudioMuse-AI now supports multiple accounts within the integrated frontend. User roles can be separated between administrators and standard users, giving admins full system access while allowing standard users to safely use online features without access to batch jobs or system configuration.
This release also introduces a new Dashboard landing page, providing a quick overview of key library statistics and worker status at a glance.
Alongside these new features, v1.0.2 also includes multiple bug fixes and stability improvements.
What's Changed
- Feature/provider migration tool by @rendyhd in #410
- Fix timezone var to avoid root priviledge - #431 by @NeptuneHub in #432
- cosmetic fix on menu and setup by @NeptuneHub in #433
- fix submenu cosmetic by @NeptuneHub in #434
- Fix item_id collision when source and target IDs overlap (Emby <-> Lyrion) by @rendyhd in #435
- Cron logic fix - #437 by @NeptuneHub in #438
- Dashboard by @NeptuneHub in #440
- Migration - keep status on reload by @NeptuneHub in #441
- Multiple User implementation by @NeptuneHub in #446
Full Changelog: v1.0.1...v1.0.2
AudioMuse AI v1.0.1: Flask bugfix
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
- Flask bugfix by @NeptuneHub in #430
Full Changelog: v1.0.0...v1.0.1
AudioMuse AI v1.0.0: Setup Wizard
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
-
- Authentication improvement + RQ fix by @NeptuneHub in #400
- fix(ui): dark-mode restore warning and scrollable sidebar by @rendyhd in #411
- Setup Wizard UI by @NeptuneHub in #413
- Remove duplicate lines by @ballfather in #416
- refactor: mini fixes by @ballfather in #412
- fix(docker): add .gitattributes to enforce LF for container files by @rendyhd in #421
- Docker: Proper (and faster) shutdown sequence by @ballfather in #414
- Documentation update with Wizard UI instruction by @NeptuneHub in #420
New Contributors
- @ballfather made their first contribution in #416
Full Changelog: v0.9.6...v1.0.0
AudioMuse AI v0.9.6: Security update - AUTH_ENABLED true by default
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:
AUDIOMUSE_USER- mandatoryAUDIOMUSE_PASSWORD- mandaotryAPI_TOKEN- optional, only if you use an external pluginJWT_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
- Auth enabled by default by @NeptuneHub in #399
Full Changelog: v0.9.5...v0.9.6
AudioMuse AI v0.9.5: Mood improvement and backup functionality
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
- Similar song from mood by @NeptuneHub in #395
- Brust graph for mood by @NeptuneHub in #396
- Backup and restore by @NeptuneHub in #397
- mood selector improvement by @NeptuneHub in #398
Full Changelog: v0.9.4...v0.9.5
AudioMuse AI v0.9.4: Path to Happiness
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
- Revise AI model testing information in PARAMETERS.md by @rendyhd in #376
- Devel -> Main : create public playlist on navidrome - #377 by @NeptuneHub in #378
- Song Path - Added mood by @NeptuneHub in #387
- Alchemy and song path Anchor by @NeptuneHub in #389
- Avoid multiple batch task in parallel - #391 by @NeptuneHub in #393
Full Changelog: v0.9.3...v0.9.4
AudioMuse AI v0.9.3:
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
Release Date: March 13, 2026
AudioMuse-AI v0.9.2 introduce some minor fix
What's Changed
- Devel -> Main by @NeptuneHub in #369
Full Changelog: v0.9.1...v0.9.2
AudioMuse AI v0.9.1: fix noavx2 image
Release Date: March 13, 2026
AudioMuse-AI v0.9.1 fix the noavx2 image bug #368
Full Changelog: v0.9.0...v0.9.1