@hitechclaw/clawspark 2.0.0 → 2.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -9,6 +9,13 @@ and this project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.ht
9
9
 
10
10
  ### Added
11
11
  - Changelog tracking for future releases.
12
+ - Custom non-commercial-use license allowing individuals and organizations to
13
+ use the software for strictly non-commercial purposes only.
14
+ - Explicit prohibition on commercialization, commercial consulting, and other
15
+ for-profit use by third parties without separate permission.
16
+ - `NOTICE` file summarizing the repository's non-commercial-use terms.
17
+ - `COMMERCIAL-LICENSE.md` explaining that commercial rights require a
18
+ separate written agreement.
12
19
  - npm packaging metadata via `package.json` and `.npmignore`.
13
20
  - GitHub Actions workflow for publishing public npm releases from version tags.
14
21
  - Release validation that checks tag/version alignment before npm publish.
@@ -0,0 +1,37 @@
1
+ # Commercial Licensing
2
+
3
+ `clawspark` is available to individuals, companies, and organizations for
4
+ strictly non-commercial use under the terms of [`LICENSE`](LICENSE).
5
+
6
+ ## Commercial use requires separate written permission
7
+
8
+ You must obtain a separate written commercial license from the repository
9
+ owner / copyright holder before doing any of the following:
10
+
11
+ - commercializing the project or a derivative product
12
+ - providing paid consulting, implementation, integration, deployment, or
13
+ training based on this repository
14
+ - using the project in paid client work, contract work, vendor delivery, or
15
+ outsourced service delivery
16
+ - including the project in a paid product, hosted service, SaaS offering,
17
+ subscription, bundle, or marketplace listing
18
+ - using the project in any workflow intended to generate revenue or provide a
19
+ commercial advantage
20
+
21
+ ## Non-commercial use that is allowed
22
+
23
+ Without a separate commercial license, the project may be used only for
24
+ strictly non-commercial purposes such as:
25
+
26
+ - personal learning and experimentation
27
+ - academic or educational work
28
+ - internal research, testing, and evaluation
29
+ - internal non-commercial use by a company or organization
30
+
31
+ ## Contact for licensing
32
+
33
+ To request commercial rights or a custom commercial agreement, contact the
34
+ repository owner / copyright holder.
35
+
36
+ Until such permission is granted in writing, all commercial rights remain
37
+ reserved.
package/LICENSE CHANGED
@@ -1,21 +1,88 @@
1
- MIT License
1
+ Pho Tue SoftWare Solutions Non-Commercial Use License v1.0
2
2
 
3
3
  Copyright (c) 2026 Nguyen Thanh An by Pho Tue SoftWare Solutions JSC
