Back to browse
Claude Remote – control Claude Code on your Mac from your phone

Claude Remote – control Claude Code on your Mac from your phone

by ChilinAI·Feb 16, 2026·2 points·1 comment

AI Analysis

●●SolidWizardrySolve My Problem
The Take

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.

Target Audience

Developers who run Claude Code locally on a Mac and want mobile/remote access (full-stack, indie hackers, hobbyists)

Post Description

Hi HN, I’m a full-stack developer and I built a small tool that I now use every day.

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!

Similar Projects

Developer Tools●●Solid

Claude Remote

E2E encrypted remote Claude Code access from phone; dogfooded via itself.

Niche GemBig Brain
jamiepond
324mo ago
Developer Tools●●Solid

Happy Coder – Run Claude Code and Codex from Anywhere

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.

Niche GemShip It
ex3ndr
204mo ago