# Please, update Chromium version

**URL:** https://discourse.appimage.org/t/please-update-chromium-version/342
**Category:** Using AppImages
**Created:** [May 2, 2018, 11:36am UTC](https://discourse.appimage.org/t/please-update-chromium-version/342 "2018-05-02T11:36:17Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![rubensa](https://yyz1.discourse-cdn.com/flex027/user_avatar/discourse.appimage.org/rubensa/32/135_2.png) [@rubensa](https://discourse.appimage.org/u/rubensa)
#### Post date: [May 2, 2018, 11:36am UTC](https://discourse.appimage.org/t/please-update-chromium-version/342/1 "2018-05-02T11:36:17Z")

</div>

Last AppImage currently available for Chromium seems to be version [55.0.2843.0](https://bintray.com/probono/AppImages/Chromium) created two years ago.

Could you, please, update to newest version?

**NOTE** : [https://download-chromium.appspot.com/](https://download-chromium.appspot.com/) seems to update regularly (It last version was updated just 17 minutes ago)

Thanks!

---

<div class="post-metadata">

### Author: ![probono](https://yyz1.discourse-cdn.com/flex027/user_avatar/discourse.appimage.org/probono/32/81_2.png) [@probono](https://discourse.appimage.org/u/probono)
#### Post date: [May 4, 2018, 10:41pm UTC](https://discourse.appimage.org/t/please-update-chromium-version/342/2 "2018-05-04T22:41:30Z")

</div>

These are just some experimental AppImages I made a while back as a proof-of-concept. Please ask the Chromium project to provide officially supported AppImages. Thanks.

---

<div class="post-metadata">

### Author: ![Ads20000](https://yyz1.discourse-cdn.com/flex027/user_avatar/discourse.appimage.org/ads20000/32/84_2.png) [@Ads20000](https://discourse.appimage.org/u/Ads20000)
#### Post date: [May 14, 2018, 10:17pm UTC](https://discourse.appimage.org/t/please-update-chromium-version/342/3 "2018-05-14T22:17:07Z")

</div>

There’s also [the Chromium snap](https://snapcraft.io/chromium) if you’re OK with snaps 😉 It’s also becoming [required](https://community.ubuntu.com/t/chromium-updates-on-trusty/5905) for up-to-date Chromium in Ubuntu 14.04 and recommended for later versions too.

---

<div class="post-metadata">

### Author: ![probono](https://yyz1.discourse-cdn.com/flex027/user_avatar/discourse.appimage.org/probono/32/81_2.png) [@probono](https://discourse.appimage.org/u/probono)
#### Post date: [May 17, 2018, 7:55am UTC](https://discourse.appimage.org/t/please-update-chromium-version/342/4 "2018-05-17T07:55:36Z")

</div>

There’s also rpm, deb, Flatpak, source, git,… but that’s besides the point. If you like an AppImage, then please ask the authors of the application to provide one.

---

<div class="post-metadata">

### Author: ![mrsarm](https://yyz1.discourse-cdn.com/flex027/user_avatar/discourse.appimage.org/mrsarm/32/417_2.png) [@mrsarm](https://discourse.appimage.org/u/mrsarm)
#### Post date: [July 3, 2020, 8:47pm UTC](https://discourse.appimage.org/t/please-update-chromium-version/342/5 "2020-07-03T20:47:10Z")

</div>

Hi @probono , I’m a new user of AppImage apps, and I just ran the oldest AppImage version you built for Chromium in my Kubuntu 20.04 installation, amazing how fast is to setup and run any app (actually no setup at all 😃 ), thanks for the builds you made!

Currently I need to run **Chromium 33** , the reason why this version is special is because it is the latest version shipped with **Android 4.4** (the **WebView** ), and it is the latest version of Android that does not allow to update the WebView component for HTML5 apps, and because I’m working in a project where we need to support this version, I wanted to be able to run Chromium 33 without the need to run and debug inside an Android virtual env or virtualizing an old desktop version of Linux, at least for the day to day development.

I found the official build for Chrome 33 is [https://commondatastorage.googleapis.com/chromium-browser-snapshots/index.html?prefix=Linux\_x64/241106/](https://commondatastorage.googleapis.com/chromium-browser-snapshots/index.html?prefix=Linux_x64/241106/) , and of course trying to execute it with a modern Desktop Linux version doesn’t work.

Could you provide the script you used to build the Chrome AppImage bundles ? If you can make the build for Chrome 33 and publish it would be great, for sure other developers would appreciate it, but if you can’t, I can try, but having your build script would make easier the task, I read a bit how to build an AppImage but never did before.

---

<div class="post-metadata">

### Author: ![probono](https://yyz1.discourse-cdn.com/flex027/user_avatar/discourse.appimage.org/probono/32/81_2.png) [@probono](https://discourse.appimage.org/u/probono)
#### Post date: [July 7, 2020, 6:38am UTC](https://discourse.appimage.org/t/please-update-chromium-version/342/6 "2020-07-07T06:38:06Z")

</div>

Hello @mrsarm,

please see the [https://github.com/AppImage/pkg2appimage](https://github.com/AppImage/pkg2appimage) project.

Especially, you may want to check out those recipes for `pkg2appimage`:

- [https://github.com/AppImage/pkg2appimage/blob/master/recipes/Chromium\_Beta.yml](https://github.com/AppImage/pkg2appimage/blob/master/recipes/Chromium_Beta.yml)
- [https://github.com/AppImage/pkg2appimage/blob/master/recipes/Google\_Chrome.yml](https://github.com/AppImage/pkg2appimage/blob/master/recipes/Google_Chrome.yml)
- [https://github.com/AppImage/pkg2appimage/blob/master/recipes/Ungoogled\_Chromium.yml](https://github.com/AppImage/pkg2appimage/blob/master/recipes/Ungoogled_Chromium.yml)

Here is the documentation: [https://github.com/AppImage/pkg2appimage/blob/master/YML.md](https://github.com/AppImage/pkg2appimage/blob/master/YML.md)

Generally speaking, please ask the Chromium project to provide officially supported AppImages. Thanks.
