Recommended
cargo install wterminal
This is the most direct installation path.
install.sh.
cargo install wterminal
This is the most direct installation path.
curl -fsSL https://codeberg.org/letllmrun/wterminal/raw/branch/main/site/install.sh | sh
The script calls Cargo under the hood.
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.
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.