- Add ability to launch connections from the command-line with the
xpipe launchcommand. Assuming that thexpipeexecutable is in the PATH, you can runxpipe launch <connection name>to open a shell session in an existing terminal session - Add support for cursor, windsurf, and trae editor
- Add support for cosmic-term in the new cosmic desktop environment
- Fix terminal restart failing with a wrong secret message
- Fix git sync test failing with no clear message when git wasn't installed
- Fix podman container state being wrong on refresh
- Fix some connection states not showing when first added
- Fix vmware connections requiring setting VM encryption password that was hidden
- Fix recognition of Hetzner Storage Box systems
- Fix tailscale translations
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.2-2"
Bash Script (Linux / MacOS)
bash <(curl -sL https://raw.githubusercontent.com/xpipe-io/xpipe/master/get-xpipe.sh) -s -v "15.2-2"