#261·mobilerun

Community Project: DroidRun Task Queue Server (HTTP API + Docker)

Author: chiefMarlinCreated Jan 28, 2026Updated Jan 28, 2026

Hey @johnmalek312 and team!

First off, thanks for building droidrun - it's a fantastic project!

I put together an HTTP API server that wraps droidrun and makes it easy to deploy and queue automation tasks. Thought I'd share in case it's useful to the community.

Features:

  • Docker-based deployment (one command setup)
  • REST API to submit, monitor, and cancel tasks
  • Supports all providers: Claude, ChatGPT, Gemini, DeepSeek, Ollama
  • Task queue with status tracking
  • Wireless ADB support for Mac users

Example: curl -X POST http://localhost:8000/run
-H "X-API-Key: $LLM_API_KEY"
-d '{"goal":"open WhatsApp and send hello to Mom"}'

Repo: https://github.com/8ff/droidrunnerd

Would love any feedback, and happy to answer questions!