4
4
 
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
5
+ This repository and all associated source code, scripts, configuration files,
6
+ documentation, website assets, and related materials (collectively, the
7
+ "Software") are protected by copyright.
11
8
 
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
9
+ 1. Limited License Grant
10
+
11
+ Subject to the terms of this license, you are granted a limited, revocable,
12
+ non-exclusive, non-transferable, non-sublicensable license to:
13
+
14
+ - use, copy, modify, and run the Software by an individual, company,
15
+ organization, institution, or other legal entity solely for private,
16
+ internal, educational, research, evaluation, or other strictly
17
+ non-commercial purposes; and
18
+ - create derivative works solely for private, internal, educational,
19
+ research, evaluation, or other strictly non-commercial use.
20
+
21
+ 2. Commercial Use Is Prohibited
22
+
23
+ You may not, without prior written permission from the copyright holder:
24
+
25
+ - sell, license, sublicense, lease, host, distribute, or otherwise monetize
26
+ the Software;
27
+ - commercialize the Software, in whole or in part, whether directly or
28
+ indirectly;
29
+ - use the Software to provide consulting, integration, implementation,
30
+ managed services, outsourcing, support services, training services, or any
31
+ other service to clients or third parties;
32
+ - use the Software for any third-party commercial engagement, client work,
33
+ vendor delivery, agency delivery, contract work, or billable activity;
34
+ - use the Software for any revenue-generating activity, commercial advantage,
35
+ production workload, paid proof-of-concept, internal commercial workflow,
36
+ or customer-facing offering;
37
+ - include the Software in any paid product, commercial bundle, SaaS,
38
+ subscription service, marketplace listing, or hosted platform; or
39
+ - authorize any third party to do any of the above.
40
+
41
+ For clarity, use by individuals and organizations is permitted only when the
42
+ use is strictly non-commercial. Third-party commercialization, consulting for
43
+ third parties, revenue-generating use, client service delivery, and all other
44
+ commercial use are forbidden.
45
+
46
+ 3. Exclusive Commercial Rights Reservation
47
+
48
+ All commercial rights are reserved exclusively to the copyright holder,
49
+ Nguyen Thanh An by Pho Tue SoftWare Solutions JSC, including the owner of this
50
+ repository. Only the copyright holder or an expressly authorized licensee may
51
+ commercialize the Software.
52
+
53
+ 4. Redistribution Conditions
54
+
55
+ If you share permitted copies of the Software for strictly non-commercial
56
+ purposes, you must:
57
+
58
+ - include this license and the copyright notice in all copies or substantial
59
+ portions of the Software; and
60
+ - clearly state that the Software is licensed for non-commercial use only.
61
+
62
+ Non-commercial use means use that is not intended for and does not result in
63
+ commercial advantage, revenue generation, paid service delivery, product
64
+ commercialization, client work, or other commercial exploitation. A company or
65
+ organization may use the Software only for strictly non-commercial internal,
66
+ educational, research, testing, or evaluation purposes.
67
+
68
+ 5. Termination
69
+
70
+ Any use of the Software in violation of this license automatically terminates
71
+ your rights under this license immediately.
72
+
73
+ 6. No Trademark License
74
+
75
+ This license does not grant any right to use any trade name, trademark,
76
+ service mark, logo, or brand feature of Nguyen Thanh An, Pho Tue SoftWare
77
+ Solutions JSC, or this repository, except as required for reasonable and
78
+ customary attribution.
79
+
80
+ 7. No Warranty
14
81
 
15
82
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
83
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
84
+ FITNESS FOR A PARTICULAR PURPOSE, TITLE, AND NONINFRINGEMENT. IN NO EVENT
85
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES, OR
86
+ OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT, OR OTHERWISE, ARISING
87
+ FROM, OUT OF, OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
88
+ IN THE SOFTWARE.
package/NOTICE ADDED
@@ -0,0 +1,22 @@
1
+ clawspark
2
+ Copyright (c) 2026 Nguyen Thanh An by Pho Tue SoftWare Solutions JSC
3
+
4
+ This repository is source-available under the terms in `LICENSE`.
5
+
6
+ Summary:
7
+ - Non-commercial use by individuals, companies, and organizations is
8
+ permitted.
9
+ - Commercial use is prohibited without prior written permission.
10
+ - Commercialization of the product or any derivative offering is prohibited
11
+ without prior written permission.
12
+ - Consulting, client services, paid implementation, hosting, resale,
13
+ sublicensing, and monetization are prohibited unless separately authorized
14
+ in writing.
15
+ - Internal non-commercial use such as research, evaluation, testing,
16
+ education, and private experimentation is allowed, including within a
17
+ company or organization.
18
+ - Exclusive commercial rights are reserved to the repository owner/
19
+ copyright holder.
20
+
21
+ This summary is provided for convenience only. The controlling terms are in
22
+ `LICENSE`. For commercial rights, see `COMMERCIAL-LICENSE.md`.
package/README.md CHANGED
@@ -13,6 +13,8 @@
13
13
  <a href="docs/tutorial.md">Tutorial</a> &middot;
14
14
  <a href="docs/configuration.md">Configuration</a> &middot;
15
15
  <a href="SECURITY.md">Security</a> &middot;
