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
- Prerequisites: python3 python3-pip python3-venv
sudo apt install python3 python3-pip python3-venv
-
Install the Google Cloud SDK via instructions at https://cloud.google.com/sdk/docs/install
-
Make sure that the
app-engine-python
component is installed via instructions located Here -
Clone the repo:
git clone https://github.com/Alex313031/download-chromium.git
- Use the instructions Here to run
dev_appserver.py
and point to theapp.yaml
in the repo.
For example:
python3 $HOME/google-cloud-sdk/bin/dev_appserver.py $HOME/download-chromium/app.yaml
- Then you can simply open your browser to http://localhost:8080 to view the webpage.
gcloud config set project <your-project-id>
gcloud app deploy --project <your-project-id>