Skip to content

xpipe-io/xpipe-ptb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

XPipe PTB

Here you will find XPipe PTB (Public Test Build) releases. These builds are published prior to full releases to see whether everything is production ready and contain the latest new features.

In case you're interested in trying out the PTB versions, you can easily do so without any limitations. The regular releases and PTB releases are designed to not interfere with each other and can therefore be installed and used side by side. They have different IDs/package names/bundle names/installation directories/configuration directories and do not interfere with each other in any way.

Installation

Installing the PTB release works just as with the regular releases. You can also use the built-in updating functionality to upgrade a PTB build to the next in case you are already using the installer distribution.

Installers

Portable

Install Script

Linux / MacOS

The script supports installation via apt, rpm, and pacman on Linux, plus a .pkg install on macOS:

bash <(curl -sL https://raw.githubusercontent.com/xpipe-io/xpipe/master/get-xpipe.sh) -s
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