Skip to content

v0.1.0 — Initial Release

Choose a tag to compare

@izzzzzi izzzzzi released this 11 Jun 07:59
· 6 commits to main since this release

aadb v0.1.0

Android Debug Bridge CLI for LLM agents.

What's included

  • Connect — USB, wireless, auto-detect device bootstrap
  • Observe — screenshot + UI tree with actionable refs (@e1, @i1)
  • Tap — by ref, text, or coordinates
  • Type/Key — text input and key events (HOME, BACK, ENTER, etc.)
  • Swipe/Scroll — smart scrolling and swiping
  • Session workflow — sid + next_commands + paginated output
  • App management — list, launch, stop, install, uninstall
  • Screen control — on/off/status/rotation/screenshot
  • Shell/Logcat/File/Forward — full ADB coverage
  • Profiles — device profiles with init scripts
  • Doctor — environment verification
  • JSON contract — machine-readable agent-first output
  • Agent help — JSON --help for LLM agents

Installation

npm i -g agent-aadb
aadb connect --auto -n myphone

Architecture

Single Go binary, Cobra CLI, session-based workflow, minimal dependencies.

Part of the agent-* family (assh, aget, asearch).

Full details: https://github.com/izzzzzi/agent-aadb