android-build
Build the Rust libraries and install the APK to the connected Android device. Does NOT launch the app or monitor logs.
Drive the Zedra Android UI from the agent via the in-app GPUI devtool HTTP server.
$ npx -y skills add tanlethanh/zedra --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/devtoolContext preview
What this command does when you run it.
Drive the Zedra Android UI from the agent via the in-app GPUI devtool HTTP server.
Drive the Zedra Android UI from the agent via the in-app GPUI devtool HTTP server.
Use this when you need to reproduce a tap-driven flow (drawer open/close, navigation, button activation) without asking the user to operate the phone. Pairs well with `/perf-debug` and `/android-log` for end-to-end capture.
./scripts/devtool.sh bridge
`adb forward tcp:9777 tcp:9777` + a `/ping` check. Re-run if the device reconnects. Requires the app built with `--devtool` (debug only):
./scripts/run-android.sh --debug --target arm64-v8a --devtool
./scripts/devtool.sh list # leaf-only element table for the current frame ./scripts/devtool.sh tap <leaf> # synthetic tap by ElementId (bare leaf or full path) ./scripts/devtool.sh tap-xy <x> <y> # raw logical-pixel coords ./scripts/devtool.sh elements # raw JSON if you need instance ids or full paths ./scripts/devtool.sh ping # liveness only
After each tap, wait ~0.5–1 s before re-querying so the next frame reflects the new state.
1. `scripts/devtool.sh bridge` 2. `scripts/devtool.sh list` — discover targets. 3. `scripts/devtool.sh tap ws-card-0` — navigate. 4. Wait, list again, tap the next target. 5. While iterating, grab logs (`adb logcat`, `scripts/android-perf-debug.py`) to confirm behaviour.
An experimental remote code editor on mobile with GPU-accelerated rendering powered by Zed's GPUI, P2P tunnel over QUIC/UDP by Iroh.
Repo: tanlethanh/zedra
Build the Rust libraries and install the APK to the connected Android device. Does NOT launch the app or monitor logs.
Clear logcat and stream filtered logs from the running Android app.
Build, install, launch, and monitor the iOS app on a connected device.
Stream and analyze logs from a USB-connected iOS device running Zedra.
Capture and analyze performance diagnostics from the running Android app.