16
+ <a href="NOTICE">License Notice</a> &middot;
17
+ <a href="COMMERCIAL-LICENSE.md">Commercial Licensing</a> &middot;
16
18
  <a href="CONTRIBUTING.md">Contributing Guide</a> &middot;
17
19
  <a href="CHANGELOG.md">Changelog</a> &middot;
18
20
  <a href="#contributing">Contributing</a>
@@ -367,7 +369,42 @@ PRs welcome. Areas where help is needed:
367
369
 
368
370
  ## License
369
371
 
370
- MIT. See [LICENSE](LICENSE).
372
+ Non-commercial use only. Individuals, companies, and organizations may use
373
+ this repository only for strictly non-commercial purposes. Commercial use,
374
+ commercial consulting, and other for-profit use are prohibited unless you
375
+ have prior written permission from the copyright holder. Exclusive
376
+ commercialization rights are reserved to the repository owner/copyright
377
+ holder.
378
+
379
+ Allowed without separate permission:
380
+
381
+ - personal use
382
+ - private use
383
+ - internal company use for strictly non-commercial purposes
384
+ - internal organizational use for strictly non-commercial purposes
385
+ - educational use
386
+ - non-commercial research use
387
+ - non-commercial evaluation and testing
388
+
389
+ Not allowed without prior written permission:
390
+
391
+ - product commercialization of this repository or derivative offerings
392
+ - commercial consulting or implementation services
393
+ - third-party service delivery or client work
394
+ - paid support, training, integration, or managed services
395
+ - resale, sublicensing, hosting, SaaS, bundling, or monetization
396
+
397
+ `Non-commercial use` means use that is not related to revenue generation,
398
+ commercial advantage, product commercialization, paid delivery, or service to
399
+ clients or third parties. A company or organization may use the project only
400
+ for strictly non-commercial internal purposes such as research, education,
401
+ testing, or evaluation.
402
+
403
+ Only the repository owner / copyright holder may commercialize this project
404
+ or grant commercial licenses.
405
+
406
+ See [LICENSE](LICENSE), [NOTICE](NOTICE), and
407
+ [COMMERCIAL-LICENSE.md](COMMERCIAL-LICENSE.md).
371
408
 
372
409
  ---
373
410
 
package/clawspark CHANGED
@@ -1,4 +1,9 @@
1
1
  #!/usr/bin/env bash
2
+ # License: non-commercial use only. Individuals and organizations may use
3
+ # this software only for strictly non-commercial purposes. Commercialization,
4
+ # third-party consulting, client work, and other commercial use are
5
+ # prohibited without prior written permission from Nguyen Thanh An by Pho Tue
6
+ # SoftWare Solutions JSC. See LICENSE and NOTICE.
2
7
  # clawspark - CLI management tool for the clawspark installation.
3
8
  # Installed to /usr/local/bin/clawspark by install.sh.
4
9
  set -euo pipefail
package/install.sh CHANGED
@@ -1,4 +1,9 @@
1
1
  #!/usr/bin/env bash
2
+ # License: non-commercial use only. Individuals and organizations may use
3
+ # this software only for strictly non-commercial purposes. Commercialization,
4
+ # third-party consulting, client work, and other commercial use are
5
+ # prohibited without prior written permission from Nguyen Thanh An by Pho Tue
6
+ # SoftWare Solutions JSC. See LICENSE and NOTICE.
2
7
  # install.sh — clawspark one-click installer.
3
8
  # Sets up OpenClaw with a local LLM on NVIDIA DGX Spark, Jetson, or RTX hardware.
4
9
  #
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@hitechclaw/clawspark",
3
- "version": "2.0.0",
3
+ "version": "2.1.0",
4
4
  "description": "One-command OpenClaw installer and CLI for local, CPU-first, and API-backed AI agent deployments.",
5
5
  "author": "hitechclaw",
6
- "license": "MIT",
6
+ "license": "SEE LICENSE IN LICENSE",
7
7
  "homepage": "https://github.com/thanhan92-f1/clawspark#readme",
