Installation¶
Homebrew (macOS & Linux)¶
AUR (Arch Linux)¶
Winget (Windows)¶
Debian/Ubuntu (.deb)¶
Download the .deb package for your architecture from GitHub Releases:
# x86_64
sudo dpkg -i jwt-term_<version>-1_amd64.deb
# ARM64
sudo dpkg -i jwt-term_<version>-1_arm64.deb
Cargo (crates.io)¶
Pre-built Binaries¶
Download the latest release for your platform from GitHub Releases.
Download jwt-term-x86_64-pc-windows-msvc.zip, extract, and add jwt-term.exe to your PATH.
Download jwt-term-aarch64-pc-windows-msvc.zip, extract, and add jwt-term.exe to your PATH.
Building from Source¶
Requires Rust 1.91 or later.
git clone https://github.com/felipemorandini/jwt-term
cd jwt-term
cargo build --release
# Binary will be at: target/release/jwt-term
Shell Completions¶
Generate tab-completion scripts for your shell:
Supported shells: bash, zsh, fish, elvish, powershell.