Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 2 KB

README.md

File metadata and controls

40 lines (23 loc) · 2 KB

get-chromium

A Python script to instantly download the latest Chromium snapshot. Works on Linux (including ARM), Windows, Mac, Android.

How does it work?

get-chromium attempts to retrieve the latest Chromium snapshots, available here. It keeps track of the latest downloaded revision, enabling it to update accordingly.

Place get-chromium.py in the directory where you would like to download the snapshots, and run it from there.

Currently, the supported OS are Linux (x86, x86-64, ARM), Windows, Mac and Android.

Requirements

Depending on your OS, you must install the following programs to run get-chromium:

Note: get-chromium has not been tested on Linux ARM. On another note, I don't know if it works with QPython either. Please open an issue if it doesn't.

Downloading Chromium

Once you launch get-chromium.py, it will automatically download Chromium (safely, over HTTPS) - have a cup of coffee in the meantime. Should any error occur, get-chromium will inform you.

On Android, you first need to install Python4Android, then run get-chromium.py through SL4A.

Contribution

You are welcome to modify the script and add new features (especially installing Chromium on Mac & Linux).

To contribute, please fork the project and submit a pull request when appropriate.

License

get-chromium has been released into the public domain. Read LICENSE, WAIVER.md and check unlicense.org for further information.