Last updated: 2026-07-30
Relayium can move clipboard-shaped content as well as files: a URL from your phone, a command for another computer, or a multiline code block. Messages are end-to-end encrypted and exist only inside the live session; Relayium never stores them.
The browser and command-line client each support text, but they are separate transports and cannot join each other's pairing codes. Choose one flow below and use it on both ends.
Open relayium.com on both devices. Devices on the same network appear automatically; for different networks, create a browser pairing code from the cross-network page and join it in the other browser.
Run relayium text with no code on one machine. It mints a six-character code with your account, prints the exact command the other machine should run, and stays in the session waiting for it. There is no temporary file to send and no extra process to stop.
Run relayium text with that code on the other machine. Interactive mode sends one line per message and asks both people to confirm the SAS. For multiline or byte-exact stdin, pipe it as one message and pass --yes because no terminal is available for the SAS prompt.
# One machine mints the code and waits (relayium login is required once)
relayium text
# Code: K7M4XR (valid 5 minutes)
# On the other machine: relayium text K7M4XR
# The other machine joins that code
relayium text K7M4XR
# Send one multiline message exactly as copied (macOS)
pbpaste | relayium text K7M4XR --yes
# Or pipe a file on any shell
cat snippet.txt | relayium text K7M4XR --yes
Relayium treats the body as UTF-8 plain text. It preserves spaces, tabs, blank lines and line breaks, and does not execute, render Markdown, linkify or preview the content.
No. Message content is end-to-end encrypted between the two devices and is never stored by Relayium. If the live session ends, there is no server copy to recover.
No. Browser and CLI text sessions use different transports and pairing handshakes. Use two browsers or two CLI clients.
Open Relayium on two online devices and move the next thing you would otherwise send to yourself.
Send text now