3 Easy Ways To Install Discord On Raspberry Pi

1. Install Discord Using the Terminal:

The easiest way to install Discord on your Raspberry Pi is to use the terminal. To do this, open the terminal and type in the following command:

sudo apt-get install discord

This will install the latest version of Discord on your Raspberry Pi.

2. Install Discord Using the Web Browser:

You can also install Discord on your Raspberry Pi using the web browser. To do this, open the web browser and go to the Discord website. Then, click on the “Download” button and select the “Linux” option. This will download the Discord installation package.

Once the download is complete, open the terminal and type in the following command:

sudo dpkg -i discord-*.deb

This will install Discord on your Raspberry Pi.

3. Install Discord Using the Raspberry Pi Store:

The Raspberry Pi Store is a great place to find and install applications for your Raspberry Pi. To install Discord using the Raspberry Pi Store, open the store and search for “Discord”. Then, click on the “Install” button and follow the on-screen instructions. This will install Discord on your Raspberry Pi.

Discord is an app that has been trending in the last few years, especially since the 2020 pandemic, with everyone at home looking for communication tools. I started using it maybe 5 years ago, and it was mostly oriented for gamers. Now, it’s more broad and many creators, editors and individuals are using it to connect their community. It’s available on Linux, but not on ARM architectures like the Raspberry Pi, so how can you install it?

The easiest way to install discord on a Raspberry Pi is to use Pi-Apps. Discord is available in this tool, under the Internet category, and can be installed with one click.

It’s not the only option, but it’s the easiest way, especially if you already have Pi-Apps installed on your system. Don’t worry, I’ll explain how to install it, and show you two other options if you don’t want to use Pi-Apps.

If you’re looking to quickly progress on Raspberry Pi, you can check out my e-book here. It’s a 30-day challenge where you learn one new thing every day until you become a Raspberry Pi expert. The first third of the book teaches you the basics, but the following chapters include projects you can try on your own.

1 – Install Discord with Pi-Apps

Pi-Apps is a tool I already discussed a few times on this website and in my course. The goal is to make your life easier when it comes to installing new applications on Raspberry Pi OS.

Installing applications listed in the Raspberry Pi OS repository is not intuitive, but it’s doable with a bit of practice (I have a complete guide about that). However, installing other applications that may work on your device, but aren’t directly supported, is a nightmare for beginners.

Pi-Apps tries to address this issue and provides a nice interface to install them in a few clicks. It’s like an app store for Raspberry Pi OS. Discord is listed in this tool, so we’ll first install Pi-Apps on your system, and then use it to install Discord for you.

  • Open a terminal or an SSH connection to your device.
  • Type this command in the terminal:
    wget -qO- https://raw.githubusercontent.com/Botspot/pi-apps/master/install | bash
  • That’s it, Pi-Apps is installed, and you can now start it from the main menu (under Accessories > Pi-Apps).

Are you a bit lost in the Linux command line? Check this article first for the most important commands to remember, and a free downloadable cheat sheet so you can have the commands at your fingertips.

Pi-Apps was created for Raspberry Pi OS, but it should work on most Debian and Ubuntu-based distributions. So, even if you aren’t using Raspberry Pi OS, you should give it a try. It’s pre-installed on Twister OS, for example.

Apps are sorted by category, but you can also list them all or use the search engine to find Discord in the list. It should be under the “Internet” category:

Select Discord in Pi-Apps, and click on the “Install” button in the bottom-right corner.
A terminal screen will show up, and Pi-Apps will do everything for you. Wait a few seconds, and Discord will then be available on your system.

You can find Discord in the main menu, under the “Internet” category (it might be named “WebCord”).
Click on it to open the Discord app, it should look like this:

From there, follow the same steps as on any device to log in or create an account.
If you already have Discord connected to your phone, you can use the QR Code to log in directly.

2 – Install WebCord

Even if Pi-Apps is very convenient and will save you a lot of time with each new application you won’t install manually, there is nothing magical. Pi-apps is just a collection of commands and scripts to install an app already available for Raspberry Pi.

When you choose to install Discord with Pi-Apps, behind the scenes, the script will download the latest version of WebCord, a project created to run Discord on ARM platforms, with a lighter and open application (basically, it’s only a web view with a few additions).

The main reason for the existence of WebCord has previously been to create a usable ARM alternative, but nowadays it’s development is more focused on making it a more open alternative to the Discord client, which would be both customisable and improving in some aspects like security and privacy.

WebCord

