Prebuilt binaries for the xtunel
CLI. Built and published automatically by CI in the xtunel-client repo.
Grab the latest build from the Releases page, or directly:
| Platform | Download |
|---|---|
| Linux x86_64 | xtunel-x86_64-unknown-linux-musl.tar.gz |
| Linux aarch64 | xtunel-aarch64-unknown-linux-musl.tar.gz |
| macOS (Apple Silicon) | xtunel-aarch64-apple-darwin.tar.gz |
| macOS (Intel) | xtunel-x86_64-apple-darwin.tar.gz |
| Windows x86_64 | xtunel-x86_64-pc-windows-msvc.zip |
# macOS / Linux
curl -fsSL https://xtunel.app/install.sh | bash# Windows (PowerShell)
irm https://xtunel.app/install.ps1 | iexREM Windows (cmd)
curl -fsSL https://xtunel.app/install.cmd -o install.cmd && install.cmd && del install.cmdThe installer detects your OS/arch, downloads the matching release below, and
installs xtunel to ~/.local/bin (%LOCALAPPDATA%\xtunel\bin on Windows),
adding it to your PATH. Override with XTUNEL_VERSION / XTUNEL_INSTALL_DIR.
The scripts live in this repo: install.sh ·
install.ps1 · install.cmd.
Then log in and start a tunnel — see the CLI docs.