Files
tether/agent
Patrick Ecord 33c577357c agent: §8 provenance toast on inbound + iroh feature
- On inbound clipboard (Option A: write straight to the OS clipboard), fire a
  non-blocking native toast — osascript on macOS, notify-send on Linux —
  "Copied from <device>", mapping the source label to a friendly name. The
  mandatory awareness from §8 so a remote clobber is never silent. Best-effort,
  never blocks the sync loop.
- Add an `iroh` feature (→ tethercore/iroh-transport) so the agent runs on the
  iroh Mesh; --server then points at the rendezvous. Both default and
  --features iroh builds verified.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-22 01:34:38 -05:00
..

tether-agent

Headless clipboard sync daemon on the shared tethercore engine (SSE + RTC + LAN, prefer-direct E2E). One Rust binary for macOS / Linux / Windows.

tether-agent                       # run in the foreground (Ctrl-C to stop)
tether-agent install               # run on login as a background service
tether-agent uninstall             # remove the service
tether-agent status                # service status

# config (applies to run + install; account derives the shared room):
tether-agent install --account you@example.com --name "Patrick's NAS"
  • macOS: a launchd LaunchAgent at ~/Library/LaunchAgents/io.pecord.tether-agent.plist (logs → ~/Library/Logs/tether-agent.log).
  • Linux: a systemd user unit at ~/.config/systemd/user/tether-agent.service (loginctl enable-linger to start at boot without login).
  • Defaults: --server https://tether.pecord.io, account-derived room, hostname as name.