Join us and the lead editor of IRL, Mozilla's multi-award-winning podcast, for a behind-the-scenes look at the pod and to contribute your ideas for the next season, themed: "AI and ME." Mark your calendar and join our Community Call on Wednesday, Aug 7, 17:00–17:45 UTC. See you there!

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

command line to install firefox app

  • 3 replies
  • 3 have this problem
  • 162 views
  • Last reply by guigs

more options

Is there any way to install firefox application( stand alone packaged app ) through firefox device terminal?

Is there any way to install firefox application( stand alone packaged app ) through firefox device terminal?

All Replies (3)

more options

If this is about WebApps on Firefox OS then you should ask on https://lists.mozilla.org/listinfo/webapps

If this is about Firefox for Android you can install the Android app with the SDK adb command.

   adb install -r Firefox-Android-file.apk
more options

Thank you for the reply , but I was looking on how to install WebApps on Firefox OS though command line

more options

Hi vineesh, there is a way to install a Web app this way : https://developer.mozilla.org/en-US/d.../Apps.install However I would recommend reading more about how the development of apps work with the Introduction to Web Apps: https://developer.mozilla.org/en-US/A.../Intro_to_open_web_apps