github xpipe-io/xpipe 12.2

9 hours ago
  • 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:

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:

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:

Signatures

All artifacts are signed with the following gpg key: https://xpipe.io/signatures/crschnick.gpg

Banner

Don't miss a new xpipe release

NewReleases is sending notifications on new releases.