Seren Autonome โ app releases (OTA)
Public release channel for the Seren Autonome Android app. Hosts the signed
release APKs and a latest.json manifest the in-app updater polls.
Source code is private; only the signed APK is published here. The signing key never leaves the developer machine, so Android's same-key requirement blocks any tampered APK from installing as an update.
latest.json
{
"versionCode": 2,
"versionName": "0.2.0",
"url": "https://huggingface.co/skyline624/seren-autonome-app/resolve/main/seren-autonome-0.2.0.apk",
"sha256": "<hex>",
"notes": "โฆ",
"mandatory": false
}
The app compares versionCode to the installed package, downloads url, verifies
sha256, then hands the APK to the system installer.
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐ Ask for provider support