Skip to main content

Install desktop app on Linux

This page describes how to install the Mattermost desktop app on Linux.

Both a .deb package (Beta), and an official APT repository is available for Debian 9 and for Ubuntu releases 20.04 LTS or later. Automatic app updates are supported and enabled. When a new version of the desktop app is released, your app updates automatically.

  1. At the command line, set up the Mattermost repository on your system:
curl -fsS -o- https://deb.packages.mattermost.com/setup-repo.sh | sudo bash
  1. Install the Mattermost desktop app:
sudo apt install mattermost-desktop
  1. Update the Mattermost desktop app:
sudo apt upgrade mattermost-desktop

Snapcraft Package

A snap is available for systems that have Snapcraft installed. Snapcraft is installed by default on Ubuntu 16.04 and later, but for most other Linux distributions you can install it manually. To install Snapcraft, see Install snapd on the Snapcraft website for details.

  1. At the command line, execute the following command:
sudo snap install mattermost-desktop
  1. Run Mattermost as a desktop app.