Provide release of all Proton software as signed GitHub releases
Setting up a new computer with Proton is tedious due to the need to download the entire suite one by one. There exists many package managers for handling installation of software already so it would be possible to utilize those tools. It's also desirable from a security point of view to be able to verify the integrity of the software which many of the package managers support.
A good start is to provide the software as GitHub releases so it's possible for the community to use tools directly supporting that, or automate the creation of other formats when new releases appear. My desired outcome would be to be able to use https://mise.jdx.dev/dev-tools/ and use the GitHub releases directly. Then specifying the following in a mise.toml would solve updates and new installation in mere seconds:
[tools]
proton-drive = 'latest'
proton-mail = 'latest'
proton-pass = 'latest'
proton-sheets = 'latest'
Thanks for great products!