this post was submitted on 12 Feb 2026
254 points (96.7% liked)

Selfhosted

60542 readers
687 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] IanTwenty@piefed.social 37 points 4 months ago (2 children)

The contention is that Mattermost say it's licensed under AGPL but then they add conditions which are incompatible with that license. So it seems they want to give appearance of AGPL but not give the actual rights that come with it. So therefore it's not AGPL.

[–] stuner@lemmy.world 4 points 4 months ago (1 children)

I think the problem is that the license grant (that has been in place for a decade) is not that clear.

You are licensed to use compiled versions of the Mattermost platform produced by Mattermost, Inc. under an MIT LICENSE

  • See MIT-COMPILED-LICENSE.md included in compiled versions for details

You may be licensed to use source code to create compiled versions not produced by Mattermost, Inc. in one of two ways:

  1. Under the Free Software Foundation’s GNU AGPL v3.0, subject to the exceptions outlined in this policy; or [...]

I read it as releasing the binaries under MIT and granting people an AGPL license for the (non-enterprise) code. Some read it as not granting you the full AGPL rights.

To me, the fact that they advertise Mattermost as "open-source" and the statement on the "reciprocal license" above indicates that Mattermost also reads this as an AGPL license grant. However, they don't seem to be interested in fully clarifying the license situation. But, I think they would have a very hard time to argue in court that this license doesn't allow AGPL forks. And I haven't seen any evidence of them acting against any of the existing forks.

[–] boonhet@sopuli.xyz 6 points 4 months ago

AGPL is restrictive so actually having MIT is a backup option weakens the AGPL license. And in particular having the ability to ship closed source binaries if you wish to, under a commercial license, means AGPL means jack shit here to those who want everything to be copyleft

[–] 73ms@sopuli.xyz 3 points 4 months ago (1 children)

which conditions on top of AGPL are they adding?

[–] wilo108@lemmy.ml 9 points 4 months ago (2 children)

My understanding was (perhaps wrong?) that the "Mattermost Team Edition" is offered under the AGPL, and then the "Enterprise" Editions (starting with the "Entry Edition") have additional restrictions (including the 10k message limit in the "Entry Edition" that everyone's been talking about). They do a good job of hiding the "Team Edition" (it's almost like the don't really want to have to offer an open-source editions... 🤔), but it is there if you can find it. https://docs.mattermost.com/product-overview/editions-and-offerings.html#mattermost-team-edition

[–] 73ms@sopuli.xyz 5 points 4 months ago* (last edited 4 months ago)

This seems like your standard open core/dual licensing, CLA controlled BS where open source is indeed treated like an inconvenience... Perhaps with more obfuscation than on average. Probably not really adding requirements on top of AGPL as such but they seem to be offering multiple releases under a more restrictive license either because they have the rights so they can do dual licensing or they keep certain components proprietary and don't offer those with the team/community editions.

So yeah, probably within their legal rights and I assume there is still a codebase/release that you can use under the terms of the AGPL but they do seem to be looking for ways to make it be used as little as possible.

I could be wrong if the AGPL and other open source parts aren't enough for actually compiling a functional version of this but this is what it mostly looks like to me.