this post was submitted on 17 Mar 2025
88 points (97.8% liked)

Opensource

2214 readers
163 users here now

A community for discussion about open source software! Ask questions, share knowledge, share news, or post interesting stuff related to it!

CreditsIcon base by Lorc under CC BY 3.0 with modifications to add a gradient



founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Colloidal@programming.dev 4 points 1 day ago* (last edited 1 day ago) (1 children)

So like OnlyOffice and LibreOffice Online?

Edit: to clarify: both of these products can be self hosted. OnlyOffice’s main business model is to sell hosting services, their software is AGPL v3.

[–] supersquirrel@sopuli.xyz 1 points 1 day ago (1 children)

Between OnlyOffice or LibreOffice which do you recommend?

[–] Colloidal@programming.dev 3 points 1 day ago (1 children)

OnlyOffice is certainly more mature as a hosted app. It was born like this, the desktop version was the port. LibreOffice Online is still beta, I think.

So if your interest is in hosting and online editing, OnlyOffice. Also has an interface that’s very similar to MS Office 365, which can be a pro or con to some. LibreOffice has a more traditional toolbar paradigm.

You can try both before string up a server to see what you prefer. They’re both copyleft so no chance of a rug pull.

[–] Redjard@lemmy.dbzer0.com 2 points 1 day ago* (last edited 1 day ago) (1 children)

They’re both copyleft so no chance of a rug pull.

That's not accurate. It also takes an absence of a cla (Contributor License Agreement) transfering ownership of patches and a diverse set of major contributors to develop that protection.
GPL protects against outside entities taking over a project via a fork, owners are always free to change the license of what they made.

I didn't see a cla on either libreoffice online nor onlyoffice, but you would have to contribute some actual changes to see you don't need to agree to anything and they will accept your contributions without rewriting them later.

In comparison for example audacity makes you transfer rights over code contributions to them. That means they could make audacity closed source at any time and any version from that point would be proprietary. Would they not force contributors to sign that cla, and instead go with a copyleft contribution license, then with going closed source they would violate the licenses under which they use all these contributions.

Basically distributed ownership prevents rug pulls, since ownership beats license restrictions. So you have to check that a project has spread out ownership (independend major contributions) connected by copyleft licenses (standard unless overridden by a (non copyleft) cla)

[–] Colloidal@programming.dev 1 points 21 hours ago

If such a thing would happen, all you need to do is fork the previous, copyleft, version of the code and go on with life as if nothing happened. That’s an economic disincentive for maintainers to try such shenanigans.