Install Tessel on Ubuntu
Get Tessel running on Ubuntu Linux.
What You Need
- Ubuntu 22.04 LTS or newer
- About 100 MB of free space
- X11 display server (not Wayland)
Important: Check Your Display Server
Tessel only works with X11. To check what you're using:
echo $XDG_SESSION_TYPE
If it says wayland, you need to switch to X11:
- Log out
- Click your username
- Click the gear icon (bottom right)
- Select "Ubuntu on Xorg"
- Log in
Download Tessel
Go to gettessel.com/download and pick one:
Option A: AppImage (Easiest)
AppImage works on any Linux. No installation needed.
- Download the
.AppImagefile - Open Terminal and run:
chmod +x Tessel_*.AppImage ./Tessel_*.AppImage
Option B: Debian Package
For a proper installation:
- Download the
.debfile - Open Terminal and run:
sudo dpkg -i tessel_*.deb
Then find Tessel in your applications menu.
Missing Dependencies?
If Tessel won't start, install these:
sudo apt install libwebkit2gtk-4.1-0 libgtk-3-0 libayatana-appindicator3-1
For AppImage files, you might also need:
sudo apt install libfuse2
System Tray Icon Not Showing?
Install the AppIndicator extension:
sudo apt install gnome-shell-extension-appindicator
Then restart your computer or enable it in GNOME Extensions.
You're Done!
Try Your First Transform
- Copy some text (Ctrl+C)
- Press Ctrl+Alt+4 (Clean Text shortcut)
- Paste (Ctrl+V) - your text is now cleaned up!
Need Help?
- First Steps Guide - Learn what Tessel can do
- Linux X11 Help - Fix display issues
- Email us at support@gettessel.com