Skip to main content

Your submission was sent successfully! Close

Thank you for signing up for our newsletter!
In these regular emails you will find the latest updates from Canonical and upcoming events where you can meet our team.Close

Thank you for contacting us. A member of our team will be in touch shortly. Close

  1. Blog
  2. Article

David Callé
on 4 May 2017

Discord is now available as a snap for Ubuntu and other distributions


There’s a new desktop snap in the Snap store: Discord.

Ever heard of Discord?

Within 1.5 years of its launch Discord has become an almost mandatory tool for gamers. Adoption has been wild, from streaming to a Twitch account to voice calls to sync up on gaming tactics. But Discord can also be used as a VoIP replacement and has been praised for the crystal clear quality of its audio calls.

To install Discord as a snap:

sudo apt install snapd-xdg-open
sudo snap install discord

Just like the user growth has been amazing, the technology behind Discord is rather exciting. In particular they get their backend to work hard to make the load on the clients as light as possible. But Discord’s approach on the client is not too dissimilar to what you would find on Google Hangout or Skype. Just like them, they use webRTC to do voice or video communication. Just like Skype they package their application using Electron, the web framework to build cross-platform applications.

So why does it make sense to have Discord packaged as a snap? Snaps mean simple installation and update management with no need to worry about dependencies. It also means that when the software vendors make them available, it’s easier to access the beta version of their app or even daily builds.

The “latest and greatest” release everywhere

For app developers snapping your Electron applications for Linux users means building one snap that works on all the major Linux distributions, with support for more distributions growing at the time. User install documentation can be simplified and your application will be discoverable by millions of Linux users in the Software Center.

Application developers are in complete control of the publishing and release of their software, it drastically simplifies support as they can control the version of the app being consumed. Once a snap is installed, it will automatically be kept up to date, with install metrics available from the snap store. No more having to maintain old versions or asking users to update first before reporting bugs.

Wondering what Discord looks like on some other snap enabled distributions? Here you go:

The Discord snap running on openSUSE Leap 42.2.

The Discord snap running on Fedora 25.

Related posts


Aaron Prisk
12 March 2025

Among the waves: Plucky Puffin

Desktop Article

Not to be confused with the titular Linux mascot and seabird cousin, the penguin, puffins are another distinctively colorful and whimsical nautical avian. Over the centuries, these beaky birds have been given numerous nicknames and monikers like the “sea parrot” and the harlequinesque appearance of their facial feathers has earned them th ...


Stefano Fioravanzo
3 March 2025

Experiment Tracking with MLFlow in Canonical’s Data Science Stack

Desktop Article

Welcome back, data scientists! In my previous post, we explored how easy it is to set up a machine learning environment with Canonical’s Data Science Stack (DSS) and run your first model using Hugging Face’s Smol Course. Today, let’s take it a step further with experiment tracking. Experimentation is at the heart of data science, ...


Jean-Baptiste Lallement
5 February 2025

Ubuntu available in Microsoft’s new WSL distribution format

Desktop Article

New format in Windows Subsystem for Linux makes adoption easier in enterprise environments by enabling image customization and deployments at scale ...