Skip to content

Wezterm

WezTerm is a powerful cross-platform terminal emulator and multiplexer implemented in Rust.

Installation

You can configure your system to use that APT repo by following these steps:

curl -fsSL https://apt.fury.io/wez/gpg.key | sudo gpg --yes --dearmor -o /usr/share/keyrings/wezterm-fury.gpg
echo 'deb [signed-by=/usr/share/keyrings/wezterm-fury.gpg] https://apt.fury.io/wez/ * *' | sudo tee /etc/apt/sources.list.d/wezterm.list

Update your dependencies:

sudo apt update

Now you can install wezterm:

sudo apt install wezterm

or to install a nightly build:

sudo apt install wezterm-nightly

Troubleshooting

Install in Debian 12 error

Install from nightly.

References