- Fix connection hierarchy decorations not updating probably when expanding them
- Fix some issues on macOS when zsh failed to start
- Fix XPipe not falling back to sh in some cases on macOS when zsh failed to start
- Fix vscode remote open functionality using wrong app path on macOS
- Fix zsh module zsh/stat breaking some file browser functionality when enabled
- Fix tailscale refresh operations failing with an out-of-bounds error in some cases
- Fix some OS logos not showing correctly
- Fix NullPointer when launching FreeRDP
- Fix outdated manpages docs link
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.5-2"
Bash Script (Linux / MacOS)
bash <(curl -sL https://raw.githubusercontent.com/xpipe-io/xpipe/master/get-xpipe.sh) -s -v "15.5-2"