8
8
  "repository": {
9
9
  "type": "git",
@@ -35,6 +35,8 @@
35
35
  "v2",
36
36
  "web",
37
37
  "README.md",
38
+ "NOTICE",
39
+ "COMMERCIAL-LICENSE.md",
38
40
  "LICENSE",
39
41
  "CHANGELOG.md"
40
42
  ],
package/v2/install.sh CHANGED
@@ -1,4 +1,9 @@
1
1
  #!/usr/bin/env bash
2
+ # License: non-commercial use only. Individuals and organizations may use
3
+ # this software only for strictly non-commercial purposes. Commercialization,
4
+ # third-party consulting, client work, and other commercial use are
5
+ # prohibited without prior written permission from Nguyen Thanh An by Pho Tue
6
+ # SoftWare Solutions JSC. See ../LICENSE and ../NOTICE.
2
7
  set -euo pipefail
3
8
 
4
9
  SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
package/web/index.html CHANGED
@@ -977,6 +977,104 @@
977
977
  max-width: 600px;
978
978
  }
979
979
 
980
+ /* ===================== */
981
+ /* USAGE TERMS SECTION */
982
+ /* ===================== */
983
+ .usage-terms {
984
+ background:
985
+ radial-gradient(ellipse 70% 55% at 50% 0%, rgba(118, 185, 0, 0.05) 0%, transparent 70%),
986
+ #0d0d0d;
987
+ border-top: 1px solid rgba(118, 185, 0, 0.08);
988
+ border-bottom: 1px solid rgba(118, 185, 0, 0.08);
989
+ }
990
+
991
+ .usage-terms-grid {
992
+ display: grid;
993
+ grid-template-columns: 1.1fr 0.9fr;
994
+ gap: 28px;
995
+ align-items: start;
996
+ }
997
+
998
+ .usage-card {
999
+ background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.01));
1000
+ border: 1px solid rgba(255, 255, 255, 0.06);
1001
+ border-radius: 20px;
1002
+ padding: 28px;
1003
+ box-shadow: 0 20px 50px rgba(0, 0, 0, 0.22);
1004
+ }
1005
+
1006
+ .usage-card h3 {
1007
+ color: #fff;
1008
+ font-size: 1.1rem;
1009
+ margin-bottom: 16px;
1010
+ font-weight: 700;
1011
+ }
1012
+
1013
+ .usage-card p {
1014
+ color: #a6a6a6;
1015
+ font-size: 0.95rem;
1016
+ margin-bottom: 16px;
1017
+ }
1018
+
1019
+ .usage-list {
1020
+ list-style: none;
1021
+ display: grid;
1022
+ gap: 12px;
1023
+ }
1024
+
1025
+ .usage-list li {
1026
+ display: flex;
1027
+ align-items: flex-start;
1028
+ gap: 10px;
1029
+ color: #b8b8b8;
1030
+ font-size: 0.94rem;
1031
+ line-height: 1.55;
1032
+ }
1033
+
1034
+ .usage-dot {
1035
+ flex-shrink: 0;
1036
+ width: 8px;
1037
+ height: 8px;
1038
+ border-radius: 50%;
1039
+ margin-top: 7px;
1040
+ }
1041
+
1042
+ .usage-dot.allowed {
1043
+ background: #76b900;
1044
+ box-shadow: 0 0 12px rgba(118, 185, 0, 0.45);
1045
+ }
1046
+
1047
+ .usage-dot.blocked {
1048
+ background: #ff6b35;
1049
+ box-shadow: 0 0 12px rgba(255, 107, 53, 0.35);
1050
+ }
1051
+
1052
+ .usage-links {
1053
+ display: flex;
1054
+ flex-wrap: wrap;
1055
+ gap: 12px;
1056
+ margin-top: 18px;
1057
+ }
1058
+
1059
+ .usage-link {
1060
+ display: inline-flex;
1061
+ align-items: center;
1062
+ gap: 8px;
1063
+ padding: 10px 14px;
1064
+ border-radius: 999px;
1065
+ border: 1px solid rgba(118, 185, 0, 0.2);
1066
+ background: rgba(118, 185, 0, 0.06);
1067
+ color: #d8f0a6;
1068
+ font-size: 0.88rem;
1069
+ font-weight: 600;
1070
+ }
1071
+
1072
+ .usage-link:hover {
1073
+ color: #f2ffd3;
1074
+ border-color: rgba(118, 185, 0, 0.35);
1075
+ background: rgba(118, 185, 0, 0.1);
1076
+ }
1077
+
980
1078
  /* ===================== */
