Installation
Shell script (recommended)
Section titled “Shell script (recommended)”The quickest way to install kexsh:
curl -fsSL https://get.kex.sh | shThis detects your OS and architecture, downloads the latest release binary, and places it in /usr/local/bin.
Homebrew (macOS / Linux)
Section titled “Homebrew (macOS / Linux)”brew install kex22/tap/kexBuild from source
Section titled “Build from source”Requires Rust 1.75+:
cargo install kex-terminalVerify
Section titled “Verify”kexsh --versionYou should see output like:
kex-terminal 0.1.0Next steps
Section titled “Next steps”Head to the Quick Start to create your first terminal session.