Go to file
2024-01-15 21:58:39 +00:00
.github add dependabot 2023-04-09 13:18:11 +00:00
api Improve beacon connection initialization and timeout 2023-12-01 23:31:28 +00:00
app Rework debug mode 2024-01-15 17:43:03 +00:00
beacon Improve beacon connection initialization and timeout 2023-12-01 23:31:28 +00:00
core Rework debug mode 2024-01-15 17:43:03 +00:00
dist [stage] 2024-01-15 21:58:39 +00:00
ext Fix possible NPEs 2024-01-15 15:11:35 +00:00
gradle Update gradle wrapper jar to 8.5 2023-12-31 05:46:56 +00:00
.gitattributes Merge main repository 2023-01-27 02:34:46 +00:00
.gitignore Merge branch 1.7.3 into master 2023-11-04 05:36:47 +00:00
build.gradle Revert to jfx 20 to fix performance regression in 21 2024-01-10 05:11:32 +00:00
CODE_OF_CONDUCT.md Add coc 2023-12-09 02:49:02 +00:00
CONTRIBUTING.md Update tag notice 2023-11-28 14:58:43 +00:00
get-xpipe.ps1 Merge branch acc into master 2023-09-27 00:47:51 +00:00
get-xpipe.sh Fix some install options 2024-01-11 18:19:17 +00:00
gradlew Small fixes 2023-10-14 16:13:04 +00:00
gradlew.bat Small fixes 2023-10-14 16:13:04 +00:00
LICENSE.md Switch to Apache license 2023-05-02 13:30:40 +00:00
README.md Update readme formatting 2024-01-11 19:54:09 +00:00
SECURITY.md Add security policy 2023-11-21 13:21:32 +00:00
settings.gradle [stage] 2023-10-20 14:38:59 +00:00
setup.sh Merge branch acc into master 2023-09-27 00:47:51 +00:00
version [stage] 2024-01-15 21:58:39 +00:00

drawing

XPipe is a new type of shell connection hub and remote file manager that allows you to access your entire server infrastructure from your local machine. It works on top of your installed command-line programs and does not require any setup on your remote systems.

XPipe fully integrates with your tools such as your favourite text/code editors, terminals, shells, command-line tools and more. The platform is designed to be extensible, allowing anyone to add easily support for more tools or to implement custom functionality through a modular extension system.

It currently supports:

Connection Hub

  • Easily connect to and access all kinds of remote connections in one place
  • Allows you to create specific login environments on any system to instantly jump into a properly set up environment for every use case
  • Can create desktop shortcuts that automatically open remote connections in your terminal
  • Organize all your connections into hierarchical categories to keep a good overview

connections

Remote File Manager

  • Interact with the file system of any remote system using a workflow optimized for professionals
  • Quickly open a terminal session into any directory in your favourite terminal emulator
  • Utilize your favourite local programs to open and edit remote files
  • Dynamically elevate sessions with sudo when required without having to restart the session
  • Integrates with your local desktop environment for a seamless transfer of local files

browser

Terminal Launcher

  • Automatically login into a shell in your favourite terminal with one click (no need to fill password prompts, etc.)
  • Works for all kinds of shells and connections, locally and remote.
  • Supports command shells (e.g. bash, PowerShell, cmd, etc.) and some database shells (e.g. PostgreSQL Shell)
  • Comes with support for all commonly used terminal emulators across all operating systems
  • Supports launches from the GUI or directly from the command-line
  • Solves all encoding issues on Windows systems as all Windows shells are launched in UTF8 mode by default

Terminal launcher


Versatile scripting system

  • Create reusable simple shell scripts, templates, and groups to run on connected remote systems
  • Automatically make your scripts available in the PATH on any remote system without any setup
  • Setup shell init environments for connections to fully customize your work environment for every purpose
  • Open custom shells and custom remote connections by providing your own commands

scripts

Secure Vault

  • Securely stores all information exclusively on your system, optionally with a custom master passphrase to further encrypt secrets
  • Supports syncing your vault data via your own remote git repository
  • Can integrate with your password manager to fetch secrets and not store them itself

Downloads

Note that this is a desktop application that should be run on your local desktop workstation, not on any server or containers. It will be able to connect to your server infrastructure from there.

Installers

Installers are the easiest way to get started and come with an optional automatic update functionality. 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:

Command-line

You can also install XPipe by pasting the installation command into your terminal. This will perform the full setup automatically.

Windows

This script will automatically install the .msi for you.

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"

Linux / MacOS

The script supports installation via apt, dnf, yum, zypper, 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)

NixOS

There's an official xpipe nixpkg available that you can install. This one is however not always up to date.

There is also a custom repository that contains the latest up-to-date releases: https://github.com/xpipe-io/nixpkg. You can install XPipe by following the instructions in the linked repository.

Package managers

Alternatively, you can also use your favorite package manager (if supported):

Further information

Open source model

XPipe utilizes an open core model, which essentially means that the main application is open source while certain other components are not. Select parts are not open source yet, but may be added to this repository in the future.

This mainly concerns the features only available in the professional tier and the shell handling library implementation. Furthermore, some tests and especially test environments and that run on private servers are also not included in this repository.

You have more questions? Then check out the FAQ.

For information about the security model of XPipe, see the security page.

For information about the privacy policy of XPipe, see the privacy page.

In case you're interested in development, check out the contributing page.

Discord