XPipe - A connection hub for all your servers: Status update for the v15 release

https://sh.itjust.works/post/33908966

XPipe - A connection hub for all your servers: Status update for the v15 release - sh.itjust.works

XPipe - A connection hub for all your servers: Status update for the v15 release Today I can share a major development status update of XPipe [https://github.com/xpipe-io/xpipe], a new connection hub that allows you to access your entire server infrastructure from your local desktop. It can make your life easier when working with any kind of servers by eliminating all the commonly tedious tasks that come up when interacting with remote systems, either from the terminal or from a graphical interface. XPipe comes with integrations for SSH, docker and other containers, various hypervisors, and more without requiring setup on your remote systems. You can also keep using your favourite text/code editors, terminals, password managers, shells, command-line tools, and more with it. Hub [https://i.imgur.com/tSXWF75.png] ## Tailscale SSH support You can now connect to devices in your tailnet via Tailscale SSH and your locally installed tailscale command-line client. This integration supports multiple accounts as well to switch between different tailnets. ## Custom icons You can now add custom icons to use for your connections. This implementation replaces the old model of shipping the icons from https://github.com/selfhst/icons [https://github.com/selfhst/icons] along XPipe. Instead, you can now dynamically add sources of icons. This can either be a local directory or a remote git repository that can be cloned and pulled by xpipe. XPipe will pick up any .svg files in there, rasterize them to cached .pngs, and display them in XPipe. As default icon sources, it will still come with the https://github.com/selfhst/icons [https://github.com/selfhst/icons] repository enabled, but now it can fetch these icons at runtime. If you are using the git vault sync, you can also add icons to a synced directory in your git vault to have access to them on all systems. [https://i.imgur.com/rIyEPgK.png] ## New docs There is a new documentation site at https://docs.xpipe.io [https://docs.xpipe.io]. The goal is to expand this over time to provide proper documentation for many features. Since it came up quite a bit last time I posted about XPipe here, I hope that any questions about what exactly XPipe is, how it makes your life easier, what it can do, and more, can now be answered in detail by the documentation. ## Webtop enhancements The webtop, a container-based KDE desktop environment, received a general overhaul. The list of terminals, editors, and rdp clients has been updated. The language support has been improved so that you can now easily run the desktop environment in any language you want. There were also many new additions and fixes for preinstalled tools of the desktop environment. There is also now more webtop documentation at https://docs.xpipe.io/guide/webtop [https://docs.xpipe.io/guide/webtop] [https://github.com/xpipe-io/.github/raw/main/img/webtop.png] ## Package manager repositories There is now an apt repository available at https://apt.xpipe.io [https://apt.xpipe.io] and an rpm repository available at https://rpm.xpipe.io [https://rpm.xpipe.io]. You can add them as sources to apt or your rpm-based package manager. This allows you to also install and upgrade xpipe via your native package manager instead of using the built-in self-updater. ## Other - Add support for Gnome Console and Ptyxis Terminal - Add support for cursor, windsurf, and trae editor - Add support for cosmic-term of the new cosmic desktop environment - Add the ability to launch connections from the command-line with the xpipe launch [https://docs.xpipe.io/guide/connection-launch#from-the-terminal] command - Add new action to run scripts in the file browser and show their output without having to open a terminal - You can now import saved PuTTY sessions on a system when searching for available connections. This also works for KiTTY - Improve application performance when having many connections and categories ## A note on the open-source model Since it has come up a few times, in addition to the note in the git repository, I would like to clarify that XPipe is not fully FOSS software. The core that you can find on GitHub is Apache 2.0 licensed, but the distribution you download ships with closed-source extensions. There’s also a licensing system in place with limitations on what kind of systems you can connect to in the community edition as I am trying to make a living out of this. I understand that this is a deal-breaker for some, so I wanted to give a heads-up. ## Outlook If this project sounds interesting to you, you can check it out on GitHub [https://github.com/xpipe-io/xpipe] or visit the Website [https://xpipe.io/] for more information. Enjoy!

Slow as hell, unusable
What system did you try it on? I can look into it

First, I like the idea of xpipe. It could be a quite useful tool. I have almost 500 Host entries in my .ssh/config which I manage with github.com/grahame/sedge btw

my work host CPU: 8-core AMD Ryzen 7 4700U with Radeon Graphics (-MCP-) speed/min/max: 1590/1400/2000 MHz Kernel: 6.8.0-54-generic x86_64 Up: 5d 2h 47m Mem: 3.7/14.85 GiB (24.9%) Linux Mint with Regolith desktop

What I mean with “slow”: every action in the UI is almost non responsive

GitHub - grahame/sedge: sharing, templating and enhancements for OpenSSH config

sharing, templating and enhancements for OpenSSH config - grahame/sedge

GitHub
So I worked on this over the last couple of days and fixed several performance issues in the latest 15.4 release, especially when it comes to handling many added connections like in your case. Feel free to try it again, it should handle better now.