Mattermesh is an early-stage community project based on Mattermost.
Important note:
- we intentionally build from a non-enterprise baseline so patches can be applied and maintained with fewer conflicts
- this project does not claim to rewrite licensing terms
- if a legal expert wants to help review or propose a clean licensing path, contributions are very welcome
Current focus:
- implement SSO support through a dedicated patch
- remove restrictive user limits
- keep the setup simple with Docker Compose
Status:
- not production-ready
- looking for contributors
Mattermesh builds from:
- repository:
https://github.com/mattermost/mattermost - pinned commit:
e296a314bb93a318b66aec81353776b7d95aa04a
patches/mattermesh-sso.patchpatches/mattermesh-nolimituserpatch.patch
docker compose build --no-cache
docker compose up -dThen open http://localhost:8065.
Contributions are welcome. Please include:
- the exact upstream commit tested
- clear patch rationale
- reproducible validation steps