macOS

The easiest way to install, is using Homebrew:

brew install MisterTea/et/et

Ubuntu

For Ubuntu, use our PPA:

sudo apt-get install -y software-properties-common
sudo add-apt-repository ppa:jgmath2000/et
sudo apt-get update
sudo apt-get install et

Debian

For Debian, use our deb repo:

echo "deb [signed-by=/etc/apt/keyrings/et.gpg] https://mistertea.github.io/debian-et/debian-source/ $(grep VERSION_CODENAME /etc/os-release | cut -d= -f2) main" | sudo tee -a /etc/apt/sources.list.d/et.list
curl -sSL https://github.com/MisterTea/debian-et/raw/master/et.gpg | sudo tee /etc/apt/keyrings/et.gpg >/dev/null
sudo apt update
sudo apt install et

If you’re using Debian 11 or older, before adding the repo, you must create the keyrings folder first:

sudo mkdir -m 0755 -p /etc/apt/keyrings

See the repo source for a list of all supported Debian versions.

Other Linux/Unix

Check out the README for instructions.

Windows

ET works under WSL (Windows Subsystem for Linux).

As long as you are running Ubuntu, you can follow the Ubuntu instructions for installation, but you must be running Ubuntu-16.04 or newer. See this issue for details.

Source Code

The source can be found on our GitHub page.