Skip to content

v1.1.2

Choose a tag to compare

@github-actions github-actions released this 14 Apr 20:06

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.74 error 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

  • Community — join us on Reddit · support on Ko-fi

Downloads

Windows
macOS Apple Silicon
macOS Intel
Linux

Files

  • Antra.exe: Windows
  • Antra-Linux.AppImage: Linux
  • Antra-macOS.dmg: macOS Apple Silicon
  • Antra-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.AppImage

If Ubuntu blocks running it from ~/Downloads, move it first:

mv ~/Downloads/Antra-Linux.AppImage ~/
cd ~
chmod +x Antra-Linux.AppImage
./Antra-Linux.AppImage
macOS 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:

  1. Open Applications
  2. Right-click Antra
  3. Click Open
  4. Click Open again in the warning dialog

Useful notes for macOS:

  • If the app still does not open, go to System Settings -> Privacy & Security and click Open Anyway if that option appears.
  • You may need to move the app out of the DMG and into Applications before opening it.
  • This build is not notarized yet, so the first-run security prompt is expected.