Skip to content

v0.1.5

Latest

Choose a tag to compare

@yelanxin yelanxin released this 26 Aug 21:51
· 1 commit to main since this release

Feature release of OxiTide — a high-resolution TIDAL player for Linux, written entirely in Rust.

What's new

Added

  • One-click USB authorization in the Flatpak build. The USB permission dialog now offers Authorize: it installs the udev rule on the host through a regular polkit password prompt and retries the DAC claim automatically — no terminal needed. The copy-the-command flow remains as a fallback.
  • One-line installer for every supported distribution:
    curl -fsSL https://raw.githubusercontent.com/yelanxin/OxiTide/main/install.sh | bash
    
  • Flatpak repository — install on any distribution: flatpak install --user https://flatpak.oxitide.com/oxitide.flatpakref
  • Snap Store — published to the stable channel: sudo snap install oxitide

Fixed

  • USB device selection lost after authorization. Device ids are now matched by their usb:VID:PID prefix throughout. Previously a DAC selected before authorization could reset to the default output afterwards, and playback stayed silent until the device was re-selected by hand.

Install

Quick install (picks the right package for your distribution):

curl -fsSL https://raw.githubusercontent.com/yelanxin/OxiTide/main/install.sh | bash

Or download the package for your distribution below and install it with your package manager, e.g.:

sudo apt install ./oxitide_0.1.5_amd64_debian13.deb            # Debian / Ubuntu
sudo dnf install ./oxitide-0.1.5-1.fedora.x86_64_fedora44.rpm  # Fedora
sudo pacman -U oxitide-0.1.5-1-x86_64_archlinux.pkg.tar.zst     # Arch

Arch users can also install from the AUR: yay -S oxitide-bin. Snap: sudo snap install oxitide. Flatpak: flatpak install --user https://flatpak.oxitide.com/oxitide.flatpakref

Requires a TIDAL subscription. Debian 13+, Ubuntu 24.04+, Fedora 43+, Arch, and openSUSE Tumbleweed are covered (Debian 12 is not supported).

OxiTide is proprietary freeware — free to download and use. Third-party open-source components are acknowledged in the THIRD-PARTY-NOTICES file shipped with each package.

OxiTide is an independent project and is not affiliated with or endorsed by TIDAL.