Conversation

F-Droid has issues blocking us from bundling it especially with the privileged extension. Even if the technical issues were addressed, we want GrapheneOS to be permissively licensed including the ability to make a locked down device. F-Droid's GPLv3 license is incompatible.
2
4
It may initially be based on forking our over-the-air update app and having it do background app updates instead. It can then be extended to verifying a signature for the metadata index in advance which would be a requirement for extending to be able to install new packages.
1
2
It will only be able to install modern apps targeting API 28+ which makes things a lot simpler. Only apps targeting API < 23 are incompatible with automatic updates due to the legacy permission model with user-facing permissions granted at install/update time instead of runtime.
1
2
Show replies