← Back to context

Comment by sharipova

2 years ago

(co-founder of anytype) our main promises are privacy, end-to-end encryption, user controlled keys, self-hosting, p2p sync - all of which should add up to what we can user autonomy from the software provider which we believe to be important. To prove these claims the best way is open the source code. As promises of encryption and ownership stay promises unless you can be sure of it. That was one main motivation and why we think it's worth highlighting.

So I see the networking portions of the code are Free Software - that's great. How are people expected to use it if their use does not fall under "non-commercial use" as defined in the client license? Do you expect people to write their own clients for commercial use, or do you offer commercial licenses?

  • For non-commercial use, you're prohibited from selling it, but using it within your organization is permitted

    • You do realize this also means that a for-profit company can’t use the software at all, right?

      Unmodified, modified, whatever.

      I don’t think that was your intent, but that’s exactly how it reads. Or maybe that is your intent?

Is there a way to make sure I am using the code you published and not a different version?

  • We do releases in the Github Actions CI. So you can inspect the CI logs and published artefacts(desktop/android). Then you can compare the binaries checksums. I would appreciate ideas on how we can make it more transparent