You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PasteLocal has an**experimental**relay system that allows clipboard sharing between multiple devices without requiring direct SSH tunnels.
160
+
PasteLocal has a**production-ready relay**(v1.0) that allows E2E-encrypted clipboard sharing between any number of devices without requiring direct SSH tunnels between every pair. See docs/RELAY.md for full setup, commands, and auto-sync configuration.
161
161
162
-
**Current Status:**Experimental / Preview
162
+
**Current Status:**v1.0 — persistence, per-peer encryption, CLI verbs, watcher auto-push, and Grok skills are complete and durable.
163
163
164
-
**What works today:**
165
-
- Device pairing with end-to-end encryption (X25519 + AES-GCM)
166
-
- Receiving clipboard content from paired peers via `pastelocal-remote --relay`
167
-
168
-
**What is still in progress:**
169
-
- Reliable sending from the local daemon
170
-
- Background notifications
171
-
- Persistence across relay restarts
172
-
173
-
**Recommendation:** Use the SSH-based workflow for daily work. The relay is intended for testing and specific multi-machine setups.
164
+
**Recommendation:** Use the SSH-based workflow for daily work. The relay is the recommended path for multi-device, cloud, or no-direct-tunnel scenarios.
0 commit comments