You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 8, 2023. It is now read-only.
What do you guys think about the idea of asking the Flatpak project to integrate IPFS?
I was wondering if there's interest in exploring the possibility of storing the Flatpak store on IPFS. Ideally without any compression, to let buzhash figuring out any diff of an update.
If IPFS could be mounted, like via NFS (see ipfs/roadmap#83), IPFS could become the storage for the application and fetch new versions on-the-fly when opening the app the next time.
An example of how it could work:
The app would be put unpacked to IPFS and published under an IPNS.
On an update, the latest IPNS would be resolved and the IPFS would be mounted to ./.local/share/flatpak/app/$app-id/
IPFS would be asked to store the app in the MFS under /flatpak-apps/$app-id/ for example and fetch it recursively.
You could start the app immediately after an update, while IPFS still fetches the differences, the same goes for installations. But a warning about degraded performance while the fetching is still running would be good.
Since we could use buzhash as a chunker and the files are stored uncompressed as a directory structure this would automatically do differential updates.