百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
B

botdrop-android

> AI 编程
开源

在 Android 手机上运行 AI 代理 – 没有终端,没有 CLI,只需进行引导设置。

392 stars0 点赞0 次浏览
访问官网GitHub

工具介绍

在 Android 手机上运行 AI 代理 – 没有终端,没有 CLI,只需进行引导设置。

BotDrop

Run AI agents on your Android phone — no terminal, no CLI, just a guided setup.

BotDrop wraps OpenClaw into a user-friendly Android app. Install, configure, and manage your AI agent in 4 simple steps.

Features

  • Guided 4-step setup — Agent → Install → Auth → Channel
  • Multi-provider support — Anthropic, OpenAI, Google Gemini, OpenRouter, and more
  • Telegram & Discord integration — Chat with your agent through your favorite messenger
  • Background gateway — Keeps your agent running with auto-restart
  • No terminal required — Everything happens through the GUI

Installation

Download APK

Download the latest APK from Releases.

Build from Source

Prerequisites:

  • Android SDK Platform 36
  • NDK 29.0.14206865
  • JDK 17
  • Node.js and npm (for preparing the bundled runtime)

Prepare the OpenClaw runtime and QQ plugin before building; they are required for the app's offline setup.

git clone https://github.com/louzhixian/botdrop.git
cd botdrop

export BOTDROP_BUNDLED_OPENCLAW_VERSION=2026.3.13
QQBOT_VERSION=1.5.4
./scripts/build-openclaw-bundle.sh "$BOTDROP_BUNDLED_OPENCLAW_VERSION"
./scripts/build-qqbot-plugin-bundle.sh "$QQBOT_VERSION"

export BOTDROP_OPENCLAW_BUNDLE_TGZ="$PWD/build/openclaw-bundles/openclaw-runtime-${BOTDROP_BUNDLED_OPENCLAW_VERSION}.tar"
export BOTDROP_QQBOT_PLUGIN_DIR="$PWD/build/openclaw-bundles/qqbot-sliverp-qqbot-${QQBOT_VERSION}/package"
./gradlew assembleDebug

Bundle preparation requires network access. The APK will be at app/build/outputs/apk/debug/ (arm64 only).

Architecture

BotDrop is built on Termux, providing a Linux environment for running Node.js-based AI agents on Android.

┌──────────────────────────────────┐
│     BotDrop UI (app.botdrop)     │
├──────────────────────────────────┤
│     Termux Core (com.termux)     │
├──────────────────────────────────┤
│  Linux Environment (proot/apt)   │
├──────────────────────────────────┤
│  OpenClaw + Node.js + npm        │
└──────────────────────────────────┘

See docs/design.md for the original design proposal; some flows differ from the current implementation.

Contributing

See CONTRIBUTING.md for guidelines.

Crash Reporting

See docs/crashlytics.md for Firebase Crashlytics setup, build behavior, and privacy notes.

License

This project is licensed under the GNU General Public License v3.0.

Built on Termux (GPLv3).

Issues· 0 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

Javaaiagentandroidbotdropclawdbot

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类AI 编程
定价开源

> 相关工具

G
GitHub Copilot
GitHub 官方 AI 编程助手,覆盖补全、Chat 与 Agent 模式。
C
Cursor
AI 原生代码编辑器,对话改代码、多文件 Agent 与规则体系是其核心。
S
skills
Skills for Real Engineers. Straight from my .agents directory.