Why does this service exist?
These generators exist to close some of the most common application gaps in the Android Enterprise ecosystem. Working with so many customers and partners, I hear the same complaints over and over. They exist to provide a good, affordable, feature-complete alternative to proprietary EMM tools, expensive third parties, or the feature-sparse options many organisations have to put up with today.
Is it really free?
Yes. No fee, no account, no per-app charge. Fill in the form and download your app.
What do I get?
A signed release APK or AAB (your choice of format), ready to distribute, plus the full MIT-licensed source of the app that was built. The app is yours to keep, modify and ship.
What happens to my files?
They don't stick around. Your build, its source and config are deleted five minutes after you download them, and anything left undownloaded is purged within a day. No account means nothing is tied to a profile.
That also means each time you rebuild you'll need to supply your uploaded assets again (sorry).
What is an update code?
Every build is given a brand-new package name, unique to your app, written to a permanent registry and never issued to another generated app again. Stored alongside it is an update code: a one-off secret, like a password, that grants the right to claim that same package name later.
Supply the code when you regenerate and the new build keeps its original identity, so (as long as it's signed the same way) it installs straight over the existing app across your estate as a normal update, with nothing to uninstall first.
Only a hash of the code is ever stored, so it cannot be looked up or recovered later. Lose it and that package name is gone for good - the next build would mint a fresh identity your devices treat as a separate app. Treat the update code like a password and keep it safe.
Why sign them with a Bayton certificate?
Android requires an app to be signed before it can be installed. For release builds, a Bayton certificate is offered for signing so it's ready to deploy right away - the same convenience F-Droid and similar services offer.
Prefer to own the key? Upload your own keystore in the form, or take the source and sign it yourself. Just note, and this is not optional - never reuse a keystore that has signed any other app. You're effectively providing keystore credentials to a third-party service; if they were ever compromised, you'd only need to rotate them on the generated app.
How are these apps supported?
Support is always offered for application bugs and product issues. For help using the generators, deploying them, or other in-life guidance, start with the documentation within each generator, or head on over to bayton.org/projects for more information.
If you'd still like a hand, or your internal policies require a vendor-supported product, reach out to explore commercial options through BAYTON consultancy. The app source is provided too, so your own developers can build on these projects at any point (which would naturally fall outside support from here).
So what's the catch?
There isn't one. These tools are funded through BAYTON consultancy. If you'd benefit from help with your Android estate, please reach out - and if you're simply happy with the service, tell others about it.