Linux
Linux Desktop Client

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

- The file
TealstreetV3-X.X.X.AppImagewill download to your Linux machine.
X.X.X represents the current version of the client

Permissions
- Grant execute permission to the AppImage:

cd Downloads
ls
chmod +x TealstreetV3-X.X.X.AppImage
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.
./TealstreetV3-X.X.X.AppImage
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.
Running the client as root is not recommended and may fail because of sandbox restrictions. Use a normal user account whenever possible.
Tips
You can set an alias for quicker startup.
![]()
alias terminal="~/Downloads/TealstreetV3-X.X.X.AppImage"
terminal

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.