Settings

Theme

Show HN: Zedra – Mobile control plane for AI coding agents

2 points by tanlethanh 16 days ago · 1 comment · 1 min read


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

Jimmy0252 16 days ago

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.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection