You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Quoting an excerpt of the AGPLv3 summary found in the license page of Searx:
[...] When a modified version is used to provide a service over a network, the complete source code of the modified version must be made available.
This is expanded on Section 13 but basically means that if you change anything* from the source project, then you must offer a public link to your changes. Here is a question about this matter.
If we access to the modified public instances found in searx.space, we can find that the majority of them don't offer a link to their sources. Instead, the Source Code link provided at the bottom of their main page still points to https://github.com/asciimoo/searx (some don't even have this link) and their actual sources cannot be found anywhere on their site, violating the AGPLv3 license.
* Although not stated directly in the license, code or configuration files storing secrets are excluded, unless these specific secrets (and not others) are needed for the software to work properly, according to thesetwo sources.