zapstore / zapstore

Permissionless app store powered by your social network
https://zap.store
MIT License
41 stars 4 forks source link

Mac, Windows, Linux, etc #106

Closed keith-gardner closed 1 week ago

keith-gardner commented 1 week ago

Will this be a mono-repo for all platforms?

I'd like to help with Mac developement; I'm intimately familiar with build/dist process.

Would love to pilot with Branta on a number of features

franzaps commented 1 week ago

Yep! For the foreseeable future this will be a mono-repo for all platforms, Flutter allows us to produce binaries for all the targets we're interested in with great tree-shaking capabilities. Thanks though, I think you are referring to Swift version.

Actually, Mac already works. I usually run it during development (could break now until we abstract the package manager). We have an issue open for this (https://github.com/zapstore/zapstore/issues/29) and it'll be released in a few months from now as our bottleneck comes from strategy and dev tooling, not the app itself.