Skip to content

Installation

The quickest way to install kexsh:

Terminal window
curl -fsSL https://get.kex.sh | sh

This detects your OS and architecture, downloads the latest release binary, and places it in /usr/local/bin.

Terminal window
brew install kex22/tap/kex

Requires Rust 1.75+:

Terminal window
cargo install kex-terminal
Terminal window
kexsh --version

You should see output like:

kex-terminal 0.1.0

Head to the Quick Start to create your first terminal session.