Browse by type
Velocity Bridge provides seamless Universal Clipboard integration between iOS and desktop systems (Linux and Windows). This utility enables bidirectional synchronization of text and image data over a local network, serving as a privacy-focused, open-source alternative to AirDrop.


Run the following command in your terminal:
curl -fsSL https://raw.githubusercontent.com/Trex099/Velocity-Bridge/main/install.sh | bash
Fedora / RHEL:
sudo dnf copr enable trex099/velocity-bridge
sudo dnf install velocity-bridge libappindicator-gtk3
Download the Windows installer from the releases page.
For environments without a graphical user interface, a background service implementation is available. This configuration includes dependency validation and systemd service integration.
To install the headless service, execute:
curl -fsSL https://raw.githubusercontent.com/Trex099/Velocity-Bridge/main/service/install.sh | bash
Management of the background service is achieved via systemd:
systemctl --user status velocity
journalctl --user -u velocity -f
Alternative Formats
Pre-compiled binaries are available via the releases page: - AppImage - .deb (Debian, Ubuntu, Mint, Pop!_OS) - .rpm (Fedora, openSUSE)
Velocity Bridge utilizes iOS Shortcuts to interface with the clipboard. To configure:
Optimization: Map these shortcuts to the Back Tap feature (Settings > Accessibility > Touch > Back Tap) on iOS to instantly transfer your clipboard without opening any app.
[ iOS Device ] <─── HTTP/REST ───> [ Linux/Windows Host (Tauri/Rust) ]
│
[ Systems Interface ]
(wl-copy / xclip / xsel)
Ensure the host firewall permits ingress traffic on TCP port 8080:
sudo firewall-cmd --add-port=8080/tcp --permanent
sudo firewall-cmd --reload
On Windows, allow the application through Windows Defender Firewall when prompted, or open TCP port 8080 manually in the firewall settings.
Verify that the appropriate clipboard manager for your display server is installed:
- Wayland: wl-clipboard
- X11: xclip or xsel
Run the application via the terminal to capture diagnostic logs:
velocity-bridge
rm ~/.local/bin/velocity-bridge
rm ~/.local/share/applications/velocity-bridge.desktop
rm ~/.local/share/icons/hicolor/256x256/apps/velocity-bridge.png
sudo dnf remove velocity-bridgeyay -R velocity-bridgesudo apt remove velocity-bridgeLicensed under the GPL-3.0 License. Issues and feature requests should be submitted via the official issue tracker.
$ claude mcp add Velocity-Bridge \
-- python -m otcore.mcp_server <graph>