981
1079
  /* FOOTER */
982
1080
  /* ===================== */
@@ -1064,6 +1162,10 @@
1064
1162
  font-size: 0.78rem;
1065
1163
  }
1066
1164
 
1165
+ .usage-terms-grid {
1166
+ grid-template-columns: 1fr;
1167
+ }
1168
+
1067
1169
  .arch-diagram pre {
1068
1170
  font-size: 0.7rem;
1069
1171
  }
@@ -1756,6 +1858,42 @@
1756
1858
  </div>
1757
1859
  </section>
1758
1860
 
1861
+ <!-- Usage Terms -->
1862
+ <section class="usage-terms" id="license">
1863
+ <div class="container">
1864
+ <div class="fade-in">
1865
+ <h2 class="section-title">Usage Terms</h2>
1866
+ <p class="section-subtitle">`clawspark` is available for strictly non-commercial use by individuals, companies, and organizations. Commercialization and commercial services require separate written permission.</p>
1867
+ </div>
1868
+
1869
+ <div class="usage-terms-grid">
1870
+ <div class="usage-card fade-in">
1871
+ <h3>Allowed without separate permission</h3>
1872
+ <ul class="usage-list">
1873
+ <li><span class="usage-dot allowed"></span><span>Personal learning, private experimentation, and non-commercial research.</span></li>
1874
+ <li><span class="usage-dot allowed"></span><span>Internal evaluation, testing, and education inside a company or organization.</span></li>
1875
+ <li><span class="usage-dot allowed"></span><span>Strictly non-commercial internal use that does not create revenue or commercial advantage.</span></li>
1876
+ </ul>
1877
+ </div>
1878
+
1879
+ <div class="usage-card fade-in">
1880
+ <h3>Not allowed without written permission</h3>
1881
+ <ul class="usage-list">
1882
+ <li><span class="usage-dot blocked"></span><span>Commercialization of the project or any derivative product.</span></li>
1883
+ <li><span class="usage-dot blocked"></span><span>Paid consulting, implementation, integration, hosting, or managed services.</span></li>
1884
+ <li><span class="usage-dot blocked"></span><span>Client delivery, SaaS, subscriptions, resale, bundling, or any revenue-generating use.</span></li>
1885
+ </ul>
1886
+
1887
+ <div class="usage-links">
1888
+ <a class="usage-link" href="../LICENSE">View License</a>
1889
+ <a class="usage-link" href="../NOTICE">License Notice</a>
1890
+ <a class="usage-link" href="../COMMERCIAL-LICENSE.md">Commercial Licensing</a>
1891
+ </div>
1892
+ </div>
1893
+ </div>
1894
+ </div>
1895
+ </section>
1896
+
1759
1897
  <!-- Footer -->
1760
1898
  <footer>
1761
1899
  <div class="container">
@@ -1766,10 +1904,11 @@
1766
1904
  <a href="#architecture">Architecture</a>
1767
1905
  <a href="#hardware">Hardware</a>
1768
1906
  <a href="#how-it-works">How It Works</a>
1907
+ <a href="#license">Usage Terms</a>
1769
1908
  </div>
1770
1909
  <p class="footer-note">
1771
1910
  Built <span class="heart">with care</span> for the OpenClaw community.<br>
1772
- MIT License. Free and open source, forever.
1911
+ Non-commercial use only. Individuals and organizations may use it for strictly non-commercial purposes; commercialization and commercial consulting require prior written permission from the repository owner.
1773
1912
  </p>
1774
1913
  </div>
1775
1914
  </footer>