Skip to content

Installation

Platform Support

  • Linux — Fully supported
  • 🔄 macOS — Coming soon
  • 🔄 Windows — Coming soon (WSL2)

The quickest way to install kexsh on Linux:

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/kexsh

Requires Rust 1.75+:

Terminal window
cargo install kexsh

macOS & Windows

Native macOS and Windows support is under development. For Windows, you can use WSL2 in the meantime.

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/kexsh

Requires Rust 1.75+:

Terminal window
cargo install kexsh
Terminal window
kexsh --version

You should see output like:

kexsh 0.1.0

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