HelpGetting started
Download Status for Linux
jorge-campo
on Jul 24, 2024

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

  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
on Jul 24, 2024
Was this article helpful?
Every feedback takes us closer to helping you!