Seasalt Cove, iPhone access to your Mac
Zero-config Mac-to-iPhone terminal sync with E2E encryption.

A pragmatic, privacy-minded shim: a ~5MB menu‑bar app that bridges a browser chat to Claude Code and streams results in real time via Firebase. The author implemented E2E crypto (ECDH P-256 + AES-256-GCM) so the server never sees plaintext — neat and useful — though installing a non‑App‑Store DMG and trusting the native binary is the main UX/security friction.
Developers who run Claude Code locally on a Mac and want mobile/remote access (full-stack, indie hackers, hobbyists)
Claude Code from Anthropic is a very capable AI coding assistant, but it only runs locally on your computer. That means if you’re away from your desk — commuting, walking, or just on the couch — you can’t easily give it tasks. I wanted a simple way to send commands to Claude Code running on my home Mac from anywhere. So I built Claude Remote — a free, open-source app that lets you control Claude Code through a browser.
How it works Install a lightweight macOS app (menu bar app, ~5 MB, Apple Silicon). Open a web chat from your phone or any device. Send a task — Claude Code executes it locally on your Mac and returns the result. The Mac app acts as a bridge between the browser and Claude Code. All execution happens locally on your machine.
What I use it for Fixing bugs or generating small features in side projects Creating or editing landing pages Checking or organizing files Running scripts Opening websites in Chrome and interacting with them Summarizing or generating content Preparing quick reports Claude Code can control Chrome (open pages, read content, fill forms, take screenshots), so you can automate simple browser tasks remotely. Responses are returned as formatted markdown. I also added optional text-to-speech playback, which makes it usable while driving. Privacy & security Open source (GitHub link below) No subscriptions Firebase Auth (each user only sees their own sessions) All AI execution happens on your machine This is currently macOS (Apple Silicon) only.
I’d really appreciate feedback — especially on security, architecture, and potential edge cases.
Website: https://clauderemote.web.app
GitHub: https://github.com/ChilinAI/claude-remote
Thanks!
Zero-config Mac-to-iPhone terminal sync with E2E encryption.
Remote agent approval from your phone, but only works with Claude Code and Codex.
Clever use of Apple Reminders as a cross-device trigger for local CLI agents.
Menu bar wrapper for terminal statusline data — only updates when Claude Code runs.
E2E encrypted remote Claude Code access from phone; dogfooded via itself.
Happy runs Claude Code on your own hardware and exposes a phone + terminal UI you can actually manage in parallel — installable via npm with a public GitHub repo and MIT license. The real-frame grab is voice-to-action (not just dictation), multi-session sync, push alerts and E2E encryption; useful and focused, though the site glosses over model access/auth, deployment steps and latency tradeoffs compared with hosted alternatives.