Analysis updated 2026-05-18
Monitor and steer AI coding agent sessions from your phone while away from your desk
Review and approve agent proposed plans before they run
Inspect Git diffs and commit selected files from a mobile interface
Run a desktop relay workbench to control agent sessions without a phone
| ryan-laws/easycodex | composablehorizons/material-3-compose-unstyled | lyosu/hortay-android | |
|---|---|---|---|
| Stars | 14 | 14 | 14 |
| Language | Kotlin | Kotlin | Kotlin |
| Setup difficulty | moderate | moderate | hard |
| Complexity | 3/5 | 3/5 | 4/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires running the desktop relay alongside Codex and pairing an Android app.
EasyCodex is a local-first control room for running and supervising Codex agent sessions (AI coding assistants that work inside your development environment) from both a desktop relay app and an Android phone. The idea is to let you monitor and steer ongoing coding work from your phone without sending your source code or credentials to a third-party hosted service. The system has two pieces. A relay application runs on your desktop alongside your repositories. It starts and manages codex app-server sessions for agent work and codex exec sessions for CLI windows, then exposes an authenticated WebSocket that your phone can connect to. Pairing is done by scanning a QR code or following a deep link. The phone app communicates only with your own relay over your local network. From the phone you can start, resume, interrupt, and archive Codex tasks, stream conversation updates, answer approval prompts, review plans before execution and ask for plan optimization, inspect Git status and diffs, preview and commit selected files, browse workspaces and Git worktrees, send text, images, and files as attachments, and use quick replies, emoji, or Android voice input when composing prompts. A desktop relay workbench provides a similar set of controls without needing the phone. The Android application is built in Kotlin. The desktop relay is built with Electron and ships as installer or portable builds for Windows, macOS Apple Silicon, macOS Intel, and Linux. The full README is longer than what was provided.
A phone and desktop app for supervising Codex AI coding agent sessions running on your own machine, without sending code to a hosted service.
Mainly Kotlin. The stack also includes Kotlin, Electron, WebSocket.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.