Anyway, installing it manually (without Pi-Apps) is not complicated. There is an arm64 version (if you use Raspberry Pi OS 64 bits) or an armhf package in other cases. Here is how to install it in a few clicks:

  • Go to the WebCord project on GitHub.
  • Scroll down a bit, to find the assets corresponding to the latest version:
  • Click on the link corresponding to your system version.
    The “armhf” version should work on any Raspberry Pi. “arm64” is limited to Raspberry Pi OS 64-bit.
  • Your browser will download the file to your system. Click on it when it’s ready.
    A pop-up window will show up, asking for confirmation to install the file:

    Click on “Install” to start the installation.
  • A few seconds later, WebCord is installed, and available in the main menu, under the “Internet” category:

In the end, the result is the same as with Pi-apps, and it wasn’t that complicated as I gave you all the steps. Pi-Apps is great to save time as you don’t have to find the installation procedure yourself, but there is always a way to do it manually.

This solution will also work on more distributions, as there are packages available for almost any system (there is an RPM package for Fedora, for example). You can even compile it from the source if your distribution is not supported.

If you are looking for exclusive tutorials, I post a new course each month, available for premium members only. Join the community to get access to all of them right now!

3 – Use Discord in a web browser

Finally, the last option is just to use Discord in Chromium, or in your favorite web browser. The app is great to have all the benefits of Discord on your Raspberry Pi (more options are available with the app, but they are not essential).

If you want something light (especially on an older Raspberry Pi model), you can just go to discord.com/login and sign in from there.
It won’t start automatically on boot, it won’t detect the game you are playing and you may have issues with notifications, but if you rarely use it to send files or messages to a friend, it’s not a big deal.

Here is what Discord looks like when opened in Chromium directly:

It’s the same window as in WebCord (whether you are installing it manually or with Pi-apps). And the screen once connected is similar too.

I would use WebCord if I use my Raspberry Pi as a desktop PC replacement, but just login to my web browser to send a message, screenshot, or file to someone concerning a project I’m doing on my Raspberry Pi.

In the end, you have the choice, and you now know the 3 ways to install Discord on Raspberry Pi.
Ready to try interacting with it in Python? Check this article to learn how to create a bot for Discord.

Additional Resources

Not sure where to start?
Understand everything about the Raspberry Pi, stop searching for help all the time, and finally enjoy completing your projects.
Watch the Raspberry Pi Bootcamp course now.

Master your Raspberry Pi in 30 days
Don’t want the basic stuff only? If you are looking for the best tips to become an expert on Raspberry Pi, this book is for you. Learn useful Linux skills and practice multiple projects with step-by-step guides.
Download the e-book.

VIP Community
If you just want to hang out with me and other Raspberry Pi fans, you can also join the community. I share exclusive tutorials and behind-the-scenes content there. Premium members can also visit the website without ads.
More details here.

Need help building something with Python?
Create, understand, and improve any Python script for your Raspberry Pi.
Learn the essentials step-by-step without losing time understanding useless concepts.
Get the e-book now.

You can also find all my recommendations for tools and hardware on this page.

3 Easy Ways To Install Discord On Raspberry Pi

Discord is a popular voice and text chat platform used by gamers and non-gamers alike. It is a great way to stay connected with friends and family, and it can also be used for business purposes. If you have a Raspberry Pi, you can install Discord on it and use it to communicate with your friends and colleagues. Here are three easy ways to install Discord on Raspberry Pi.

1. Use the Raspbian Package Manager

The easiest way to install Discord on Raspberry Pi is to use the Raspbian package manager. This is a command-line tool that allows you to install, update, and remove packages from your Raspberry Pi. To install Discord, open a terminal window and type the following command:

sudo apt-get install discord

Once the installation is complete, you can launch Discord by typing the following command:

discord

2. Use the Snap Store

The Snap Store is an online repository of applications for Raspberry Pi. It contains a wide range of applications, including Discord. To install Discord from the Snap Store, open a terminal window and type the following command:

sudo snap install discord

Once the installation is complete, you can launch Discord by typing the following command:

discord

3. Use the Discord AppImage

The Discord AppImage is a self-contained application that can be used to install Discord on Raspberry Pi. To install Discord using the AppImage, open a terminal window and type the following command:

wget https://discordapp.com/api/download?platform=linux&format=AppImage

Once the download is complete, you can launch Discord by typing the following command:

./Discord-*.AppImage

These are three easy ways to install Discord on Raspberry Pi. With Discord installed, you can stay connected with your friends and colleagues, no matter where you are.

Jaspreet Singh Ghuman

Jaspreet Singh Ghuman

Jassweb.com/

Passionate Professional Blogger, Freelancer, WordPress Enthusiast, Digital Marketer, Web Developer, Server Operator, Networking Expert. Empowering online presence with diverse skills.

jassweb logo

Jassweb always keeps its services up-to-date with the latest trends in the market, providing its customers all over the world with high-end and easily extensible internet, intranet, and extranet products.

Contact
San Vito Al Tagliamento 33078
Pordenone Italy
Item added to cart.
0 items - 0.00
Open chat
Scan the code
Hello 👋
Can we help you?