Linux Installation
Installation Methods
Flatpak (Recommended)
Install via flatpak:
bash
wget https://github.com/Termix-SSH/Termix/releases/latest/download/termix_linux_flatpak.flatpak
flatpak install --user termix_linux_flatpak.flatpakStart:
bash
flatpak run com.karmaa.termixUpdate:
bash
flatpak update com.karmaa.termixUninstall:
bash
flatpak uninstall com.karmaa.termixTermix is not available on the official flatpak repository. It may be available in the future.
GitHub Releases
Click on the download link below for your specific device architecture and desired installation type.
| Architecture | Type | Download Link |
|---|---|---|
| x64 | AppImage | Download |
| x64 | DEB | Download |
| x64 | Portable | Download |
| arm64 | AppImage | Download |
| arm64 | DEB | Download |
| arm64 | Portable | Download |
| armv7l | AppImage | Download |
| armv7l | DEB | Download |
| armv7l | Portable | Download |
If you’re using an executable version of Termix, run the following commands in the executable’s folder to set the correct permissions:
chmod +x termix
sudo chown root:root chrome-sandbox
sudo chmod 4755 chrome-sandboxTo start the app, run:
./termix --no-sandbox
Do not start it with sudo.
Support
If you need help or want to request a feature with Termix, visit the Issues page, log in, and press New Issue. Please be as detailed as possible in your issue, preferably written in English. You can also join the Discord server and visit the support channel, however, response times may be longer.