License
Tuxery is licensed under the GNU Affero General Public License v3.0 or later (AGPL-3.0-or-later) β a strong copyleft license, and specifically the one built to close the "SaaS loophole" that plain GPL leaves open: modify GPL code and run it as a web service without ever handing anyone a binary, and GPL alone never requires you to share the source. AGPL closes that.
What that means, depending on who you are
Individuals
- Use, read, and study the code freely.
- Modify it for your own use β no obligation to share anything you never distribute.
- Share a modified copy with someone β the source has to come with it.
Non-profits and communities
- Run your own instance, fork it for your community, adapt it freely.
- If people use your modified version over a network (a hosted instance, not just your own machine), you have to offer them its source.
Companies
- Commercial use is allowed.
- The network clause still applies: run a modified version as a service β even internally, even without a traditional "release" β and AGPL requires offering the source to anyone who interacts with it over the network.
Obligations
| Keep notices | Copyright and license notices stay intact in anything you redistribute. |
| Disclose source for network use | Running a modified version as a network service counts β offer its source to users, not just people you hand a copy to directly. |
| State your changes | Mark what you modified, and when. |
| Same license | Modified or combined works stay under AGPL-3.0-or-later β no relicensing under something more permissive or proprietary. |
The one thing worth remembering: fork Tuxery and run it as a service other people can reach β even privately, even without ever shipping a binary β and AGPL requires making that version's source available to them. That's the whole point of choosing AGPL over plain GPL for a web app.
This page is a plain-language summary for convenience, not legal advice β the license text in each repository is what actually governs. Full text: gnu.org/licenses/agpl-3.0, or the LICENSE file in this repository.