github xpipe-io/xpipe 12.3

latest releases: 12.3.2, 12.3.1
8 hours ago

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:

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.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:

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.