Releases: xpipe-io/xpipe-ptb
17.0-6
Note: This release includes all features for XPipe 17 with barely any testing. This means that you should not use this build for any kind of production use yet. It is mostly for internal testing. Once the PTB branch is stable enough for normal usage, this note will be removed.
XPipe 17 is a large-scale rework of many existing parts of XPipe. It focuses on fixing many longstanding issues and limitations, so that future updates can easily bring new integrations without having to deal with that baggage.
Actions
There is now a new action system, which maps most UI actions to fixed schemas. Essentially, this means that you can now automate almost any action you can perform from the UI via desktop shortcuts, URLs, HTTP API calls, and more. You can configure action shortcuts with the new action configuration dialog and control how to call the action from it.
Furthermore, it is also now possible to control how all of these actions are run. For production systems, for example, you can configure that all actions that perform some kind of modification, like deleting a file, have to be confirmed first. This gives you an added layer of protection to double-check any operation before actually executing it.
SSH
There is now proper support for jump servers. While gateways worked similar to jump servers, they were a different concept and did not work for cases where the ProxyJump functionality was required. You can now configure an SSH connection in its advanced settings to be treated as a jump server. This will result in XPipe using the ProxyJump syntax when this connection is used as a gateway for other SSH connections. This works for all kinds of connections, including config connections.
Furthermore, the SSH implementation for devices that don't provide a full shell, e.g. embedded devices and other limited systems, has been completely reworked. This fixes many issues where connections to such systems were not possible or failed. You can now designate an SSH connection as a limited system in its advanced settings, even without the homelab plan. This will then allow you to directly launch the connection, without any issues.
Services also now support opening them for limited/embedded systems with system interaction being disabled. Instead of locally tunneling the remote service to localhost, XPipe will try to open the host URL directly. This allows you to open the web interface of embedded devices for example.
Other changes:
- The option to open a connection in VSCode remote has been expanded to also support Cursor and Windsurf
- Fix SSH agent variables being wrong on macOS when using homebrew ssh
- Active tunnels are now periodically refreshed to check if the underlying tunnel was closed
VNC
Up until now, the internal VNC implementation of XPipe did a somewhat acceptable job for most connections. However, it is not able to match dedicated VNC clients when it comes to more advanced features and authentication methods. There's simply not the development capacity to maintain all of these additional VNC features. For this reason, there is now support to also use an external VNC client with XPipe, just as with any other tool integrations.
The current integrations include:
- TigerVNC
- TightVNC
- RealVNC
- Remmina
- macOS screen sharing
- A custom command
macOS 26 Tahoe
XPipe adopts many of the new features of macOS 26 right away. if you are using the macOS beta, you have access to these right away.
The application window now uses the new Liquid Glass theming. The application icon has also been reworked with Liquid Glass in mind.
There's also support for the new apple containers framework, which has just been released. Searching for available connections on the local machine will make apple containers show up if you have installed the package.
Windows ARM
There is now a native Windows ARM build. This release is also available in choco and winget.
Note that you will have to uninstall any old x64 XPipe installation for the upgrade.
File browser
- Operations which modify a single file, e.g. a file edit, will now automatically refresh the file list to show updated changes
- Add new file browser action to compute directory sizes
- The transfer speed in the file browser on Windows for multiple files has been improved
- Renaming a file now moves the caret to the end of the base file name
- The file browser now works much better in small windows sizes
- Fix size sorting using alphabetical order instead of actual size (Thanks to @RustyRaptor for the PR)
- Fix terminal sometimes not being launched with the correct working directory of the current path
- Fix file deletion not showing errors when the operation failed in cmd
- Fix file renaming not working if previous rename operation was cancelled
- Fix file transfer kill button sometimes not working when transfer was frozen
- Fix file browser listing not working for older PowerShell systems
Connection hub
Proper functionality to organize a collection of hundreds of connections was always somewhat limited until now. There is now an additional index-based organization mechanism where you can assign and move indices of connections to have them listed at a certain place in relation to other connections. This can also be combined with the existing sorting methods like time and alphabetical sorting.
Furthermore, there are also more improvements in the connection hub:
- Renaming connection entries can now be done quickly from the context menu without having to open the configuration dialog
- You can now set connection configurations to be frozen, meaning that the connection entry can't be modified or deleted. This is helpful for templating and team vault setups
- When editing an incomplete connection configuration, the focus will automatically jump to the first incomplete/invalid value. This makes keyboard usage easier
HTTP API
The HTTP API has been improved in various areas. The action system is integrated in it, meaning that you can call any action from the API. Furthermore, there are now more API endpoints for categories so that you have proper control over them as well. There is also now a way to encrypt and decrypt secrets via the API, allowing you to create connections with integrated secrets with it as well.
Git vault
The git vault can now automatically resolve merge conflicts without restarts when multiple systems share the git repository. Any externally pushed commits are integrated into the connection hub instantly.
Other changes:
- You can now specify a git username and password in the settings menu if your local system does not have a git client with configured credentials
- Fix git vault not restoring external unstaged changes
Serial
The serial connection support is no longer be considered experimental.
It has been reworked, and the following issues have been fixed:
- Connections to serial devices requiring root access are now automatically elevated
- Fix serial configuration parameter names being cut off in the dialog
Other
- Various performance improvements
- Password managers now support retrieving both username and password of an entry. For that, you can now create password manager identities that automatically provide the username and password
- Terminal connections now enable truecolor mode if possible
- You can now specify an alternative user for shell environments to switch to via sudo
- You can now disable icon sources without having to remove them
- Add note on how to fix potential blurriness on Gnome Wayland systems with high display scaling
- Add notification when a password is copied to the clipboard
- Add a new loading icon
- Add support for nushell
- Add support for xonsh
- Add support for LXTerminal, the default on Raspberry Pi OS
- Teleport connections now support reusable identities
Fixes
- Fix clipboard data of other formats, e.g. files, being cleared after expiration of a copied password
- Fix pwsh connections on Linux/macOS freezing on sudo elevation
- Fix sudo elevation not working on WSL if WSLInterop for executables was disabled
- Fix text color on hover having low contrast in some themes
- Fix connection search freezing on Ubuntu systems with LXD snap stub installed
- Fix local identities category being able to by synced
Downloads
You can find all downloadable artifacts below attached to this release. For installation instructions, see the installation guide.
All artifacts are signed by Christopher Schnick (2E21 05AB FDBA C0EB)
17.0-5
Note: This release includes all features for XPipe 17 with barely any testing. This means that you should not use this build for any kind of production use yet. It is mostly for internal testing. Once the PTB branch is stable enough for normal usage, this note will be removed.
XPipe 17 is a large-scale rework of many existing parts of XPipe. It focuses on fixing many longstanding issues and limitations, so that future updates can easily bring new integrations without having to deal with that baggage.
Actions
There is now a new action system, which maps most UI actions to fixed schemas. Essentially, this means that you can now automate almost any action you can perform from the UI via desktop shortcuts, URLs, HTTP API calls, and more. You can configure action shortcuts with the new action configuration dialog and control how to call the action from it.
Furthermore, it is also now possible to control how all of these actions are run. For production systems, for example, you can configure that all actions that perform some kind of modification, like deleting a file, have to be confirmed first. This gives you an added layer of protection to double-check any operation before actually executing it.
SSH
There is now proper support for jump servers. While gateways worked similar to jump servers, they were a different concept and did not work for cases where the ProxyJump functionality was required. You can now configure an SSH connection in its advanced settings to be treated as a jump server. This will result in XPipe using the ProxyJump syntax when this connection is used as a gateway for other SSH connections. This works for all kinds of connections, including config connections.
Furthermore, the SSH implementation for devices that don't provide a full shell, e.g. embedded devices and other limited systems, has been completely reworked. This fixes many issues where connections to such systems were not possible or failed. You can now designate an SSH connection as a limited system in its advanced settings, even without the homelab plan. This will then allow you to directly launch the connection, without any issues.
Services also now support opening them for limited/embedded systems with system interaction being disabled. Instead of locally tunneling the remote service to localhost, XPipe will try to open the host URL directly. This allows you to open the web interface of embedded devices for example.
Other changes:
- The option to open a connection in VSCode remote has been expanded to also support Cursor and Windsurf
- Fix SSH agent variables being wrong on macOS when using homebrew ssh
- Active tunnels are now periodically refreshed to check if the underlying tunnel was closed
VNC
Up until now, the internal VNC implementation of XPipe did a somewhat acceptable job for most connections. However, it is not able to match dedicated VNC clients when it comes to more advanced features and authentication methods. There's simply not the development capacity to maintain all of these additional VNC features. For this reason, there is now support to also use an external VNC client with XPipe, just as with any other tool integrations.
The current integrations include:
- TigerVNC
- TightVNC
- RealVNC
- Remmina
- macOS screen sharing
- A custom command
macOS 26 Tahoe
XPipe adopts many of the new features of macOS 26 right away. if you are using the macOS beta, you have access to these right away.
The application window now uses the new Liquid Glass theming. The application icon has also been reworked with Liquid Glass in mind.
There's also support for the new apple containers framework, which has just been released. Searching for available connections on the local machine will make apple containers show up if you have installed the package.
Windows ARM
There is now a native Windows ARM build. This release is also available in choco and winget.
Note that you will have to uninstall any old x64 XPipe installation for the upgrade.
File browser
- Operations which modify a single file, e.g. a file edit, will now automatically refresh the file list to show updated changes
- Add new file browser action to compute directory sizes
- The transfer speed in the file browser on Windows for multiple files has been improved
- Renaming a file now moves the caret to the end of the base file name
- The file browser now works much better in small windows sizes
- Fix size sorting using alphabetical order instead of actual size (Thanks to @RustyRaptor for the PR)
- Fix terminal sometimes not being launched with the correct working directory of the current path
- Fix file deletion not showing errors when the operation failed in cmd
- Fix file renaming not working if previous rename operation was cancelled
- Fix file transfer kill button sometimes not working when transfer was frozen
- Fix file browser listing not working for older PowerShell systems
Connection hub
Proper functionality to organize a collection of hundreds of connections was always somewhat limited until now. There is now an additional index-based organization mechanism where you can assign and move indices of connections to have them listed at a certain place in relation to other connections. This can also be combined with the existing sorting methods like time and alphabetical sorting.
Furthermore, there are also more improvements in the connection hub:
- Renaming connection entries can now be done quickly from the context menu without having to open the configuration dialog
- You can now set connection configurations to be frozen, meaning that the connection entry can't be modified or deleted. This is helpful for templating and team vault setups
- When editing an incomplete connection configuration, the focus will automatically jump to the first incomplete/invalid value. This makes keyboard usage easier
HTTP API
The HTTP API has been improved in various areas. The action system is integrated in it, meaning that you can call any action from the API. Furthermore, there are now more API endpoints for categories so that you have proper control over them as well. There is also now a way to encrypt and decrypt secrets via the API, allowing you to create connections with integrated secrets with it as well.
Git vault
The git vault can now automatically resolve merge conflicts without restarts when multiple systems share the git repository. Any externally pushed commits are integrated into the connection hub instantly.
Other changes:
- You can now specify a git username and password in the settings menu if your local system does not have a git client with configured credentials
- Fix git vault not restoring external unstaged changes
Serial
The serial connection support is no longer be considered experimental.
It has been reworked, and the following issues have been fixed:
- Connections to serial devices requiring root access are now automatically elevated
- Fix serial configuration parameter names being cut off in the dialog
Other
- Various performance improvements
- Password managers now support retrieving both username and password of an entry. For that, you can now create password manager identities that automatically provide the username and password
- Terminal connections now enable truecolor mode if possible
- You can now specify an alternative user for shell environments to switch to via sudo
- You can now disable icon sources without having to remove them
- Add note on how to fix potential blurriness on Gnome Wayland systems with high display scaling
- Add notification when a password is copied to the clipboard
- Add a new loading icon
- Add support for nushell
- Add support for xonsh
- Add support for LXTerminal, the default on Raspberry Pi OS
Fixes
- Fix clipboard data of other formats, e.g. files, being cleared after expiration of a copied password
- Fix pwsh connections on Linux/macOS freezing on sudo elevation
- Fix sudo elevation not working on WSL if WSLInterop for executables was disabled
- Fix text color on hover having low contrast in some themes
- Fix connection search freezing on Ubuntu systems with LXD snap stub installed
Downloads
You can find all downloadable artifacts below attached to this release. For installation instructions, see the installation guide.
All artifacts are signed by Christopher Schnick (2E21 05AB FDBA C0EB)
17.0-4
Note: This release includes all features for XPipe 17 with barely any testing. This means that you should not use this build for any kind of production use yet. It is mostly for internal testing. Once the PTB branch is stable enough for normal usage, this note will be removed.
XPipe 17 is a large-scale rework of many existing parts of XPipe. It focuses on fixing many longstanding issues and limitations, so that future updates can easily bring new integrations without having to deal with that baggage.
Actions
There is now a new action system, which maps most UI actions to fixed schemas. Essentially, this means that you can now automate almost any action you can perform from the UI via desktop shortcuts, URLs, HTTP API calls, and more. You can configure action shortcuts with the new action configuration dialog and control how to call the action from it.
Furthermore, it is also now possible to control how all of these actions are run. For production systems, for example, you can configure that all actions that perform some kind of modification, like deleting a file, have to be confirmed first. This gives you an added layer of protection to double-check any operation before actually executing it.
SSH
There is now proper support for jump servers. While gateways worked similar to jump servers, they were a different concept and did not work for cases where the ProxyJump functionality was required. You can now configure an SSH connection in its advanced settings to be treated as a jump server. This will result in XPipe using the ProxyJump syntax when this connection is used as a gateway for other SSH connections. This works for all kinds of connections, including config connections.
Furthermore, the SSH implementation for devices that don't provide a full shell, e.g. embedded devices and other limited systems, has been completely reworked. This fixes many issues where connections to such systems were not possible or failed. You can now designate an SSH connection as a limited system in its advanced settings, even without the homelab plan. This will then allow you to directly launch the connection, without any issues.
Other changes:
- The option to open a connection in VSCode remote has been expanded to also support Cursor and Windsurf
- Fix SSH agent variables being wrong on macOS when using homebrew ssh
- Active tunnels are now periodically refreshed to check if the underlying tunnel was closed
VNC
Up until now, the internal VNC implementation of XPipe did a somewhat acceptable job for most connections. However, it is not able to match dedicated VNC clients when it comes to more advanced features and authentication methods. There's simply not the development capacity to maintain all of these additional VNC features. For this reason, there is now support to also use an external VNC client with XPipe, just as with any other tool integrations.
The current integrations include:
- TigerVNC
- TightVNC
- RealVNC
- Remmina
- macOS screen sharing
- A custom command
macOS 26 Tahoe
XPipe adopts many of the new features of macOS 26 right away. if you are using the macOS beta, you have access to these right away.
The application window now uses the new Liquid Glass theming. The application icon has also been reworked with Liquid Glass in mind.
There's also support for the new apple containers framework, which has just been released. Searching for available connections on the local machine will make apple containers show up if you have installed the package.
Windows ARM
There is now a native Windows ARM build. This release is also available in choco and winget.
Note that you will have to uninstall any old x64 XPipe installation for the upgrade.
File browser
- Operations which modify a single file, e.g. a file edit, will now automatically refresh the file list to show updated changes
- Add new file browser action to compute directory sizes
- The transfer speed in the file browser on Windows for multiple files has been improved
- Renaming a file now moves the caret to the end of the base file name
- The file browser now works much better in small windows sizes
- Fix size sorting using alphabetical order instead of actual size (Thanks to @RustyRaptor for the PR)
- Fix terminal sometimes not being launched with the correct working directory of the current path
- Fix file deletion not showing errors when the operation failed in cmd
- Fix file renaming not working if previous rename operation was cancelled
- Fix file transfer kill button sometimes not working when transfer was frozen
- Fix file browser listing not working for older PowerShell systems
Connection hub
Proper functionality to organize a collection of hundreds of connections was always somewhat limited until now. There is now an additional index-based organization mechanism where you can assign and move indices of connections to have them listed at a certain place in relation to other connections. This can also be combined with the existing sorting methods like time and alphabetical sorting.
Furthermore, there are also more improvements in the connection hub:
- Renaming connection entries can now be done quickly from the context menu without having to open the configuration dialog
- You can now set connection configurations to be frozen, meaning that the connection entry can't be modified or deleted. This is helpful for templating and team vault setups
- When editing an incomplete connection configuration, the focus will automatically jump to the first incomplete/invalid value. This makes keyboard usage easier
HTTP API
The HTTP API has been improved in various areas. The action system is integrated in it, meaning that you can call any action from the API. Furthermore, there are now more API endpoints for categories so that you have proper control over them as well. There is also now a way to encrypt and decrypt secrets via the API, allowing you to create connections with integrated secrets with it as well.
Git vault
The git vault can now automatically resolve merge conflicts without restarts when multiple systems share the git repository. Any externally pushed commits are integrated into the connection hub instantly.
Other changes:
- You can now specify a git username and password in the settings menu if your local system does not have a git client with configured credentials
- Fix git vault not restoring external unstaged changes
Serial
The serial connection support is no longer be considered experimental.
It has been reworked, and the following issues have been fixed:
- Connections to serial devices requiring root access are now automatically elevated
- Fix serial configuration parameter names being cut off in the dialog
Other
- Various performance improvements
- Password managers now support retrieving both username and password of an entry. For that, you can now create password manager identities that automatically provide the username and password
- Terminal connections now enable truecolor mode if possible
- You can now specify an alternative user for shell environments to switch to via sudo
- You can now disable icon sources without having to remove them
- Add note on how to fix potential blurriness on Gnome Wayland systems with high display scaling
- Add notification when a password is copied to the clipboard
- Add a new loading icon
- Add support for nushell
- Add support for LXTerminal, the default on Raspberry Pi OS
Fixes
- Fix clipboard data of other formats, e.g. files, being cleared after expiration of a copied password
- Fix pwsh connections on Linux/macOS freezing on sudo elevation
- Fix sudo elevation not working on WSL if WSLInterop for executables was disabled
- Fix text color on hover having low contrast in some themes
- Fix connection search freezing on Ubuntu systems with LXD snap stub installed
Downloads
You can find all downloadable artifacts below attached to this release. For installation instructions, see the installation guide.
All artifacts are signed by Christopher Schnick (2E21 05AB FDBA C0EB)
17.0-3
Note: This release includes all features for XPipe 17 with barely any testing. This means that you should not use this build for any kind of production use yet. It is mostly for internal testing. Once the PTB branch is stable enough for normal usage, this note will be removed.
XPipe 17 is a large-scale rework of many existing parts of XPipe. It focuses on fixing many longstanding issues and limitations, so that future updates can easily bring new integrations without having to deal with that baggage.
Actions
There is now a new action system, which maps most UI actions to fixed schemas. Essentially, this means that you can now automate almost any action you can perform from the UI via desktop shortcuts, URLs, HTTP API calls, and more. You can configure action shortcuts with the new action configuration dialog and control how to call the action from it.
Furthermore, it is also now possible to control how all of these actions are run. For production systems, for example, you can configure that all actions that perform some kind of modification, like deleting a file, have to be confirmed first. This gives you an added layer of protection to double-check any operation before actually executing it.
SSH
There is now proper support for jump servers. While gateways worked similar to jump servers, they were a different concept and did not work for cases where the ProxyJump functionality was required. You can now configure an SSH connection in its advanced settings to be treated as a jump server. This will result in XPipe using the ProxyJump syntax when this connection is used as a gateway for other SSH connections. This works for all kinds of connections, including config connections.
Furthermore, the SSH implementation for devices that don't provide a full shell, e.g. embedded devices and other limited systems, has been completely reworked. This fixes many issues where connections to such systems were not possible or failed. You can now designate an SSH connection as a limited system in its advanced settings, even without the homelab plan. This will then allow you to directly launch the connection, without any issues.
Other changes:
- The option to open a connection in VSCode remote has been expanded to also support Cursor and Windsurf
- Fix SSH agent variables being wrong on macOS when using homebrew ssh
- Active tunnels are now periodically refreshed to check if the underlying tunnel was closed
VNC
Up until now, the internal VNC implementation of XPipe did a somewhat acceptable job for most connections. However, it is not able to match dedicated VNC clients when it comes to more advanced features and authentication methods. There's simply not the development capacity to maintain all of these additional VNC features. For this reason, there is now support to also use an external VNC client with XPipe, just as with any other tool integrations.
The current integrations include:
- TigerVNC
- TightVNC
- RealVNC
- Remmina
- macOS screen sharing
- A custom command
macOS 26 Tahoe
XPipe adopts many of the new features of macOS 26 right away. if you are using the macOS beta, you have access to these right away.
The application window now uses the new Liquid Glass theming. The application icon has also been reworked with Liquid Glass in mind.
There's also support for the new apple containers framework, which has just been released. Searching for available connections on the local machine will make apple containers show up if you have installed the package.
Windows ARM
There is now a native Windows ARM build. This release is also available in choco and winget.
Note that you will have to uninstall any old x64 XPipe installation for the upgrade.
File browser
- Operations which modify a single file, e.g. a file edit, will now automatically refresh the file list to show updated changes
- Add new file browser action to compute directory sizes
- The transfer speed in the file browser on Windows for multiple files has been improved
- Renaming a file now moves the caret to the end of the base file name
- The file browser now works much better in small windows sizes
- Fix size sorting using alphabetical order instead of actual size (Thanks to @RustyRaptor for the PR)
- Fix terminal sometimes not being launched with the correct working directory of the current path
- Fix file deletion not showing errors when the operation failed in cmd
- Fix file renaming not working if previous rename operation was cancelled
- Fix file transfer kill button sometimes not working when transfer was frozen
- Fix file browser listing not working for older PowerShell systems
Connection hub
Proper functionality to organize a collection of hundreds of connections was always somewhat limited until now. There is now an additional index-based organization mechanism where you can assign and move indices of connections to have them listed at a certain place in relation to other connections. This can also be combined with the existing sorting methods like time and alphabetical sorting.
Furthermore, there are also more improvements in the connection hub:
- Renaming connection entries can now be done quickly from the context menu without having to open the configuration dialog
- You can now set connection configurations to be frozen, meaning that the connection entry can't be modified or deleted. This is helpful for templating and team vault setups
- When editing an incomplete connection configuration, the focus will automatically jump to the first incomplete/invalid value. This makes keyboard usage easier
HTTP API
The HTTP API has been improved in various areas. The action system is integrated in it, meaning that you can call any action from the API. Furthermore, there are now more API endpoints for categories so that you have proper control over them as well. There is also now a way to encrypt and decrypt secrets via the API, allowing you to create connections with integrated secrets with it as well.
Git vault
The git vault can now automatically resolve merge conflicts without restarts when multiple systems share the git repository. Any externally pushed commits are integrated into the connection hub instantly.
Other changes:
- You can now specify a git username and password in the settings menu if your local system does not have a git client with configured credentials
- Fix git vault not restoring external unstaged changes
Serial
The serial connection support is no longer be considered experimental.
It has been reworked, and the following issues have been fixed:
- Connections to serial devices requiring root access are now automatically elevated
- Fix serial configuration parameter names being cut off in the dialog
Other
- Various performance improvements
- Password managers now support retrieving both username and password of an entry. For that, you can now create password manager identities that automatically provide the username and password
- Terminal connections now enable truecolor mode if possible
- You can now specify an alternative user for shell environments to switch to via sudo
- You can now disable icon sources without having to remove them
- Add note on how to fix potential blurriness on Gnome Wayland systems with high display scaling
- Add notification when a password is copied to the clipboard
- Add a new loading icon
- Add support for nushell
- Add support for LXTerminal, the default on Raspberry Pi OS
Fixes
- Fix clipboard data of other formats, e.g. files, being cleared after expiration of a copied password
- Fix pwsh connections on Linux/macOS freezing on sudo elevation
- Fix sudo elevation not working on WSL if WSLInterop for executables was disabled
- Fix text color on hover having low contrast in some themes
- Fix connection search freezing on Ubuntu systems with LXD snap stub installed
Downloads
You can find all downloadable artifacts below attached to this release. For installation instructions, see the installation guide.
All artifacts are signed by Christopher Schnick (2E21 05AB FDBA C0EB)
17.0-2
Note: This release includes all features for XPipe 17 with barely any testing. This means that you should not use this build for any kind of production use yet. It is mostly for internal testing. Once the PTB branch is stable enough for normal usage, this note will be removed.
XPipe 17 is a large-scale rework of many existing parts of XPipe. It focuses on fixing many longstanding issues and limitations, so that future updates can easily bring new integrations without having to deal with that baggage.
Actions
There is now a new action system, which maps most UI actions to fixed schemas. Essentially, this means that you can now automate almost any action you can perform from the UI via desktop shortcuts, URLs, HTTP API calls, and more. You can configure action shortcuts with the new action configuration dialog and control how to call the action from it.
Furthermore, it is also now possible to control how all of these actions are run. For production systems, for example, you can configure that all actions that perform some kind of modification, like deleting a file, have to be confirmed first. This gives you an added layer of protection to double-check any operation before actually executing it.
SSH
There is now proper support for jump servers. While gateways worked similar to jump servers, they were a different concept and did not work for cases where the ProxyJump functionality was required. You can now configure an SSH connection in its advanced settings to be treated as a jump server. This will result in XPipe using the ProxyJump syntax when this connection is used as a gateway for other SSH connections. This works for all kinds of connections, including config connections.
Furthermore, the SSH implementation for devices that don't provide a full shell, e.g. embedded devices and other limited systems, has been completely reworked. This fixes many issues where connections to such systems were not possible or failed. You can now designate an SSH connection as a limited system in its advanced settings, even without the homelab plan. This will then allow you to directly launch the connection, without any issues.
Other changes:
- The option to open a connection in VSCode remote has been expanded to also support Cursor and Windsurf
- Fix SSH agent variables being wrong on macOS when using homebrew ssh
- Active tunnels are now periodically refreshed to check if the underlying tunnel was closed
VNC
Up until now, the internal VNC implementation of XPipe did a somewhat acceptable job for most connections. However, it is not able to match dedicated VNC clients when it comes to more advanced features and authentication methods. There's simply not the development capacity to maintain all of these additional VNC features. For this reason, there is now support to also use an external VNC client with XPipe, just as with any other tool integrations.
The current integrations include:
- TigerVNC
- TightVNC
- RealVNC
- Remmina
- macOS screen sharing
- A custom command
macOS 26 Tahoe
XPipe adopts many of the new features of macOS 26 right away. if you are using the macOS beta, you have access to these right away.
The application window now uses the new Liquid Glass theming. The application icon has also been reworked with Liquid Glass in mind.
There's also support for the new apple containers framework, which has just been released. Searching for available connections on the local machine will make apple containers show up if you have installed the package.
Windows ARM
There is now a native Windows ARM build. This release is also available in choco and winget.
Note that you will have to uninstall any old x64 XPipe installation for the upgrade.
File browser
- Operations which modify a single file, e.g. a file edit, will now automatically refresh the file list to show updated changes
- Add new file browser action to compute directory sizes
- The transfer speed in the file browser on Windows for multiple files has been improved
- Renaming a file now moves the caret to the end of the base file name
- The file browser now works much better in small windows sizes
- Fix size sorting using alphabetical order instead of actual size (Thanks to @RustyRaptor for the PR)
- Fix terminal sometimes not being launched with the correct working directory of the current path
- Fix file deletion not showing errors when the operation failed in cmd
- Fix file renaming not working if previous rename operation was cancelled
- Fix file transfer kill button sometimes not working when transfer was frozen
- Fix file browser listing not working for older PowerShell systems
Connection hub
Proper functionality to organize a collection of hundreds of connections was always somewhat limited until now. There is now an additional index-based organization mechanism where you can assign and move indices of connections to have them listed at a certain place in relation to other connections. This can also be combined with the existing sorting methods like time and alphabetical sorting.
Furthermore, there are also more improvements in the connection hub:
- Renaming connection entries can now be done quickly from the context menu without having to open the configuration dialog
- You can now set connection configurations to be frozen, meaning that the connection entry can't be modified or deleted. This is helpful for templating and team vault setups
- When editing an incomplete connection configuration, the focus will automatically jump to the first incomplete/invalid value. This makes keyboard usage easier
HTTP API
The HTTP API has been improved in various areas. The action system is integrated in it, meaning that you can call any action from the API. Furthermore, there are now more API endpoints for categories so that you have proper control over them as well. There is also now a way to encrypt and decrypt secrets via the API, allowing you to create connections with integrated secrets with it as well.
Git vault
The git vault can now automatically resolve merge conflicts without restarts when multiple systems share the git repository. Any externally pushed commits are integrated into the connection hub instantly.
Other changes:
- You can now specify a git username and password in the settings menu if your local system does not have a git client with configured credentials
- Fix git vault not restoring external unstaged changes
Serial
The serial connection support is no longer be considered experimental.
It has been reworked, and the following issues have been fixed:
- Connections to serial devices requiring root access are now automatically elevated
- Fix serial configuration parameter names being cut off in the dialog
Other
- Various performance improvements
- Password managers now support retrieving both username and password of an entry. For that, you can now create password manager identities that automatically provide the username and password
- Terminal connections now enable truecolor mode if possible
- You can now specify an alternative user for shell environments to switch to via sudo
- You can now disable icon sources without having to remove them
- Add note on how to fix potential blurriness on Gnome Wayland systems with high display scaling
- Add notification when a password is copied to the clipboard
- Add a new loading icon
- Add support for nushell
- Add support for LXTerminal, the default on Raspberry Pi OS
Fixes
- Fix clipboard data of other formats, e.g. files, being cleared after expiration of a copied password
- Fix pwsh connections on Linux/macOS freezing on sudo elevation
- Fix sudo elevation not working on WSL if WSLInterop for executables was disabled
- Fix text color on hover having low contrast in some themes
- Fix connection search freezing on Ubuntu systems with LXD snap stub installed
Downloads
You can find all downloadable artifacts below attached to this release. For installation instructions, see the installation guide.
All artifacts are signed by Christopher Schnick (2E21 05AB FDBA C0EB)
16.7-6
- Fix startup speed regression introduced in 16.0
- Fix connection search freezing on Ubuntu systems with LXD snap stub installed
- Fix file browser listing not working for older PowerShell systems
Downloads
You can find all downloadable artifacts below attached to this release. For installation instructions, see the installation guide.
All artifacts are signed by Christopher Schnick (2E21 05AB FDBA C0EB)
16.7-5
- Fix startup speed regression introduced in 16.0
- Fix connection search freezing on Ubuntu systems with LXD snap stub installed
- Fix file browser listing not working for older PowerShell systems
Downloads
You can find all downloadable artifacts below attached to this release. For installation instructions, see the installation guide.
All artifacts are signed by Christopher Schnick (2E21 05AB FDBA C0EB)
16.7-4
- Fix startup speed regression introduced in 16.0
- Fix connection search freezing on Ubuntu systems with LXD snap stub installed
- Fix file browser listing not working for older PowerShell systems
Downloads
You can find all downloadable artifacts below attached to this release. For installation instructions, see the installation guide.
All artifacts are signed by Christopher Schnick (2E21 05AB FDBA C0EB)
16.7-3
- Fix startup speed regression introduced in 16.0
- Fix connection search freezing on Ubuntu systems with LXD snap stub installed
- Fix file browser listing not working for older PowerShell systems
Downloads
You can find all downloadable artifacts below attached to this release. For installation instructions, see the installation guide.
All artifacts are signed by Christopher Schnick (2E21 05AB FDBA C0EB)
16.7-2
- Fix startup speed regression introduced in 16.0
- Fix connection search freezing on Ubuntu systems with LXD snap stub installed
- Fix file browser listing not working for older PowerShell systems
Downloads
You can find all downloadable artifacts below attached to this release. For installation instructions, see the installation guide.
All artifacts are signed by Christopher Schnick (2E21 05AB FDBA C0EB)