# How to Stream Apple Music on Linux with Cider

**URL:** https://www.compsmag.com/blogs/how-to-stream-apple-music-on-linux-with-cider/
**Author:** Ayushi Chauhan
**Published:** 2022-11-07
**Updated:** 2022-11-07
**Categories:** Blogs
**Tags:** Android Guides, Apple Guides, Blogs Daily, Computer Guides, Computers Tips and Tutorials, guiderobert, Guides and Tutorials, guiding12, How To Guide, How To Guides, Linux Guides, Originals How to, Tips, Tricks, Windows Tips
**Reading Time:** 5 min

---

Today, In this article you will learn how to **Stream Apple Music on Linux with Cider.** Cider is a cross-platform Apple Music client that was created with the goal of eschewing Apple’s restrictions and providing customers with an unrestricted and more useful user experience. It boasts a sleek, contemporary UI that is even customizable and appears lot cleaner than Apple Music’s. Cider is a Vue.js and Electron application that uses the Music Kit (Apple Music API) and a few other APIs and SDKs.

It is freely usable and is compatible with Windows, Linux, and macOS. The majority of systems, including Apple’s, Windows, and Android, all offer Apple Music. However, Apple Music and iTunes are not available on Linux. If you subscribe to Apple Music and use Linux for your PC, your only option for listening to music is to use the web player for Apple Music. But as you may already be aware, the experience falls well short of perfection. Developers created Cider, an open-source Apple Music client for Linux, to address this issue. We mentioned below are the steps to stream Apple Music on Linux with Cider.

## Steps to stream Apple Music on Linux with Cider

### Installing Cider on Linux

On Linux, the Cider application has excellent support and can be downloaded as a DEB package, is in the AUR, and is also offered as a Snap and a Flatpak package. You’ll need a terminal window to get the Cider app working on your Linux PC. You can open up a terminal window on the Linux desktop by pressing**Ctrl + Alt + T** on the keyboard. Alternatively, search for “Terminal” in the app menu and launch it.

With the terminal window open and ready to use, the installation of Cider can begin. Follow the installation instructions below that correspond with the Linux OS you use.

#### Ubuntu

If you use Ubuntu, you’ll need to**download the latest DEB package** from the official website. Using the wget download command below, grab Cider for Ubuntu. The DEB package will save to your home directory.

> wget

After downloading the package to your computer, you can **install** it on Ubuntu using the apt install command below.

> sudo apt install ./cider_1.4.7-beta.2634_amd64.deb

#### Debian

Those on Debian will need to**download the Cider DEB package** to their computer to install Cider. Using the wget downloader command below, grab the latest DEB release of the Cider app. Wget will place the file in your home directory.

> wget

Once the DEB package is downloaded to your Debian Linux system, you’ll be able to **install** it on your system using the apt-get install command down below.

> sudo apt-get install ./cider_1.4.7-beta.2634_amd64.deb

#### Arch Linux

If you wish to use Cider on Arch Linux, you must first install the Trizen AUR helper. This program makes setting up packages from the Arch User Repository much easier.

Using the commands below, **set up Trizen** on your PC.

> sudo pacman -S git base-develgit clone
> cd trizen/makepkg -sri

With the Trizen AUR helper set up on your Arch Linux system, you can easily**install the Cider Apple Music** client from the AUR using the **trizen -S** command.

> trizen -S cider

#### Fedora/OpenSUSE

It is possible to download the Cider DEB package and convert it to an RPM package using Alien on Fedora and SUSE. However, we highly suggest you follow the **Snap or Flatpak installation** instructions instead if you wish to use Cider.

#### Snap

To install the Cider app as a Snap package on your computer, first ensure that you have the **Snap runtime set up** on your computer. Once you do, you can install it using the snap install command.

> sudo snap install cider –edge

#### Flatpak

To set up Cider as a Flatpak on your computer, start by**enabling the Flatpak runtime** on your computer. After that, run the two flatpak commands to get the app working on your system.

> flatpak remote-add –if-not-exists flathub
> flatpak install flathub sh.cider.Cider

### Listen to Apple Music on Linux with Cider

**Step 1:** Find the “**Sign in with your Apple ID**” window that Cider opens, and type in your Apple ID. Select “Forgot Apple ID or password” if you’ve forgotten your ID.

**Step 2:** After entering your Apple ID, you’ll be asked to **enter your two-factor activation code**. Do so to **continue**.

**Step 3:** Once you **log into Cider,** you’ll start to see suggested songs load. If you do not see anything, wait a minute. Or, **restart** the program and try logging in again.

**Step 4:** After logging into Cider, **find the search box and click on it with the mouse**. Then, type in the name of the song, band, or album you wish to listen to. Press **Enter **on the keyboard to view results.

**Step 5:** Look through the search results in Cider for what you want to listen to. **Select the play icon** to start up the song when you’ve found it. Alternatively, select “**Songs**,” “**Albums**,” “**Artists**,” “**Videos**,” or “**Podcasts**” in the Cider sidebar to listen to music that way.

## Final Words

We hope you like our article on how to Stream Apple Music on Linux with Cider. Similar to Spotify, Apple Music is a subscription-based music streaming service with over 90 million songs available. It has a tone of features, such as offline listening for times when you’re not connected, and it collects all of your music in one location, even CD-ripped tracks. Along with live radio stations, Apple Music also has Siri integration, allowing you to operate the majority of its features using voice commands.

---

*End of Article*