Search Criteria
Package Details: sone 0.14.1-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/sone.git (read-only, click to copy) |
|---|---|
| Package Base: | sone |
| Description: | Native Linux TIDAL client — lossless streaming with bit-perfect ALSA output |
| Upstream URL: | https://github.com/lullabyX/sone |
| Keywords: | 'alsa' 'audio' 'lossless' 'music' 'streaming' 'tidal' |
| Licenses: | GPL-3.0-only |
| Conflicts: | sone-bin |
| Provides: | sone |
| Submitter: | mc_klatz |
| Maintainer: | mc_klatz |
| Last Packager: | mc_klatz |
| Votes: | 2 |
| Popularity: | 1.12 |
| First Submitted: | 2026-03-08 10:46 (UTC) |
| Last Updated: | 2026-03-24 09:45 (UTC) |
Dependencies (15)
- gst-libav (gst-libav-gitAUR)
- gst-plugins-bad (gst-plugins-bad-gitAUR)
- gst-plugins-base (gst-plugins-base-gitAUR)
- gst-plugins-good (gst-plugins-good-gitAUR)
- gstreamer (gstreamer-gitAUR)
- gtk3 (gtk3-classic-xfceAUR, gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-patched-filechooser-icon-viewAUR)
- libayatana-appindicator
- libsecret
- openssl (openssl-gitAUR, openssl-staticAUR, openssl-aegisAUR)
- webkit2gtk-4.1 (webkit2gtk-4.1-imgpasteAUR)
- nodejs (nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogenAUR, nodejs-lts-iron, nodejs-lts-jod, nodejs-lts-krypton) (make)
- npm (python-nodejs-wheelAUR, npm-corepackAUR) (make)
- rust (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rustup) (make)
- alsa-plugins (alsa-plugins-gitAUR) (optional) – exclusive ALSA output (bit-perfect mode)
- gst-plugin-pipewire (gst-plugin-pipewire-gitAUR, gst-plugin-pipewire-full-gitAUR, gst-plugin-pipewire-ldacAUR) (optional) – PipeWire audio support
Latest Comments
mc_klatz commented on 2026-03-14 15:25 (UTC)
I've fixed, should be fine, thanks!
lolo543 commented on 2026-03-13 10:31 (UTC)
The app won't launch from the desktop but works fine when launched in terminal. The .desktop file has Exec=io.github.lullabyX.sone but the binary is just sone. Adding sed -i 's/^Exec=.*/Exec=sone/' "data/io.github.lullabyX.sone.desktop" in package() before the install line seems to fix it for me.