Skip to content

v1.1.5

Choose a tag to compare

@github-actions github-actions released this 06 May 03:25

What's New

  • Animated Logo — new circuit-board "A" logo with orbiting service icons (Spotify, Apple Music, Amazon, Tidal, Deezer, and more) on the welcome screen
  • Streamlined Setup — the first-run screen now shows only the folder picker; everything else lives in dedicated panels
  • Folder Structure Panel — new 📁 nav button opens Library Mode, Folder Structure, and Filename Format settings
  • Settings Focused — ⚙️ settings trimmed to API key, failed-track retries, and sources
  • New Source Adapters — Deezer, Tidal, and Qobuz mirror adapters; YouTube via yt-dlp
  • Core Engine Improvements — resolver, organiser, tagger, and transcoder improvements across the board
  • Community — join us on Telegram · 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.