A single static binary with no dependencies. Install once, connect to any of your registered machines from any terminal.
Linux / macOS
curl -sSL https://get.webxterm.me/cli | shWindows (PowerShell)
iwr https://get.webxterm.me/cli.ps1 | iexQuick connect
vsay-shell-cli connect <machine-name>vsay-shell-cli login <URL>Authenticate with your WebXTerm backend. Prompts for email and password. Stores credentials in ~/.vsay-shell-cli/config.json.
vsay-shell-cli login https://console.webxterm.mevsay-shell-cli listList all registered machines with their name, online/offline status, OS, and CPU architecture.
vsay-shell-cli lsvsay-shell-cli connect <name>Open an interactive PTY terminal session to the named machine over WebSocket tunneling. Full color and Unicode support.
vsay-shell-cli connect prod-server-01vsay-shell-cli delete <name>Remove a machine entry from your account. The agent on the machine is not uninstalled — only the registration is deleted.
vsay-shell-cli delete staging-k8svsay-shell-cli statusShow current authentication status — logged-in user, backend URL, and credential validity.
vsay-shell-cli statusvsay-shell-cli logoutClear all saved credentials from the local config file. You'll need to run login again to reconnect.
vsay-shell-cli logoutvsay-shell-cli versionPrint the installed CLI version. Use this to check if you're running the latest release.
vsay-shell-cli versionLinux
amd64 · arm64
macOS
Intel · Apple Silicon
Windows
amd64
One command to install. One command to connect. No configuration files, no SSH keys to manage.
curl -sSL https://get.webxterm.me/cli | sh