Releases: xpipe-io/xpipe
13.0.1
- Fix startup error when old legacy SSH config connections were present
VMs
- There is now support for KVM/QEMU virtual machines that can be accessed via the libvirt CLI tools
virsh
. This includes support for other driver URLs as well aside from KVM and QEMU. This integration is available starting from the homelab plan and can be used for free for two weeks after this release using the new release preview - You can now override a VM IP if you're using an advanced networking setup where the default IP detection is not suitable
- Fix remote VM SSH connections not being able to use the keys and identities from the local system
- There is now a new restart button for containers and VMs
File browser
- There is now a new option in the context menu of a tab to pin it, allowing for having a split view with two different file systems
- There is now the option to dock terminals in the file browser (this is only available on Windows for now). You can disable this in Settings -> File browser -> Terminal docking if you don't like it
- The previous system history tab is now always shown
- You can now change the default download location for the move to downloads button
Shell sessions
Many improvements have been implemented for reusability of shell sessions running in the background. Whenever you access a system or a parent system, XPipe will connect to it just as before but keep this session open in the background for some time, under the assumption that you will typically perform multiple actions shortly afterward. This will improve the speed of many actions and also results in less authentication prompts when you are using something like 2FA.
Terminals
- Closing a terminal tab/window while the session is loading will now cancel the loading process in XPipe as well
- A newly opened terminal will now regain focus after any password prompt was entered in xpipe
Security updates
There's now a new mechanism in place for checking for security updates separately from the normal update check. This is important going forward, to be able to act quickly when any security patch is published, so that all users have the possibility to get notified even if they don't follow announcements on the GitHub repo or on Discord. You can also disable this functionality in the settings if you want.
Other
- The application style has been reworked
- The settings menu now shows a restart button when a setting has been changed that requires a restart to apply
- There is now an intro to scripts to provide some more information before using scripts
- Add ability to enable agent forwarding when using the SSH-Agent for identities
- The .rpm releases are now signed
Fixes
- Fix Proxmox detection not working when not logging in as root
- Fix tunnels not closing properly when having to be closed forcefully
- Fix vmware integration failing when files other than .vmx were in the VM directories
- Fix Tabby not launching properly on Windows
- Fix SSH and docker issues with home assistant systems
- Fix git readme not showing connections in nested children categories
- Fix Windows Terminal Preview and Canary not being recognized
- Fix style issues with the mocha theme
- Fix color contrast for some themes
- Fix system dark mode changes not being applied if they were changed while XPipe was not running
Downloads
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 "13.0.1"
Bash Script (Linux / MacOS)
bash <(curl -sL https://raw.githubusercontent.com/xpipe-io/xpipe/master/get-xpipe.sh) -v 13.0.1
VirusTotal Analysis
Automated VirusTotal analysis of all artifacts:
- xpipe-installer-windows-x86_64.msi
- xpipe-installer-macos-arm64.pkg
- xpipe-installer-macos-x86_64.pkg
- xpipe-portable-macos-arm64.dmg
- xpipe-portable-macos-x86_64.dmg
- xpipe-installer-linux-arm64.rpm
- xpipe-installer-linux-x86_64.rpm
- xpipe-installer-linux-arm64.deb
- xpipe-installer-linux-x86_64.deb
- xpipe-portable-linux-arm64.AppImage
- xpipe-portable-linux-x86_64.AppImage
- xpipe-portable-windows-x86_64.zip
- xpipe-portable-linux-arm64.tar.gz
- xpipe-portable-linux-x86_64.tar.gz
Signatures
All artifacts are signed with the following gpg key: https://xpipe.io/signatures/crschnick.gpg
13.0
VMs
- There is now support for KVM/QEMU virtual machines that can be accessed via the libvirt CLI tools
virsh
. This includes support for other driver URLs as well aside from KVM and QEMU. This integration is available starting from the homelab plan and can be used for free for two weeks after this release using the new release preview - You can now override a VM IP if you're using an advanced networking setup where the default IP detection is not suitable
- Fix remote VM SSH connections not being able to use the keys and identities from the local system
- There is now a new restart button for containers and VMs
File browser
- There is now a new option in the context menu of a tab to pin it, allowing for having a split view with two different file systems
- There is now the option to dock terminals in the file browser (this is only available on Windows for now). You can disable this in Settings -> File browser -> Terminal docking if you don't like it
- The previous system history tab is now always shown
- You can now change the default download location for the move to downloads button
Shell sessions
Many improvements have been implemented for reusability of shell sessions running in the background. Whenever you access a system or a parent system, XPipe will connect to it just as before but keep this session open in the background for some time, under the assumption that you will typically perform multiple actions shortly afterward. This will improve the speed of many actions and also results in less authentication prompts when you are using something like 2FA.
Terminals
- Closing a terminal tab/window while the session is loading will now cancel the loading process in XPipe as well
- A newly opened terminal will now regain focus after any password prompt was entered in xpipe
Security updates
There's now a new mechanism in place for checking for security updates separately from the normal update check. This is important going forward, to be able to act quickly when any security patch is published, so that all users have the possibility to get notified even if they don't follow announcements on the GitHub repo or on Discord. You can also disable this functionality in the settings if you want.
Other
- The application style has been reworked
- The settings menu now shows a restart button when a setting has been changed that requires a restart to apply
- There is now an intro to scripts to provide some more information before using scripts
- Add ability to enable agent forwarding when using the SSH-Agent for identities
- The .rpm releases are now signed
Fixes
- Fix Proxmox detection not working when not logging in as root
- Fix tunnels not closing properly when having to be closed forcefully
- Fix vmware integration failing when files other than .vmx were in the VM directories
- Fix Tabby not launching properly on Windows
- Fix SSH and docker issues with home assistant systems
- Fix git readme not showing connections in nested children categories
- Fix Windows Terminal Preview and Canary not being recognized
- Fix style issues with the mocha theme
- Fix color contrast for some themes
- Fix system dark mode changes not being applied if they were changed while XPipe was not running
Downloads
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 "13.0"
Bash Script (Linux / MacOS)
bash <(curl -sL https://raw.githubusercontent.com/xpipe-io/xpipe/master/get-xpipe.sh) -v 13.0
VirusTotal Analysis
Automated VirusTotal analysis of all artifacts:
- xpipe-installer-windows-x86_64.msi
- xpipe-installer-macos-arm64.pkg
- xpipe-installer-macos-x86_64.pkg
- xpipe-portable-macos-arm64.dmg
- xpipe-portable-macos-x86_64.dmg
- xpipe-installer-linux-arm64.rpm
- xpipe-installer-linux-x86_64.rpm
- xpipe-installer-linux-arm64.deb
- xpipe-installer-linux-x86_64.deb
- xpipe-portable-linux-arm64.AppImage
- xpipe-portable-linux-x86_64.AppImage
- xpipe-portable-windows-x86_64.zip
- xpipe-portable-linux-arm64.tar.gz
- xpipe-portable-linux-x86_64.tar.gz
Signatures
All artifacts are signed with the following gpg key: https://xpipe.io/signatures/crschnick.gpg
12.3.5
- Fix terminal session logging setting not being able to deactivated after the preview was done (Sorry for the inconvenience)
- Fix shell environment scan restarting parent shell, resulting in many connections
- Fix local zsh not starting on macOS if an extension had a pending update
Next up will be XPipe 13 soon, you can already find early test builds at https://github.com/xpipe-io/xpipe-ptb
Downloads
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 "12.3.5"
Bash Script (Linux / MacOS)
bash <(curl -sL https://raw.githubusercontent.com/xpipe-io/xpipe/master/get-xpipe.sh) -v 12.3.5
VirusTotal Analysis
Automated VirusTotal analysis of all artifacts:
- xpipe-installer-windows-x86_64.msi
- xpipe-installer-macos-arm64.pkg
- xpipe-installer-macos-x86_64.pkg
- xpipe-portable-macos-arm64.dmg
- xpipe-portable-macos-x86_64.dmg
- xpipe-installer-linux-arm64.rpm
- xpipe-installer-linux-x86_64.rpm
- xpipe-installer-linux-arm64.deb
- xpipe-installer-linux-x86_64.deb
- xpipe-portable-linux-arm64.AppImage
- xpipe-portable-linux-x86_64.AppImage
- xpipe-portable-windows-x86_64.zip
- xpipe-portable-linux-arm64.tar.gz
- xpipe-portable-linux-x86_64.tar.gz
Signatures
All artifacts are signed with the following gpg key: https://xpipe.io/signatures/crschnick.gpg
12.3.4
- Update expired code signing certificates
Downloads
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 "12.3.4"
Bash Script (Linux / MacOS)
bash <(curl -sL https://raw.githubusercontent.com/xpipe-io/xpipe/master/get-xpipe.sh) -v 12.3.4
VirusTotal Analysis
Automated VirusTotal analysis of all artifacts:
- xpipe-installer-windows-x86_64.msi
- xpipe-installer-macos-arm64.pkg
- xpipe-installer-macos-x86_64.pkg
- xpipe-portable-macos-arm64.dmg
- xpipe-portable-macos-x86_64.dmg
- xpipe-installer-linux-arm64.rpm
- xpipe-installer-linux-x86_64.rpm
- xpipe-installer-linux-arm64.deb
- xpipe-installer-linux-x86_64.deb
- xpipe-portable-linux-arm64.AppImage
- xpipe-portable-linux-x86_64.AppImage
- xpipe-portable-windows-x86_64.zip
- xpipe-portable-linux-arm64.tar.gz
- xpipe-portable-linux-x86_64.tar.gz
Signatures
All artifacts are signed with the following gpg key: https://xpipe.io/signatures/crschnick.gpg
12.3.3
- Work around a Windows Terminal issue where terminal launches would fail if the Windows Terminal default profile was configured to run as administrator
- Fix terminal launches failing if local fallback shell was enabled and set to powershell
Downloads
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 "12.3.3"
Bash Script (Linux / MacOS)
bash <(curl -sL https://raw.githubusercontent.com/xpipe-io/xpipe/master/get-xpipe.sh) -v 12.3.3
VirusTotal Analysis
Automated VirusTotal analysis of all artifacts:
- xpipe-installer-windows-x86_64.msi
- xpipe-installer-macos-arm64.pkg
- xpipe-installer-macos-x86_64.pkg
- xpipe-portable-macos-arm64.dmg
- xpipe-portable-macos-x86_64.dmg
- xpipe-installer-linux-arm64.rpm
- xpipe-installer-linux-x86_64.rpm
- xpipe-installer-linux-arm64.deb
- xpipe-installer-linux-x86_64.deb
- xpipe-portable-linux-arm64.AppImage
- xpipe-portable-linux-x86_64.AppImage
- xpipe-portable-windows-x86_64.zip
- xpipe-portable-linux-arm64.tar.gz
- xpipe-portable-linux-x86_64.tar.gz
Signatures
All artifacts are signed with the following gpg key: https://xpipe.io/signatures/crschnick.gpg
12.3.2
This is a hotfix release for the 12.3 release to fix the license check being bugged when launching a terminal. Sorry for the inconvenience!
Downloads
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 "12.3.2"
Bash Script (Linux / MacOS)
bash <(curl -sL https://raw.githubusercontent.com/xpipe-io/xpipe/master/get-xpipe.sh) -v 12.3.2
VirusTotal Analysis
Automated VirusTotal analysis of all artifacts:
- xpipe-installer-windows-x86_64.msi
- xpipe-installer-macos-arm64.pkg
- xpipe-installer-macos-x86_64.pkg
- xpipe-portable-macos-arm64.dmg
- xpipe-portable-macos-x86_64.dmg
- xpipe-installer-linux-arm64.rpm
- xpipe-installer-linux-x86_64.rpm
- xpipe-installer-linux-arm64.deb
- xpipe-installer-linux-x86_64.deb
- xpipe-portable-linux-arm64.AppImage
- xpipe-portable-linux-x86_64.AppImage
- xpipe-portable-windows-x86_64.zip
- xpipe-portable-linux-arm64.tar.gz
- xpipe-portable-linux-x86_64.tar.gz
Signatures
All artifacts are signed with the following gpg key: https://xpipe.io/signatures/crschnick.gpg
12.3.1
This is a hotfix release for the 12.3 release to fix the new feature preview not working correctly with the homelab plan.
Downloads
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 "12.3.1"
Bash Script (Linux / MacOS)
bash <(curl -sL https://raw.githubusercontent.com/xpipe-io/xpipe/master/get-xpipe.sh) -v 12.3.1
VirusTotal Analysis
Automated VirusTotal analysis of all artifacts:
- xpipe-installer-windows-x86_64.msi
- xpipe-installer-macos-arm64.pkg
- xpipe-installer-macos-x86_64.pkg
- xpipe-portable-macos-arm64.dmg
- xpipe-portable-macos-x86_64.dmg
- xpipe-installer-linux-arm64.rpm
- xpipe-installer-linux-x86_64.rpm
- xpipe-installer-linux-arm64.deb
- xpipe-installer-linux-x86_64.deb
- xpipe-portable-linux-arm64.AppImage
- xpipe-portable-linux-x86_64.AppImage
- xpipe-portable-windows-x86_64.zip
- xpipe-portable-linux-arm64.tar.gz
- xpipe-portable-linux-x86_64.tar.gz
Signatures
All artifacts are signed with the following gpg key: https://xpipe.io/signatures/crschnick.gpg
12.3
Logging support
There is now the option to enable terminal session logging where all inputs and outputs of your terminal sessions are written into session log files. This is implemented via either PowerShell transcripts or the util-linux script command. Any sensitive information you type into the terminal like password prompts are not recorded. You can enable this feature in the settings menu under the new logging category.
This feature is available in the professional plan. It is also available in the community edition for two weeks after this release as a preview so that anyone interested can try it out.
Other
- Fix shell initialization loop error when printed lines were too long
- Fix exception in file browser when home path was missing
- Fix multiple exceptions when platform integration could not be started
- Fix terminal restart starting daemon if it is not running
- Fix NullPointer when enabling a service tunnel on a VM
- Fix a few StackOverflow issues when creating a script dependency loop
- Improve documentation for new VM SSH identity option to clarify where the SSH keys files are used from
- Improve error message when SSH key file could not be found
Downloads
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 "12.3"
Bash Script (Linux / MacOS)
bash <(curl -sL https://raw.githubusercontent.com/xpipe-io/xpipe/master/get-xpipe.sh) -v 12.3
VirusTotal Analysis
Automated VirusTotal analysis of all artifacts:
- xpipe-installer-windows-x86_64.msi
- xpipe-installer-macos-arm64.pkg
- xpipe-installer-macos-x86_64.pkg
- xpipe-portable-macos-arm64.dmg
- xpipe-portable-macos-x86_64.dmg
- xpipe-installer-linux-arm64.rpm
- xpipe-installer-linux-x86_64.rpm
- xpipe-installer-linux-arm64.deb
- xpipe-installer-linux-x86_64.deb
- xpipe-portable-linux-arm64.AppImage
- xpipe-portable-linux-x86_64.AppImage
- xpipe-portable-windows-x86_64.zip
- xpipe-portable-linux-arm64.tar.gz
- xpipe-portable-linux-x86_64.tar.gz
Signatures
All artifacts are signed with the following gpg key: https://xpipe.io/signatures/crschnick.gpg
12.2
- Add new rename file conflict action in file browser
- Add functionality to duplicate files when copy-pasting files onto themselves
- Add keeper commander password manager template
- Always show script action in file browser to make it more obvious to set up
- Improve some error vague messages
- This release fixes an issue on macOS where XPipe defaulted to sh instead of zsh.
There seems to be some bugs in macOS 15 where the spawning of external programs fails sometimes,
leading XPipe to believe that zsh does not work correctly.
XPipe will now no longer fall back to sh and instead fail to start,
with the hope that on the next start the process spawning issue won't occur again. - Fix macOS window getting smaller on each successive launch
- Fix tooltip dropshadows not working in webtop
- Fix XPipe not being in taskbar by default in webtop
- Fix file browser transfer progress being wrong for files < 1kb
- Show proper error when a source file gets deleted while a transfer is in progress
- Fix empty storage directory setting leading to startup crash
- Fix update script reporting syntax error on zsh
- Fix NullPointers when a script had no commands on its own
Downloads
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 "12.2"
Bash Script (Linux / MacOS)
bash <(curl -sL https://raw.githubusercontent.com/xpipe-io/xpipe/master/get-xpipe.sh) -v 12.2
VirusTotal Analysis
Automated VirusTotal analysis of all artifacts:
- xpipe-installer-windows-x86_64.msi
- xpipe-installer-macos-arm64.pkg
- xpipe-installer-macos-x86_64.pkg
- xpipe-portable-macos-arm64.dmg
- xpipe-portable-macos-x86_64.dmg
- xpipe-installer-linux-arm64.rpm
- xpipe-installer-linux-x86_64.rpm
- xpipe-installer-linux-arm64.deb
- xpipe-installer-linux-x86_64.deb
- xpipe-portable-linux-arm64.AppImage
- xpipe-portable-linux-x86_64.AppImage
- xpipe-portable-windows-x86_64.zip
- xpipe-portable-linux-arm64.tar.gz
- xpipe-portable-linux-x86_64.tar.gz
Signatures
All artifacts are signed with the following gpg key: https://xpipe.io/signatures/crschnick.gpg
12.1
- Add new actions in file browser to compress/uncompress zip/tar/tar.gz/7z
- Implement various performance improvements for lower-end systems
- Add dropdown to quickly select SSH key files that are already synced via git
- Add option to change SSH port for VM connections
- Improve category display on the left for large amounts of connection categories
- Add ability to fill in missing git author data within xpipe
- Fix file chooser dialog not closing
- Fix file browser locking previously visited directories, preventing their deletions
- Fix some systems being mistakenly identified as Proxmox PVE systems
- Fix connection counts not being updated when moving connections across categories
- Fix a few NullPointers
Downloads
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 "12.1"
Bash Script (Linux / MacOS)
bash <(curl -sL https://raw.githubusercontent.com/xpipe-io/xpipe/master/get-xpipe.sh) -v 12.1
VirusTotal Analysis
Automated VirusTotal analysis of all artifacts:
- xpipe-installer-windows-x86_64.msi
- xpipe-installer-macos-arm64.pkg
- xpipe-installer-macos-x86_64.pkg
- xpipe-portable-macos-arm64.dmg
- xpipe-portable-macos-x86_64.dmg
- xpipe-installer-linux-arm64.rpm
- xpipe-installer-linux-x86_64.rpm
- xpipe-installer-linux-arm64.deb
- xpipe-installer-linux-x86_64.deb
- xpipe-portable-linux-arm64.AppImage
- xpipe-portable-linux-x86_64.AppImage
- xpipe-portable-windows-x86_64.zip
- xpipe-portable-linux-arm64.tar.gz
- xpipe-portable-linux-x86_64.tar.gz
Signatures
All artifacts are signed with the following gpg key: https://xpipe.io/signatures/crschnick.gpg