FREE ON YOUR DESKTOP
Meet Coderex.
The terminal your coding agents live in. It runs on your Mac and opens in any browser, including the one in your pocket.
APPLE SILICON · WINDOWS AND LINUX SOON
YOUR TERMINALS, ANYWHERE
Access from any browser.
Remote Control
A live mirror, in any browser
Encrypted end to end, and full fidelity on a borrowed laptop. On a
phone it's a real touch UI, not an SSH client you pinch to zoom.
Remote Tunnel
Your localhost, anywhere
Open
localhost:5173 at a real URL and check the dev
server you just started. Your device never has to join the network.
Remote Clipboard
Camera roll → your agent
Paste a screenshot from your phone straight into an agent running
over SSH. Files are temporary and gone in 24 hours.
THE FOUNDATION
Underneath, a real terminal.
⌘N · ⌘D
Tabs, splits, workspaces
Group sessions into colored, collapsible sidebars. Trees of terminals,
right or down. Rename, recolor, drag to reorder.
serve · restore
Sessions that come back
Quit and reopen: tabs, colors, layouts and scrollback all return.
With Remote Control on, a daemon keeps them running headless.
notify · panel
Notifications & panels
coderex notify from any agent, and a click jumps to the
tab. Side panels for files, CPU/mem/GPU, and a launcher for agent CLIs.
CLI CONTROL SURFACE
Developer Friendly.
JSON-RPC over a socket. ls, status,
send, read, screenshot. Scripts
and agents can supervise the whole fleet, no GUI required.
$ SID=$(coderex agent start claude)
$ coderex send --surface "$SID"
"fix the flaky test"
$ coderex read --surface "$SID"
$ coderex status
● 5 idle
● 2 running
● 1 needs you