Hacker News new | ask | show | jobs
Show HN: Zedra – Mobile control plane for AI coding agents
2 points by tanlethanh 9 days ago
Hi everyone! I want to share my recent work, Zedra. This is a mobile code editor that connects directly to your desktop. It's like Claude/Codex remote control, except you can run any AI coding agent via remote terminal, with code editor, markdown, file browser, git view,... A true code editor on mobile.

It's built on Rust with GPUI, leveraging the high-performance rendering engine that powers Zed editor, now on mobile with Zedra. The connection is peer-to-peer using outbound-only networking, on QUIC/UDP, working on home networks, without port forwarding.

After 4 months of intensive work, Zedra is now ready to try on iOS/Android, CLI supports Mac/Linux/Windows.

https://github.com/tanlethanh/zedra

1 comments

The peer-to-peer/outbound-only part is the most interesting bit to me. For coding agents, the tricky part is usually not starting a remote session, but making it clear when the agent is still running, blocked, or has changed files that need review before the next handoff.