Noson is a free and open source Sonos controller application for Linux, MacOS and Android. Using Noson, you can browse your music library and play track or radio on any zones and manage grouping zones, queue, and playlists, and fully control the playback.
Download Noson [Linux, MacOS, Android]
How to Install Noson on Ubuntu
Noson is available as a portable AppImage, flatpak and PPA. Download Noson in .AppImage file format from the above download link and save it on your Downloads folder. Open the terminal (ctrl+alt+t) and run below commands one by one.
Note: Here “noson-latest-ubuntu-jammy-x86_64.AppImage” is the downloaded file name. You can change below commands based on your file name.
cd Downloads
sudo chmod +x ~ noson-latest-ubuntu-jammy-x86_64.AppImage
./noson-latest-ubuntu-jammy-x86_64.AppImage
Install Noson via Flatpak:
You can also install Noson via flatpak from flathub. If you don’t have then first install flatpak and flathub on your system and restart it after the installation.
sudo apt install flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
And after that open the terminal app and run below Noson flatpak install command.
flatpak install flathub io.github.janbar.noson
And open the Noson app using below command.
flatpak run io.github.janbar.noson
And you can also uninstall it using below command.
flatpak uninstall io.github.janbar.noson
Install Noson via PPA:
You can also install Noson via below Ubuntu PPA.
sudo add-apt-repository ppa:jlbarriere68/noson-app
sudo apt update
sudo apt install noson-app