{"id":43963064,"url":"https://github.com/zhixianio/botdrop-android","last_synced_at":"2026-04-01T17:13:13.160Z","repository":{"id":336458377,"uuid":"1149756272","full_name":"zhixianio/botdrop-android","owner":"zhixianio","description":"Run AI agents on your Android phone — no terminal, no CLI, just a guided setup.","archived":false,"fork":false,"pushed_at":"2026-03-18T07:23:54.000Z","size":11083,"stargazers_count":344,"open_issues_count":2,"forks_count":42,"subscribers_count":3,"default_branch":"master","last_synced_at":"2026-03-18T17:30:13.179Z","etag":null,"topics":["aiagent","android","botdrop","clawdbot","openclaw"],"latest_commit_sha":null,"homepage":"https://botdrop.app","language":"Java","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"termux/termux-app","license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zhixianio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null},"funding":{"custom":"https://termux.dev/donate"}},"created_at":"2026-02-04T13:40:45.000Z","updated_at":"2026-03-18T11:07:35.000Z","dependencies_parsed_at":"2026-02-10T17:01:09.855Z","dependency_job_id":null,"html_url":"https://github.com/zhixianio/botdrop-android","commit_stats":null,"previous_names":["louzhixian/owlia-android","zhixianio/botdrop-android"],"tags_count":110,"template":false,"template_full_name":null,"purl":"pkg:github/zhixianio/botdrop-android","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhixianio%2Fbotdrop-android","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhixianio%2Fbotdrop-android/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhixianio%2Fbotdrop-android/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhixianio%2Fbotdrop-android/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zhixianio","download_url":"https://codeload.github.com/zhixianio/botdrop-android/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhixianio%2Fbotdrop-android/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31290538,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T13:12:26.723Z","status":"ssl_error","status_checked_at":"2026-04-01T13:12:25.102Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aiagent","android","botdrop","clawdbot","openclaw"],"created_at":"2026-02-07T06:03:19.861Z","updated_at":"2026-04-01T17:13:13.155Z","avatar_url":"https://github.com/zhixianio.png","language":"Java","funding_links":["https://termux.dev/donate"],"categories":[],"sub_categories":[],"readme":"# BotDrop\n\nRun AI agents on your Android phone — no terminal, no CLI, just a guided setup.\n\nBotDrop wraps [OpenClaw](https://github.com/nicepkg/openclaw) into a user-friendly Android app. Install, configure, and manage your AI agent in 4 simple steps.\n\n## Features\n\n- **Guided 4-step setup** — Auth → Agent → Install → Channel\n- **Multi-provider support** — Anthropic, OpenAI, Google Gemini, OpenRouter, and more\n- **Telegram \u0026 Discord integration** — Chat with your agent through your favorite messenger\n- **Background gateway** — Keeps your agent running with auto-restart\n- **No terminal required** — Everything happens through the GUI\n\n## Installation\n\n### Download APK\n\nDownload the latest APK from [Releases](../../releases).\n\n### Build from Source\n\nPrerequisites:\n- Android SDK (API level 34+)\n- NDK r29+\n- JDK 17+\n\n```bash\ngit clone https://github.com/louzhixian/botdrop.git\ncd botdrop\n./gradlew assembleDebug\n```\n\nThe APK will be at `app/build/outputs/apk/debug/`.\n\n## Architecture\n\nBotDrop is built on [Termux](https://github.com/termux/termux-app), providing a Linux environment for running Node.js-based AI agents on Android.\n\n```\n┌──────────────────────────────────┐\n│     BotDrop UI (app.botdrop)     │\n├──────────────────────────────────┤\n│     Termux Core (com.termux)     │\n├──────────────────────────────────┤\n│  Linux Environment (proot/apt)   │\n├──────────────────────────────────┤\n│  OpenClaw + Node.js + npm        │\n└──────────────────────────────────┘\n```\n\nSee [docs/design.md](docs/design.md) for detailed architecture.\n\n## Contributing\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.\n\n## Crash Reporting\n\nSee [docs/crashlytics.md](docs/crashlytics.md) for Firebase Crashlytics setup, build behavior, and privacy notes.\n\n## License\n\nThis project is licensed under the [GNU General Public License v3.0](LICENSE).\n\nBuilt on [Termux](https://github.com/termux/termux-app) (GPLv3).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzhixianio%2Fbotdrop-android","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzhixianio%2Fbotdrop-android","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzhixianio%2Fbotdrop-android/lists"}