We do not currently have a binary available for installation. However, you can build it yourself from source or install it via the AUR if you are on Arch Linux.
You can install vterm via the AUR:
yay -S vterm-gitor if you prefer paru:
paru -S vterm-gitTo build vterm on Arch Linux, you need the following dependencies:
vulkan-icd-loader(orvulkan-icd-loader-gitfrom AUR)cargo(orrust-nightly-bin,cargo-git,rustup-git,rust,rustupfrom AUR) (make)git(orgit-gitfrom AUR) (make)rustup(orrustup-gitfrom AUR) (make)vulkan-headers(orvulkan-headers-gitfrom AUR) (make)
Optional:
npm(ornpm-git,bun,denofrom AUR) (make)
To build vterm from source, you need the following dependencies:
vulkan-icd-loadercargogitjustrustupvulkan-headers
To run the binary directly, use:
cargo run
cargo run --releaseFor a highly optimized build, you have several options:
-
Using a JavaScript package manager: You can use
bun,npm,deno, or any JavaScript package manager to run the build and run commands:bun run build
-
Manually:
cargo build -Z build-std=std,panic_abort -Z build-std-features=panic_immediate_abort --release
Support for Windows is currently a work in progress. Please check back later for updates.
Support for macOS is currently a work in progress. Please check back later for updates.