HelpGetting started
Download Status for Linux
jorge-campo
jorge-campo
and
Fabiomorais87
on Jan 17, 2025

The Status desktop app is the best way to use Status on Linux. Take a look at the steps below to get started.

  • Status have tested the Status desktop app on Ubuntu 20.04 LTS.
  • Other Linux distributions (such as Linux Mint or Fedora) using glibc version 2.31 or newer might work, but Status has not tested them.
  • Linux distributions using glibc versions older than 2.31 may not work as expected or at all.

  1. 1
    Visit the Status website.
  2. 2
    Click
    Beta for Linux
    .
  3. 3
    Locate the file in your Downloads folder (the download file name begins with StatusIm-Desktop).
  4. 4
    Open Terminal and change the directory to your Downloads folder. Example:
     cd ~/Downloads
  5. 5
    Run the following command in your terminal to extract the tarball file:
    tar xvf StatusIm-Desktop-*.tar.gz
    info
    Replace the * with the Status app version number. For example: StatusIm-Desktop-v1.2.tar.gz.
  6. 6
  7. 7
    To launch Status, go to the directory where you have the Status app and double-click the AppImage file.

If this is the first time you run Status on your computer, check Run the Status app for the first time.

When you verify the GPG signature of the Status app, you confirm that the app has not been altered. To verify the GPG signature on Linux, you use Status app public key and the GNU Privacy Guard (or GPG) software that comes with most Linux distributions.

  1. 1
    Open Terminal and change to the directory with the Status AppImage file.
  2. 2
    Download and import the Status release public key:
    curl -s 'https://status.app/gpg/release.asc' | gpg --import
  3. 3
    Update the GPG trust database to include the Status' public key:
    echo '1DD92FFA442D4B5C85C039231A151FD0883555FE:6:' | gpg --import-ownertrust
  4. 4
    Validate the Status app GPG signature. For example, if you downloaded the Status app version 1.2, run this command:
    gpg --verify 'StatusIm-Desktop-v1.2.AppImage.asc'
  5. 5
    The GPG signature verification is successful when you can see the
    Good signature
    message. Example:
    gpg: Good signature from "status.app Release Signing (GPG key for signing status.app release builds.) <admin@status.app>" [ultimate]
Updated by
Fabiomorais87
Fabiomorais87
on Jan 17, 2025
Was this article helpful?
Every feedback takes us closer to helping you!