louisgv / local.ai

🎒 local.ai - Run AI locally on your PC!
https://localai.app
GNU General Public License v3.0
606 stars 53 forks source link

Consider packaging on Flathub for Linux #5

Open Regular-Baf opened 1 year ago

Regular-Baf commented 1 year ago

AppImage is awesome, and made this project super easy to get running for me, but I think Flatpak would also be nice for better desktop integration and updates along with the system.

louisgv commented 1 year ago

This is open for contributions! I'm not sure how to bundle for Flatpak, but if there's a way to convert between AppImage and FlatPak and have a workflow that push to the Flakpak's hub, that'd be very nice!

Regular-Baf commented 1 year ago

I've never published anything to Flathub myself, but as someone with zero dev experience, I was able to follow the Flatpak wiki to build something before, so maybe it would be helpful.

louisgv commented 1 year ago

I think we need someone to champion this effort

step21 commented 1 year ago

These are relevant for that. Some work was done on making this easier, but there is no consisten way yet. https://github.com/tauri-apps/tauri/issues/3619 https://github.com/tauri-apps/tauri/discussions/4426 https://github.com/flatpak/flatpak-builder-tools/tree/master/cargo https://github.com/flathub/in.cinny.Cinny (as an example tauri app that is flatpacked)