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
Kantu is dual-licensed: Open-Source AGPLv3 or Commercial Licensing.
9
+
10
+
The source code available in this repository is licensed under:
11
+
12
+
1. GNU Affero General Public License v3.0. A copy of the AGPLv3 license is included in the repository, and can be obtained by visiting http://www.gnu.org/licenses/agpl.html
13
+
14
+
2. Commercial License available
15
+
16
+
17
+
*** Dual Licensing explained ***
18
+
19
+
Unlike many Open Source software projects, Kantu is owned and fully controlled by a9t9 Software GmbH (a9t9). The vast majority of all Kantu development is done by a9t9, and on rare occasions, bug fixes accepted from outside contributors (under license by a9t9). If you have further questions regarding the development and control of Kantu, please contact a9t9 software GmbH.
20
+
21
+
Kantu is provided under the GNU Affero General Public License (AGPL), as well as under an a9t9 commercial license. For more detailed and complete information on the AGPL please visit the GNU web site.
22
+
23
+
This text is intended to provide a summary of information that developers and companies may find useful in understanding licensing options available for Kantu. It does not represent legal advice. We strongly encourage developers and/or companies to review the specific licensing text made available on the GNU web site.
24
+
25
+
26
+
*** Commercial Licensing ***
27
+
28
+
If you want to use or redistribute _modified_ versions of Kantu or want to include Kantu source code in your project, and do not want to publish the code under the AGPL license, then please contact us for a commercial license.
29
+
30
+
31
+
*** License FAQs ***
32
+
33
+
1. Of course, you do _not_ need a commercial license if you just want to use Kantu in a commercial enviroment. Everthing in this text is about the source code, not about using Kantu itself.
34
+
35
+
2. You do _not_ need a commercial license to redistribute or bundle the _unmodifed_ version of Kantu with your project, as long as Kantu stays separate.
36
+
37
+
Example: Some companies use Kantu to allow their users to record macros that are then run by their commercial SaaS or on-premise application monitoring backends. Such a use is compatible with the AGPLv3 license and no commercial license is required.
38
+
39
+
3. Open-Source Projects: If you want to include/embed Kantu as part of a free, open source project but want to keep your existing license we can probably work something out. Please contact us.
40
+
41
+
42
+
*** NOT INCLUDED ***
43
+
44
+
For information on what is not included with the open-source license, please see the "Not_included.txt" file in this repository.
The Kantu open-source code published in this repository includes the complete, ready-to-run Kantu core extension.
5
+
6
+
The repository and the open-source license does not include:
7
+
8
+
9
+
(1) Source code for the C++ Webassembly module used by the Visual UI testing commands.
10
+
11
+
Kantu works just fine without this module. In addition, the compiled binary of the module is included in the repo, so the VisualAssert, VisualVerify and VisualSearch commands work out of the box. We use Webassembly for the fast, in-browser image search of these commands. Without the KantuSearch module, everything except those three commands continues to work.
12
+
13
+
Please note that not having the source code of this module is _not_ a security issue, as Webassembly code runs in the browser's sandbox and can _not_ do anything buggy or malicious by design. For more information, see https://webassembly.org/docs/security/ .
14
+
15
+
16
+
(2) Source code of the binary KantuX extensions modules. (ROADMAP ITEM - NOT YET AVAILABLE)
17
+
18
+
The Kantu extension modules are cross-platform desktop software and are installed separately. They communicate with Kantu (the core browser extension) via native messaging. They are not included with the Kantu extension that you find in the Chrome and Firefox stores. You can download them from this website: (FUTURE LINK HERE)
19
+
20
+
For more information, please see https://github.com/A9T9/Kantu/issues/42
0 commit comments