Current release · 0.1.4

Install Teral.
Keep it current.

Choose the package for your system. All release downloads and checksums are published on GitHub.

Open latest release

Install the package.

The Debian package lets APT resolve GTK and VTE dependencies automatically.

sudo apt install ./teral_0.1.4_amd64.deb

Use the release archive.

The portable archive expects GTK 4.12 or newer and VTE for GTK4 to already be installed.

tar -xzf teral-0.1.4-x86_64-linux.tar.gz
cd teral-0.1.4
sudo ./scripts/install.sh

No root required.

Install the release archive beneath ~/.local. Ensure ~/.local/bin is on your PATH.

PREFIX="$HOME/.local" ./scripts/install.sh

Update in place.

Close Teral first. The updater finds the latest release, verifies its checksum, installs it and removes temporary files.

teral-update

Rust, GTK4 and VTE.

Use the pinned Rust toolchain and locked dependency graph from the repository.

Arch / Omarchy dependencies
sudo pacman -S --needed base-devel gtk4 vte4 pkgconf
Build and run
git clone https://github.com/zuhaibullahbaig/teral
cd teral
cargo run --release

Optional PDF and media previews use poppler and ffmpeg. Teral remains usable without them.

LinuxLocal filesystem operations
GTK 4.12+Native interface
VTE for GTK4Quick Command terminal
x86_64Current prebuilt releases