Crosspipe is a visual graph manager for PipeWire, built with GTK4/Libadwaita and Vala, following the GNOME HIG.
- Visual graph of PipeWire nodes and connections
- Drag-and-drop connection management
- Native GTK4/Libadwaita interface, following GNOME HIG
flatpak install flathub io.github.dp0sk.Crosspipe- GTK4 >= 4.10
- libadwaita >= 1.4
- libgee 0.8
- libpipewire 0.3
- libxml-2.0
- valac
Clone the repository:
git clone https://github.com/dp0sk/Crosspipe.git
cd CrosspipeBuild & Install using the manifest:
flatpak-builder builddir io.github.dp0sk.Crosspipe.yml --user --installRun:
flatpak run io.github.dp0sk.CrosspipeUninstall:
flatpak uninstall --user io.github.dp0sk.CrosspipeClone the repository:
git clone https://github.com/dp0sk/Crosspipe.git
cd CrosspipeSet up the build directory:
meson setup buildCompile:
meson compile -C buildInstall (requires root or sudo):
sudo meson install -C buildRun:
crosspipe
