>_wterminalinstall
Install

Install with Cargo, or use the same flow through install.sh.

Recommended

cargo install wterminal

This is the most direct installation path.

Installer script

curl -fsSL https://codeberg.org/letllmrun/wterminal/raw/branch/main/site/install.sh | sh

The script calls Cargo under the hood.

Install a tagged release

curl -fsSL https://codeberg.org/letllmrun/wterminal/raw/tag/v0.1.0/site/install.sh | WTERMINAL_VERSION=v0.1.0 sh

Use this when you want a reproducible install tied to a specific release tag.

Custom binary directory

curl -fsSL https://codeberg.org/letllmrun/wterminal/raw/branch/main/site/install.sh | WTERMINAL_BIN_DIR="$HOME/.local/bin" sh

Add that directory to your PATH if needed.