Linux
Installation Methods
Flatpak (Recommended)
Install via flatpak:
wget https://github.com/Termix-SSH/Termix/releases/latest/download/termix_linux_flatpak.flatpak
flatpak install --user termix_linux_flatpak.flatpak
Start:
flatpak run com.karmaa.termix
Update:
flatpak update com.karmaa.termix
Uninstall:
flatpak uninstall com.karmaa.termix
Termix 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-sandbox
To start the app, run:
./termix --no-sandbox
Do not start it with sudo.
AUR
Can be found here. May not always be up-to-date.
Example install command:
yay -S termix-bin