Thanks for the shout-out.
Here's the direct link to my latest release APK: https://anddevw.com/assets/apk/getchromium/app-release.apk
The app is entirely open source so you can verify
everything that it does and if you have any questions or issues, you can get help
here.
Building Chromium from source requires more memory (8GB) than any current production Android device has, so I went with downloading the official Chromium Team release from Google's repository and unpacking and installing it. You can do the exact same process manually (if you have a good file manager like
Amaze) by downloading the official latest build of Chromium for Android here
https://download-chromium.appspot.com/dl/Android?type=snapshots, unzipping it and installing
ChromePublic.apk.
I designed getChromium with developers and Debian users in mind, so updating is a deliberate user-initiated process, generally followed by revisiting
chrome://flags and enabling new experimental features that weren't available in the previous build. There's no point in automating that, and anyone unfamiliar with this type of manual updating and enabling flags would probably be better served by
*Google's Chrome Canary.
*For the record, Google released Chrome Canary for Android 6 months after I released getChromium.