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.
154
+
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.
155
155
156
-
**Current Status:**Experimental / Preview
156
+
**Current Status:**v1.0 — persistence, per-peer encryption, CLI verbs, watcher auto-push, and Grok skills are complete and durable.
157
157
158
-
**What works today:**
159
-
- Device pairing with end-to-end encryption (X25519 + AES-GCM)
160
-
- Receiving clipboard content from paired peers via `pastelocal-remote --relay`
161
-
162
-
**What is still in progress:**
163
-
- Reliable sending from the local daemon
164
-
- Background notifications
165
-
- Persistence across relay restarts
166
-
167
-
**Recommendation:** Use the SSH-based workflow for daily work. The relay is intended for testing and specific multi-machine setups.
158
+
**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