From fb3e7bc7232f424baf121b69a6d3307b5dc13a93 Mon Sep 17 00:00:00 2001 From: Sanju Sivalingam Date: Sun, 15 Feb 2026 23:03:00 +0530 Subject: [PATCH] Add adb install instructions to site and readme Co-Authored-By: Claude Opus 4.6 --- README.md | 3 +++ site/index.html | 12 +++++++++--- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 91b776d..63065f6 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,9 @@ action: done (412ms) you need **bun**, **adb**, and an api key for any llm provider. ```bash +# install adb if you don't have it +brew install android-platform-tools + bun install cp .env.example .env ``` diff --git a/site/index.html b/site/index.html index 94aa8b2..ad2f815 100644 --- a/site/index.html +++ b/site/index.html @@ -758,13 +758,19 @@ bun run src/kernel.ts --workflow morning.json
1 +

install adb

+

adb (android debug bridge) is how droidclaw talks to your phone - every tap, type, and swipe goes through it.

+
brew install android-platform-tools
+
+
+ 2

clone and install

git clone https://github.com/unitedbyai/droidclaw.git
 cd droidclaw && bun install
 cp .env.example .env
- 2 + 3

configure an llm provider

edit .env - fastest way to start is groq (free tier):

LLM_PROVIDER=groq
@@ -780,14 +786,14 @@ GROQ_API_KEY=gsk_your_key_here
- 3 + 4

connect your phone

enable usb debugging in developer options, plug in via usb.

adb devices   # should show your device
 bun run src/kernel.ts
- 4 + 5

tune (optional)

keydefaultwhat