Skip to content

Linux Connector

Download pre-compiled binaries for Linux from the latest release.

Download

You can download Linux portable binaries from the GitHub releases page.

Installation

Portable Version

  1. Download and extract the Linux portable binary (Termix-Linux-Portable-x.x.x.zip) from the latest release
  2. Make the binary executable:
    bash
    chmod +x termix
  3. Run the application:
    bash
    ./termix

System Installation (Optional)

You can also install Termix system-wide:

  1. Download the Linux binary
  2. Move it to /usr/local/bin/:
    bash
    sudo mv termix /usr/local/bin/termix
    sudo chmod +x /usr/local/bin/termix
  3. Run from anywhere:
    bash
    termix

Support

If you need help with Termix, you can join the Discord server and visit the support channel. You can also open an issue or open a pull request on the GitHub repo.

Distributed under the Apache License Version 2.0