Waypipe works with Byhve to display applications running in the vm on Freebsd

waypipe is a proxy for Wayland clients.


It forwards Wayland messages and serializes changes to shared memory buffers over a single socket.
This makes application forwarding similar to ssh -X feasible.

On Freebsd

Code:
doas pkg install waypipe

On Ubuntu/debian - imv is a wayland image viewer i used in the test

Code:
sudo apt install waypipe imv

Run waypipe with ssh and the application to run in the bhyve vm

Code:
waypipe ssh djwilcox@192.168.1.236 imv-wayland /home/djwilcox/input.png

20260608_18h44m31s_grim.png
 
I'm using it and it is rather efficient and the applications windows of remote apps are well integrated with the local apps, thanks to Wayland protocols. I like it.
 
Back
Top