What's Changed
Bug Fixes
- Spotify locale URLs now recognized — URLs with locale indicators (e.g.
intl-es) are parsed correctly (#1) - Spotify metadata restored — built-in TOTP-based token generation now calls Spotify's API directly, removing the dependency on third-party proxies that were offline (#2)
- Linux startup crash fixed — resolved a missing
libicudata.so.74error on Arch-based systems (e.g. CachyOS) (#6) - Apple Music analysis fixed — tracks that previously failed to analyze (e.g. Jay Chou's Sun of Son) now process correctly (#10)
- Amazon Music fixed — album and track fetching rewritten to parse schema.org JSON-LD, replacing the broken web-component scraper (#6)
- Amazon ASINs corrected — ASINs now sourced directly from Amazon Music URLs; Odesli runs before the amazon.com scraper to prevent wrong track matches (#10)
✨ New Features
-
Intel macOS support — Antra now runs on Intel-based Macs (#9)
-
In-app artist search — search for artists directly within Antra without leaving the app
-
Version Label — app version is now shown in the settings panel
Downloads
Files
Antra.exe: WindowsAntra-Linux.AppImage: LinuxAntra-macOS.dmg: macOS Apple SiliconAntra-macOS-Intel.dmg: macOS Intel
Linux install
Download Antra-Linux.AppImage, then install the WebKit dependency for your distro:
Ubuntu/Debian:
sudo apt install libwebkit2gtk-4.1-0
Arch Linux:
sudo pacman -S webkit2gtk-4.1
Fedora:
sudo dnf install webkit2gtk4.1
Then make executable and run:
chmod +x Antra-Linux.AppImage
./Antra-Linux.AppImageIf Ubuntu blocks running it from ~/Downloads, move it first:
mv ~/Downloads/Antra-Linux.AppImage ~/
cd ~
chmod +x Antra-Linux.AppImage
./Antra-Linux.AppImagemacOS install
Download the DMG for your Mac (Antra-macOS.dmg for Apple Silicon, Antra-macOS-Intel.dmg for Intel), open it, and drag Antra into your Applications folder.
On first launch, macOS may block the app with an "Apple could not verify" warning. To open it:
- Open
Applications - Right-click
Antra - Click
Open - Click
Openagain in the warning dialog
Useful notes for macOS:
- If the app still does not open, go to
System Settings -> Privacy & Securityand clickOpen Anywayif that option appears. - You may need to move the app out of the DMG and into
Applicationsbefore opening it. - This build is not notarized yet, so the first-run security prompt is expected.