15.0-4
Tailscale support
You can now connect to devices in your tailnet via your locally installed tailscale commandline client. This integration supports multiple accounts as well to switch between different tailnets.
PuTTY import
You can now import saved PuTTY sessions on a system when searching for available connections. This also works for KiTTY.
Fixes
- Fix password prompts for tunneled VM SSH connections showing wrong hostname as localhost
- Fix some translations not updating when changing display language
Installers
- Windows .msi Installer (x86_64)
- Linux .deb Installer (x86_64)
- Linux .rpm Installer (x86_64)
- MacOS .pkg Installer (x86_64)
- MacOS .pkg Installer (ARM 64)
Portable
- Windows .zip Portable (x86_64)
- Linux .tar.gz Portable (x86_64)
- Linux AppImage Portable (x86_64)
- MacOS .dmg Portable (x86_64)
- MacOS .dmg Portable (ARM 64)
Install Script
Windows
powershell -ExecutionPolicy Bypass -Command iwr "https://raw.githubusercontent.com/xpipe-io/xpipe/master/get-xpipe.ps1" -OutFile "$env:TEMP\get-xpipe.ps1" ";" "&" "$env:TEMP\get-xpipe.ps1" -UseStageDownloads -XPipeVersion "15.0-4"
Bash Script (Linux / MacOS)
bash <(curl -sL https://raw.githubusercontent.com/xpipe-io/xpipe/master/get-xpipe.sh) -s -v "15.0-4"