Install
openclaw skills install @mina-atef-00/device-connectivityopenclaw skills install @mina-atef-00/device-connectivityPair your Android/iOS device with your Linux desktop for file sharing, notification sync, clipboard sync, media control, virtual touchpad, and more via the KDE Connect protocol.
| Implementation | Platform | Notes |
|---|---|---|
| KDE Connect (native) | Any distro with dnf/apt/pacman | sudo dnf install kdeconnectd |
| Valent (Flatpak) | All distros, incl. immutable | GTK4 implementation, nightly Flatpak. Best option on Fedora Atomic/bootc. |
| GSConnect | GNOME Shell | GNOME Shell extension implementing KDE Connect protocol |
KDE Connect is not available on Flathub. Homebrew has no Linux formula. Pip/PyPI has nothing. KDE's own Flatpak repo (distribute.kde.org) has been unreliable.
Valent is the only straightforward path on immutable systems.
flatpak install --user -y --from https://valent.andyholmes.ca/valent.flatpakref
Valent uses the KDE Connect protocol with a narrower port range than the original:
| Port | Protocol | Purpose |
|---|---|---|
| 1716 | UDP | Device discovery (broadcasts) |
| 1716 | TCP | Main connection, pairing, commands |
| 1739–1764 | TCP | Auxiliary streams (file transfers, etc.) |
On Fedora, the default FedoraWorkstation zone opens ports 1025–65535, so no changes needed:
<port protocol="udp" port="1025-65535"/>
<port protocol="tcp" port="1025-65535"/>
If the interface is on the public zone (more restrictive), allow the ports:
sudo firewall-cmd --permanent --add-port=1716/tcp --add-port=1716/udp
sudo firewall-cmd --permanent --add-port=1739-1764/tcp
sudo firewall-cmd --reload
To check which zone is active:
sudo firewall-cmd --get-active-zones
flatpak run ca.andyholmes.Valent
Launches as a background daemon + pairing GUI. Works on any Wayland compositor (niri, sway, river, GNOME, KDE).