Wiki home
Common questions

Q&A

Short answers about what Amazify changes, what Amazon Music still controls, and how the installed runtime behaves.

Is Amazify an Amazon Music replacement?

No. It launches or attaches to the official Amazon Music desktop app and injects a reversible customization runtime. Amazon Music remains the player and account client.

Is Amazify affiliated with Amazon?

No. Amazify is an unofficial open-source community project.

Do downloads, notifications, and subscriptions still work?

Those features remain Amazon Music features. Amazify does not replace their implementation. Compatibility can still be affected when a plugin changes the same Amazon Music interface.

Do I need Python?

No when using AmazifySetup.exe. Python 3.10 or later is only needed for source development; the packaged release includes standalone executables.

Why does a daemon run at sign-in?

The daemon keeps launch handling ready, avoids repeating expensive setup, and reconnects more quickly. Startup is an installer option, and you can control it with the CLI.

Why does the daemon remain after Amazon Music closes?

That is expected. The daemon and Amazon Music are separate processes. Run amazify daemon stop when you want the background service to exit.

Why does SmartScreen warn about the installer?

Version 1.0.0 is not Authenticode signed. Download only from the official GitHub release and use the release SHA-256 to verify the installer.

Are stock plugins bundled?

No. The installer ships the application, not stock plugin source. Signal Studio and True Big Mode are installed from the verified GitHub-backed catalog when you choose to download them.

Are verified plugins automatically safe?

No. Verification proves package identity and integrity. Enabled plugins still execute in the Amazon Music renderer. Review third-party source and permissions before enabling it.

What happens after an Amazon Music update?

Most updates should continue to work, but Amazify relies on internal desktop interfaces and selectors. A significant Amazon Music change can temporarily break injection or individual plugins until compatibility is updated.

Where are my plugins and logs?

Plugins are under %APPDATA%\Amazify\plugins. Configuration and daemon state are under %APPDATA%\Amazify, and logs are under %APPDATA%\Amazify\logs.

Where should I report a problem?

Use GitHub issues for reproducible bugs and feature requests. Use private vulnerability reporting for security issues.

GitHub issues ยท Private security report