How To Install Firefox OS On Linux & A Quick Demo

How to Install and Run Firefox Mobile B2G

  1. 1 Download b2g and extract the package
  2. 2 Download and install Gaia
    1. Open terminal from the dash home:
      git clone git://github.com/mozilla-b2g/gaia
    2. make -C gaia profile
  3. 3 Run Firefox Mobile B2G
    1. In terminal run:
      PATH/TO/B2G-foder/b2g -profile gaia/profile
    2. Example:
      /home/jeremy/b2g/b2g -profile gaia/profile

Tip: Make sure you have the necessary permissions to execute the b2g binary. You might need to run chmod +x /path/to/b2g if you encounter permission issues.