github xpipe-io/xpipe-ptb 15.2-2

latest releases: 19.0-9, 19.0-8, 19.0-7...
8 months ago
  • Add ability to launch connections from the command-line with the xpipe launch command. Assuming that the xpipe executable is in the PATH, you can run xpipe 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

Portable

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"

Don't miss a new xpipe-ptb release

NewReleases is sending notifications on new releases.