Changes in 0.5.26
- Fix occasional error in Windows OS type detection
- Disable SSH scan dialog for now as it results in only partially complete connection information
- Fix some localization strings
- Fix various small bugs
Downloads
Note that there might be some issues with Windows SmartScreen blocking the executable after downloading. If you are facing these issues, click on "More info" and then "Run anyway". You can read this StackExchange post if you want to understand why this warning pops up. There might also be some issues with Windows Defender, feel free to analyze the download on something like virustotal if you are concerned.
If you have already installed X-Pipe, this update will eventually be installed automatically.
In any other case you can download it from here:
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 .rpm Installer (x86_64)
- MacOS .pkg Installer (x86_64) (Also works for Apple Silicon)
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)
- MacOS .dmg Portable (x86_64) (Also works for Apple Silicon)
Scripts
Install X-Pipe by pasting the applicable installation command into your terminal.
This will perform the full set up by using the downloadable installers.
Bash (Linux / MacOS)
bash <(curl -sL \
https://xpipe.io/get-xpipe.sh)