Client apps¶
Relay works in a browser or as an installed Progressive Web App (PWA). Both connect to an existing Relay server; installing the PWA does not deploy one.
Current master removes native desktop support. Use the browser or PWA for current deployments. Historical desktop packages remain release-specific; see the Relay Download page.
Release 0.11.2 provides desktop packages for Linux x86-64, Windows x86-64, and Apple Silicon macOS (DMG and ZIP) on its release page.
Desktop client (0.11.2)¶
Launch the desktop client and enter the full URL of your Relay server, including https://. The desktop client can store uploads in Relay or use Catbox for public links; browser and PWA clients always use Relay storage.
macOS quarantine¶
Current macOS packages may be unsigned. If Gatekeeper quarantines Relay, put Relay.app in /Applications, then run:
xattr -dr com.apple.quarantine /Applications/Relay.app
Only run this command for a package you obtained from the official Download page.
Linux archive¶
Extract the downloaded archive and launch its binary:
tar -xzf relay-desktop-linux-amd64.tar.gz
cd relay-desktop-linux-amd64
chmod +x relay-desktop
./relay-desktop
Install the PWA¶
Open your Relay server URL, not this documentation site.
iPhone and iPad¶
- Open the server URL in Safari.
- Tap Share.
- Tap Add to Home Screen.
- Confirm the app name and tap Add.
Android¶
- Open the server URL in a browser that supports PWA installation.
- Use the install prompt, or choose Install app or Add to Home screen from the browser menu.
- Confirm the installation.
Relay also offers an install action under Settings > General > Native app on supported browsers.