Is there an open source alternative to Appflow for over-the-air updates of capacitor apps

I’m currently building an app with capacitor and I need to provide over-the-air updates, much like Appflow’s live updates feature.

I’ve looked around online, but it seems like the only alternatives are Microsoft AppCenter (formerly CodePush), which appears to have dropped support a while ago, and CapGo which is a paid service with a closed-source backend.

Is there any alternative that’s free & open source?

No, and that most likely won’t change since maintaining a project like that is expensive and complex. There’s a reason that AppFlow Live Updates are expensive as they are. And CapGo, while perfectly viable for smaller use cases, isn’t as robust as AppFlow’s offerings at the moment.

You can create your own live update service, we aren’t doing anything proprietary or have any special agreements with Apple/Google if you want to build out your own!

1 Like

Okay, thanks for the info! Too bad, but you do have a point. In that case, I’ll probably have to build my own.

CapGo appears to be open-source and have OTA update capacity, with a paid deployment server, and ability to host your own. It is also an awful lot cheaper, like 1-2 orders of magnitude.

I’ve checked out CapGo, but looking at their GitHub, it seems that only the capacitor plugin is open source and not the server.

Hey @codemaster138 i did found the backend of CapGo :

There also a doc for self host

I did it for my app, pretty easy, sadly i cannot affort appFlow pricing or CapGo pricing for my new project.