Installation
Platform Support
- ✅ Linux — Fully supported
- 🔄 macOS — Coming soon
- 🔄 Windows — Coming soon (WSL2)
Shell script (Linux)
Section titled “Shell script (Linux)”The quickest way to install kexsh on Linux:
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 (Linux)
Section titled “Homebrew (Linux)”brew install kex22/tap/kexshBuild from source
Section titled “Build from source”Requires Rust 1.75+:
cargo install kexshmacOS & Windows
Native macOS and Windows support is under development. For Windows, you can use WSL2 in the meantime.
Verify
Section titled “Verify”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/kexshBuild from source
Section titled “Build from source”Requires Rust 1.75+:
cargo install kexshVerify
Section titled “Verify”kexsh --versionYou should see output like:
kexsh 0.1.0Next steps
Section titled “Next steps”Head to the Quick Start to create your first terminal session.