MatrixEasyMode / Open Source
Open source is the trust model
MatrixEasyMode is built in public for people who want to self-host Matrix, understand what is running, and stay in control of their own communication stack.
MatrixEasyMode exists to make Matrix easier to run without turning it into a black box. The code, deployment materials, and documentation are public so users can inspect how the system works before trusting it with their own infrastructure.
The project is licensed under AGPLv3 because it is network-facing, self-hosted software. That license choice helps keep the project aligned with transparency, modification, and public collaboration.
For this kind of software, trust should come from visibility: inspectable code, documented behavior, clear release materials, and a deployment model you can run yourself.
Source code you can inspect
MatrixEasyMode is open source so you can see how it deploys, configures, and manages your Matrix stack.
No hidden control plane
The goal is self-hosted operation on infrastructure you control, not a managed service quietly sitting in the middle.
Documented behavior
Installation, configuration, networking, releases, and runtime expectations should be clear enough to reason about.
Practical trust signals
MatrixEasyMode does not need a separate trust manifesto. The important parts should be visible in the code, docs, and runtime behavior.
MatrixEasyMode builds on upstream open source projects including Matrix / Synapse, Element, Nginx Proxy Manager, and Postgres. The goal is not to replace that ecosystem, but to make a working Matrix + Element deployment easier to stand up and operate.
Use GitHub for the source code, release materials, and licensing details. Use the docs for installation, configuration, operations, and troubleshooting.
