- Add ability to launch custom terminal-based editors in the custom editor settings. This makes it much easier to use editors like nano or vim
- Fix PowerShell-based shell sessions freezing after some time due to a wrong $ErrorActionPreference. This issue especially broke local machine shell sessions on Windows system with PowerShell being the default shell
- Fix VNC connections with 24-bit color depths getting rendered with switched colors
- Fix SSH key permissions being changed to 400 even if the key had compatible permissions
- Fix SSH askpass failing for portable installations in a directory with non-ASCII characters due to an OpenSSH bug
- Fix random ConcurrentModificationExceptions breaking the gui layout
- Fix file browser download box buttons being usable and potentially misleading while a download was in progress
- Fix startup error when process information access was blocked on Windows
- Fix SSH config connections not allowing to specify an inline identity username
- Fix SSH config connections not applying username specified for the identity
- Fix SSH config parse error when all connections were set to be a tsh ProxyCommand
- Fix LXD unsupported flag errors frequently showing up when searching for connections
- Fix various rendering issues with svg icons
- Fix errors when pressing undo or pasting into a port integer text field
- Fix terminal logging staying enabled after showing notice that it is not available
- Fix connection icon selection not working well with keyboard
- Fix some directories failing to show in file browser on Windows systems
- Fix directories failing to open in native file manager in the webtop container
- Fix application window always taking focus after starting up
- Fix many chinese translations
Downloads
All artifacts are signed by Christopher Schnick (2E21 05AB FDBA C0EB)
Installers
Installers are the easiest way to get started and they come with an automatic updater functionality. They can also be used to upgrade an existing installation to a newer version. The following installers are available:
- Windows .msi Installer (x86_64)
- Linux .deb Installer (x86_64)
- Linux .deb Installer (arm64)
- Linux .rpm Installer (x86_64)
- Linux .rpm Installer (arm64)
- MacOS .pkg Installer (x86_64)
- MacOS .pkg Installer (arm64)
Portable
If you don't like installers, you can also use portable versions that are packaged as an archive. The following portable versions are available:
- Windows .zip Portable (x86_64)
- Linux .tar.gz Portable (x86_64)
- Linux .tar.gz Portable (arm64)
- Linux AppImage Portable (x86_64)
- Linux AppImage Portable (arm64)
- MacOS .dmg Portable (x86_64)
- MacOS .dmg Portable (arm64)
Install Script
Install XPipe by pasting the installation command into your terminal. This will perform the full setup automatically.
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" -XPipeVersion "15.8"
Bash Script (Linux / MacOS)
bash <(curl -sL https://raw.githubusercontent.com/xpipe-io/xpipe/master/get-xpipe.sh) -v 15.8