RG PROJECT DUMP

Early Build Notice: RG Project Dump is actively evolving and may change drastically over time.

Back to RG Project Dump

androdex-android

Android remote client and host bridge for controlling Codex running on your own computer, with QR pairing, secure relay-backed access, and host-local workspace execution.

Kotlin
1 Stars
0 Forks
0 Issues
Updated Apr 15, 2026

Latest Release Downloads

v0.2.0(Mar 30, 2026)

About the Project

Android companion app for a paired Androdex Desktop environment.

The current Android runtime is a paired WebView shell:

  • pair Android with a desktop/server /pair URL or QR code
  • store the paired origin and last opened route locally on the phone
  • load the same desktop-served Androdex web app inside an Android-tuned WebView

This repo still contains the older bridge, relay, and native-client experiments, but those are now legacy/reference paths rather than the main end-to-end Android flow.

Current End-to-End Flow

  1. Start Androdex Desktop or the headless server on your computer.
  2. Generate a pairing link from the desktop app's Connections settings or from the server's headless startup output.
  3. Open the Android app and scan the QR code or paste the pairing URL.
  4. Android validates the pairing link, saves the paired origin, and opens the paired web app in-app.

Current UI

Desktop pairing page:

Android paired thread:

Android sidebar:

Build The Android App

cd android ./gradlew assembleDebug

The debug APK is written to:

android/app/build/outputs/apk/debug/app-debug.apk

Current app build facts:

  • package name: io.androdex.android
  • version: 0.2.2
  • version code: 14

Project Layout

  • android/: current Android app source
  • Docs/android-mirror-shell-architecture.md: current Android runtime architecture
  • Docs/play-store/: Play Store notes, review guidance, and policy drafts
  • androdex-bridge/: legacy/compatibility macOS bridge package kept in-tree
  • relay/: legacy/compatibility relay service kept in-tree
  • desktop/: older control-room prototype inside this repo, not the canonical desktop repo

Legacy Components

The repo still includes the previous bridge-first architecture:

  • androdex-bridge/README.md: bridge CLI/service docs
  • androdex-bridge/src/README.md: bridge source guide
  • Docs/android-sync-convergence.md
  • Docs/android-compose-structure.md
  • Docs/android-mac-native-test-matrix.md

Those documents are retained for reference, but they do not describe the shipped Android runtime entry anymore.

More Docs

Project Media

Project Screenshot 1
Project Screenshot 2
Project Screenshot 3