---
title: Install iHeartRadio on Pop!_OS using the Snap Store | Snapcraft
description: Get the latest version of iHeartRadio for on Pop!_OS - Electron webapp
  for iHeartRadio
url: https://snapcraft.io/install/iheartradio/pop
---

[Canonical Snapcraft](https://snapcraft.io/)

# Install iHeartRadio on **Pop!\_OS**

# iHeartRadio

[Joshua Peisach (itzswirlz)](https://snapcraft.io/publisher/itzswirlz "View all snaps from Joshua Peisach (itzswirlz)")

* [Joshua Peisach (itzswirlz)](https://snapcraft.io/publisher/itzswirlz "View all snaps from Joshua Peisach (itzswirlz)")
* [Entertainment](https://snapcraft.io/search?categories=entertainment)
* [Music and Audio](https://snapcraft.io/search?categories=music-and-audio)

[Install](https://snapcraft.io/install/iheartradio/pop#install)

#### Electron webapp for iHeartRadio

Electron Webapp for iHeartRadio

This is a Node.js JavaScript application, but it is NOT a NPM package. This is solely for desktop use purposes.

In this application, we use the Electron Framework (<https://github.com/electron/electron>) to turn a webpage
into a webapp.

Like Spotify, you will be able to access all of iHeartRadio for Linux and MacOS.

We have the normal npm build and a Jakefile (<https://github.com/jakejs/jake>) if you wish (though I won't QA the Jakefile much).

For this example we will just use npm. To initially install the dependencies:

```
npm install
```

And it is good practice in my opinion to always check to see if any of the ~431 dependencies have updates.

```
npm audit fix
```

To run the webapp, you can run either:

```
npm start OR npm run run
```

Now we can start building. We have several build scripts but here are the most important.

Big thanks to those who work with the electron-builder (<https://github.com/electron-userland/electron-builder>) to make this a lot more easier :)

By default these build for x86/64-bit general systems such as amd64. To build an AppImage and
Snap, you can run:

```
npm run build
```

To build for Macintosh/Mac OS systems (yes there is support, this will generate a DMG):

```
npm run build-mac
```

For the sake of not wasting my time with 32-bit since support for everywhere is slowly dropping, I will only support x86 and Raspberry-Pi arm64. However electron-builder currently is doing weird stuff with arm64 builds which it shouldn't (it's setting up VM's to build which is unneccessary), so for now we will be using the 32-bit arm7l/armhf until I work with the devs to fix this problem :)

We can also use this for testing purposes. To build for armv7l/armhf:

```
npm run build-armv7l
```

I'm pretty sure Mac's dont run on ARM devices so the above only builds AppImages and Snaps.

This install script is only for linux. This is because the resulting build is a bunch of libraries which has to be installed to many locations so I simplified it and made a decent install script for it. For Mac OS/DMG's it's already bundled in so you don't have to stress about it. You can run

```
npm install-linux
```

and that'll take care of it for you.

Help is LOVELY appreciated! Fork and submit a PR. I look forward to seeing you.

This is licensed under the GNU General Public License v3+ license.

### Package name

* iheartradio

---

### License

* GPL-3.0+

---

### Last updated

* 31 October 2021 - latest/stable
* 11 May 2021 - latest/edge

This snap hasn't been updated in a while. It might be unmaintained and have stability or security issues.

---

### Websites

* [github.com/ItzSwirlz/iheartradio-webapp/](https://github.com/ItzSwirlz/iheartradio-webapp/ "https://github.com/ItzSwirlz/iheartradio-webapp/")

---

### Contact

* [itzswirlz2020@outlook.com](mailto:itzswirlz2020@outlook.com "mailto:itzswirlz2020@outlook.com")

---

##### Report a Snap Store violation

* [Report this Snap](https://snapcraft.io/install/iheartradio/pop#report-snap-modal)

---

## Enable snaps on Pop!\_OS and install iHeartRadio

Snaps are applications packaged with all their dependencies to run on all popular Linux distributions from a single build. They update automatically and roll back gracefully.

Snaps are discoverable and installable from the [Snap Store](https://snapcraft.io/store), an app store with an audience of millions.

### Enable snapd

Snap can be installed on Pop!\_OS from the command line. Open Terminal from the Applications launcher and type the following:

```
sudo apt update
sudo apt install snapd
```

Either log out and back in again, or restart your system, to ensure snap’s paths are updated correctly.

### Install iHeartRadio

To install iHeartRadio, simply use the following command:

```
sudo snap install iheartradio
```

### Other popular snaps…

[See more...](https://snapcraft.io/search?categories=featured)

[See more in Featured](https://snapcraft.io/search?categories=featured)

### More things to do…

#### [Get the snap store](https://snapcraft.io/snap-store)

Browse and find snaps from the convenience of your desktop using the snap store snap.

#### [Learn more about snaps](https://snapcraft.io/docs)

Interested to find out more about snaps? Want to publish your own application? Visit [snapcraft.io](https://snapcraft.io/) now.

[Back to top](https://snapcraft.io/install/iheartradio/pop)

© 2026 Canonical Ltd.
Ubuntu and Canonical are registered trademarks of Canonical Ltd.

Powered by [Charmed Kubernetes](https://www.ubuntu.com/kubernetes)

[Join the forum](https://forum.snapcraft.io/), contribute to or report problems with,
[snapd](https://bugs.launchpad.net/snapd),
[Snapcraft](https://bugs.launchpad.net/snapcraft),
or [this site](https://github.com/canonical/snapcraft.io/issues/new).

* [Share on Twitter](https://twitter.com/snapcraftio)
* [Share on Facebook](https://www.facebook.com/snapcraftio)
* [Share on YouTube](https://www.youtube.com/snapcraftio)

* [Terms of Service](https://ubuntu.com/legal/terms-and-policies/snap-store-terms)
* [Data privacy](https://www.ubuntu.com/legal/data-privacy)
* [Manage your tracker settings](https://snapcraft.io/install/iheartradio/pop)
* [Service status](https://status.snapcraft.io/)
* [Other functions](https://dashboard.snapcraft.io/)
* [Contact us](https://snapcraft.io/about/contact-us)
