Skip to content

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

Description

@chiefMarlin

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!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions