From d35d685c3f2218b3d59286a7bfe5a578267d608a Mon Sep 17 00:00:00 2001 From: Sanju Sivalingam Date: Wed, 18 Feb 2026 23:56:38 +0530 Subject: [PATCH] feat: add APK download links and launch banner across site, web, and README --- README.md | 2 ++ site/index.html | 19 ++++++++++++--- web/src/routes/dashboard/devices/+page.svelte | 23 +++++++++++++------ 3 files changed, 34 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 4ccae81..f4f093d 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ > an ai agent that controls your android phone. give it a goal in plain english — it figures out what to tap, type, and swipe. +**[Download Android APK (v0.3.1)](https://github.com/unitedbyai/droidclaw/releases/download/v0.3.1/app-debug.apk)** | **[Dashboard](https://app.droidclaw.ai)** | **[Discord](https://discord.gg/nRHKQ29j)** + i wanted to turn my old android devices into ai agents. after a few hours reverse engineering accessibility trees and playing with tailscale.. it worked. think of it this way — a few years back, we could automate android with predefined flows. now imagine that automation layer has an llm brain. it can read any screen, understand what's happening, decide what to do, and execute. you don't need api's. you don't need to build integrations. just install your favourite apps and tell the agent what you want done. diff --git a/site/index.html b/site/index.html index e7b1d34..40a2219 100644 --- a/site/index.html +++ b/site/index.html @@ -422,14 +422,17 @@
-
experimental
+ now live — sign up & start controlling your device

turn old phones into
ai agents

give it a goal in plain english. it reads the screen, thinks about what to do, taps and types via adb, and repeats until the job is done.

+
+ 4

connect your phone

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

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

tune (optional)

diff --git a/web/src/routes/dashboard/devices/+page.svelte b/web/src/routes/dashboard/devices/+page.svelte index 6159f97..fb6f72d 100644 --- a/web/src/routes/dashboard/devices/+page.svelte +++ b/web/src/routes/dashboard/devices/+page.svelte @@ -103,13 +103,22 @@

Install the Android app, paste your API key, and your device will appear here.

- - - Create an API key - + {:else}
keydefaultwhat