Skip to main content

Linux


Linux Desktop Client

Linux

This page covers downloading and running the Tealstreet Desktop Client on Linux.

  • Go to the Tealstreet download page to download the desktop client.

  • Select the "Download for Linux" Option to automatically start your download

Download-Linux

  • The file TealstreetV3-X.X.X.AppImage will download to your Linux machine.
note

X.X.X represents the current version of the client

Setup


Permissions

  • Grant execute permission to the AppImage:

chmod

cd Downloads
ls
chmod +x TealstreetV3-X.X.X.AppImage
caution

Ubuntu users may sometimes require an additional step, they might need to install the FUSE package

sudo apt-get install fuse
  • You should now be able to run Tealstreet. AppImage runs as a portable application, so no full installer flow is required.

appstart

./TealstreetV3-X.X.X.AppImage
note

If you start Tealstreet and it does not load and you are unsure why please try launching it from the terminal so the console can provide additional debugging information. Also please feel free to reach out to us if you have any questions.

caution

Running the client as root is not recommended and may fail because of sandbox restrictions. Use a normal user account whenever possible.


Tips

tip

You can set an alias for quicker startup.

alias

alias terminal="~/Downloads/TealstreetV3-X.X.X.AppImage"
terminal

Tealstreet-Zoom

tip

You can Zoom the Tealstreet window in and out by clicking the zoom buttons:

You can also use the keyboard shortcut Ctrl + to achieve the same effect.