/download-chromium

The easiest way to download Chromium - Updated Site

Primary LanguageCSSBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

download-chromium  

This is a web application running on Google App Engine that lets you download the latest Chromium builds for Windows, Mac, Linux, Chrome OS, and Android.

You can find the Google App Engine instance at https://download-chromium2.uc.r.appspot.com/

This web application is officially listed on https://www.chromium.org/getting-involved/download-chromium

  • Go learn the differences between Chromium and Google Chrome Here

Local Development

  • Prerequisites: python3 python3-pip python3-venv
sudo apt install python3 python3-pip python3-venv
  1. Install the Google Cloud SDK via instructions at https://cloud.google.com/sdk/docs/install

  2. Make sure that the app-engine-python component is installed via instructions located Here

  3. Clone the repo:

git clone https://github.com/Alex313031/download-chromium.git
  1. Use the instructions Here to run dev_appserver.py and point to the app.yaml in the repo.

For example:

python3 $HOME/google-cloud-sdk/bin/dev_appserver.py $HOME/download-chromium/app.yaml
  1. Then you can simply open your browser to http://localhost:8080 to view the webpage.

Deployment

gcloud config set project <your-project-id>
gcloud app deploy --project <your-project-id>