@hitechclaw/clawspark 2.0.0 → 2.1.1
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 +9 -0
- package/COMMERCIAL-LICENSE.md +37 -0
- package/LICENSE +81 -14
- package/NOTICE +22 -0
- package/README.md +62 -5
- package/clawspark +5 -0
- package/install.sh +5 -0
- package/package.json +9 -5
- package/v2/install.sh +5 -0
- package/web/index.html +188 -1
package/CHANGELOG.md
CHANGED
|
@@ -9,6 +9,15 @@ 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.
|
|
19
|
+
- Documentation notes clarifying that GitHub and npm availability do not grant
|
|
20
|
+
commercial rights.
|
|
12
21
|
- npm packaging metadata via `package.json` and `.npmignore`.
|
|
13
22
|
- GitHub Actions workflow for publishing public npm releases from version tags.
|
|
14
23
|
- 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
|
-
|
|
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
|
-
|
|
6
|
-
|
|
7
|
-
|
|
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
|
-
|
|
13
|
-
|
|
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
|
|
18
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
|
19
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
|
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
|
@@ -4,15 +4,32 @@
|
|
|
4
4
|
|
|
5
5
|
<h1 align="center">CLAWSPARK</h1>
|
|
6
6
|
|
|
7
|
+
<p align="center">
|
|
8
|
+
<a href="LICENSE"><img src="https://img.shields.io/badge/license-non--commercial%20use-orange" alt="License: Non-Commercial Use Only" /></a>
|
|
9
|
+
<a href="COMMERCIAL-LICENSE.md"><img src="https://img.shields.io/badge/commercial-use%20requires%20permission-red" alt="Commercial Use Requires Permission" /></a>
|
|
10
|
+
</p>
|
|
11
|
+
|
|
7
12
|
<p align="center">
|
|
8
13
|
<strong>One command. Private AI agent. Your hardware.</strong>
|
|
9
14
|
</p>
|
|
10
15
|
|
|
16
|
+
<p align="center">
|
|
17
|
+
<strong>Usage:</strong> Non-commercial use only for individuals, companies, and organizations.
|
|
18
|
+
Commercialization, commercial consulting, and revenue-generating use require prior written permission.
|
|
19
|
+
</p>
|
|
20
|
+
|
|
21
|
+
<p align="center">
|
|
22
|
+
<strong>Important:</strong> Availability on GitHub or npm does <em>not</em> grant commercial rights.
|
|
23
|
+
See <a href="LICENSE">LICENSE</a>, <a href="NOTICE">NOTICE</a>, and <a href="COMMERCIAL-LICENSE.md">COMMERCIAL-LICENSE.md</a>.
|
|
24
|
+
</p>
|
|
25
|
+
|
|
11
26
|
<p align="center">
|
|
12
27
|
<a href="https://clawspark.hitechclaw.com">Website</a> ·
|
|
13
28
|
<a href="docs/tutorial.md">Tutorial</a> ·
|
|
14
29
|
<a href="docs/configuration.md">Configuration</a> ·
|
|
15
30
|
<a href="SECURITY.md">Security</a> ·
|
|
31
|
+
<a href="NOTICE">License Notice</a> ·
|
|
32
|
+
<a href="COMMERCIAL-LICENSE.md">Commercial Licensing</a> ·
|
|
16
33
|
<a href="CONTRIBUTING.md">Contributing Guide</a> ·
|
|
17
34
|
<a href="CHANGELOG.md">Changelog</a> ·
|
|
18
35
|
<a href="#contributing">Contributing</a>
|
|
@@ -26,6 +43,10 @@ curl -fsSL https://clawspark.hitechclaw.com/install.sh | bash
|
|
|
26
43
|
|
|
27
44
|
That's it. Come back in 5 minutes to a fully working, fully private AI agent that can code, research, browse the web, analyze images, and manage your tasks. Everything runs on your hardware. No cloud APIs, no subscriptions, no telemetry.
|
|
28
45
|
|
|
46
|
+
> **Licensing notice**
|
|
47
|
+
> Publishing or downloading this package from npm does not grant any commercial right.
|
|
48
|
+
> Use is limited to strictly non-commercial purposes unless separately authorized in writing by the copyright holder.
|
|
49
|
+
|
|
29
50
|
## v2 Preview
|
|
30
51
|
|
|
31
52
|
A new installer track is available in `v2/` for broader deployment targets:
|
|
@@ -281,15 +302,16 @@ bash tests/run.sh
|
|
|
281
302
|
|
|
282
303
|
## npm Package
|
|
283
304
|
|
|
284
|
-
[](https://www.npmjs.com/package/@hitechclaw/clawspark)
|
|
285
306
|
[](https://github.com/thanhan92-f1/clawspark/actions/workflows/ci.yml)
|
|
286
307
|
[](https://github.com/thanhan92-f1/clawspark/actions/workflows/publish-npm.yml)
|
|
287
308
|
[](https://github.com/thanhan92-f1/clawspark/releases)
|
|
288
309
|
|
|
289
|
-
|
|
310
|
+
`@hitechclaw/clawspark` can also be distributed as an npm package for installing the CLI entrypoint.
|
|
311
|
+
The installed command remains `clawspark`:
|
|
290
312
|
|
|
291
313
|
```bash
|
|
292
|
-
npm install -g clawspark
|
|
314
|
+
npm install -g @hitechclaw/clawspark
|
|
293
315
|
```
|
|
294
316
|
|
|
295
317
|
Local package validation:
|
|
@@ -307,7 +329,7 @@ Example setup:
|
|
|
307
329
|
2. Make sure the token belongs to npm user `hitechclaw`.
|
|
308
330
|
3. Make sure the tag matches `package.json` version exactly, for example `v2.0.0` for version `2.0.0`.
|
|
309
331
|
4. Push the tag.
|
|
310
|
-
5. GitHub Actions validates metadata, checks the packed tarball, verifies the npm account, and publishes
|
|
332
|
+
5. GitHub Actions validates metadata, checks the packed tarball, verifies the npm account, and publishes `@hitechclaw/clawspark` to npmjs.com with provenance.
|
|
311
333
|
6. GitHub Actions also creates a GitHub Release and attaches the generated npm tarball.
|
|
312
334
|
|
|
313
335
|
Example release flow:
|
|
@@ -367,7 +389,42 @@ PRs welcome. Areas where help is needed:
|
|
|
367
389
|
|
|
368
390
|
## License
|
|
369
391
|
|
|
370
|
-
|
|
392
|
+
Non-commercial use only. Individuals, companies, and organizations may use
|
|
393
|
+
this repository only for strictly non-commercial purposes. Commercial use,
|
|
394
|
+
commercial consulting, and other for-profit use are prohibited unless you
|
|
395
|
+
have prior written permission from the copyright holder. Exclusive
|
|
396
|
+
commercialization rights are reserved to the repository owner/copyright
|
|
397
|
+
holder.
|
|
398
|
+
|
|
399
|
+
Allowed without separate permission:
|
|
400
|
+
|
|
401
|
+
- personal use
|
|
402
|
+
- private use
|
|
403
|
+
- internal company use for strictly non-commercial purposes
|
|
404
|
+
- internal organizational use for strictly non-commercial purposes
|
|
405
|
+
- educational use
|
|
406
|
+
- non-commercial research use
|
|
407
|
+
- non-commercial evaluation and testing
|
|
408
|
+
|
|
409
|
+
Not allowed without prior written permission:
|
|
410
|
+
|
|
411
|
+
- product commercialization of this repository or derivative offerings
|
|
412
|
+
- commercial consulting or implementation services
|
|
413
|
+
- third-party service delivery or client work
|
|
414
|
+
- paid support, training, integration, or managed services
|
|
415
|
+
- resale, sublicensing, hosting, SaaS, bundling, or monetization
|
|
416
|
+
|
|
417
|
+
`Non-commercial use` means use that is not related to revenue generation,
|
|
418
|
+
commercial advantage, product commercialization, paid delivery, or service to
|
|
419
|
+
clients or third parties. A company or organization may use the project only
|
|
420
|
+
for strictly non-commercial internal purposes such as research, education,
|
|
421
|
+
testing, or evaluation.
|
|
422
|
+
|
|
423
|
+
Only the repository owner / copyright holder may commercialize this project
|
|
424
|
+
or grant commercial licenses.
|
|
425
|
+
|
|
426
|
+
See [LICENSE](LICENSE), [NOTICE](NOTICE), and
|
|
427
|
+
[COMMERCIAL-LICENSE.md](COMMERCIAL-LICENSE.md).
|
|
371
428
|
|
|
372
429
|
---
|
|
373
430
|
|
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,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hitechclaw/clawspark",
|
|
3
|
-
"version": "2.
|
|
4
|
-
"description": "One-command OpenClaw installer and CLI for local, CPU-first, and API-backed AI agent deployments.",
|
|
3
|
+
"version": "2.1.1",
|
|
4
|
+
"description": "One-command OpenClaw installer and CLI for local, CPU-first, and API-backed AI agent deployments for strictly non-commercial use.",
|
|
5
5
|
"author": "hitechclaw",
|
|
6
|
-
"license": "
|
|
7
|
-
"homepage": "https://
|
|
6
|
+
"license": "SEE LICENSE IN LICENSE",
|
|
7
|
+
"homepage": "https://clawspark.hitechclaw.com",
|
|
8
8
|
"repository": {
|
|
9
9
|
"type": "git",
|
|
10
10
|
"url": "git+https://github.com/thanhan92-f1/clawspark.git"
|
|
@@ -20,7 +20,9 @@
|
|
|
20
20
|
"installer",
|
|
21
21
|
"local-ai",
|
|
22
22
|
"cpu-ai",
|
|
23
|
-
"api-gateway"
|
|
23
|
+
"api-gateway",
|
|
24
|
+
"non-commercial",
|
|
25
|
+
"source-available"
|
|
24
26
|
],
|
|
25
27
|
"bin": {
|
|
26
28
|
"clawspark": "clawspark"
|
|
@@ -35,6 +37,8 @@
|
|
|
35
37
|
"v2",
|
|
36
38
|
"web",
|
|
37
39
|
"README.md",
|
|
40
|
+
"NOTICE",
|
|
41
|
+
"COMMERCIAL-LICENSE.md",
|
|
38
42
|
"LICENSE",
|
|
39
43
|
"CHANGELOG.md"
|
|
40
44
|
],
|
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
|
@@ -162,6 +162,24 @@
|
|
|
162
162
|
background: rgba(118, 185, 0, 0.06);
|
|
163
163
|
}
|
|
164
164
|
|
|
165
|
+
.hero-license-note {
|
|
166
|
+
display: inline-flex;
|
|
167
|
+
align-items: center;
|
|
168
|
+
gap: 10px;
|
|
169
|
+
padding: 10px 16px;
|
|
170
|
+
border-radius: 999px;
|
|
171
|
+
border: 1px solid rgba(255, 107, 53, 0.28);
|
|
172
|
+
background: rgba(255, 107, 53, 0.08);
|
|
173
|
+
color: #ffd2c2;
|
|
174
|
+
font-size: 0.83rem;
|
|
175
|
+
font-weight: 600;
|
|
176
|
+
margin-bottom: 22px;
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
.hero-license-note strong {
|
|
180
|
+
color: #fff3ee;
|
|
181
|
+
}
|
|
182
|
+
|
|
165
183
|
.hero-title {
|
|
166
184
|
display: flex;
|
|
167
185
|
align-items: center;
|
|
@@ -977,6 +995,119 @@
|
|
|
977
995
|
max-width: 600px;
|
|
978
996
|
}
|
|
979
997
|
|
|
998
|
+
/* ===================== */
|
|
999
|
+
/* USAGE TERMS SECTION */
|
|
1000
|
+
/* ===================== */
|
|
1001
|
+
.usage-terms {
|
|
1002
|
+
background:
|
|
1003
|
+
radial-gradient(ellipse 70% 55% at 50% 0%, rgba(118, 185, 0, 0.05) 0%, transparent 70%),
|
|
1004
|
+
#0d0d0d;
|
|
1005
|
+
border-top: 1px solid rgba(118, 185, 0, 0.08);
|
|
1006
|
+
border-bottom: 1px solid rgba(118, 185, 0, 0.08);
|
|
1007
|
+
}
|
|
1008
|
+
|
|
1009
|
+
.usage-terms-grid {
|
|
1010
|
+
display: grid;
|
|
1011
|
+
grid-template-columns: 1.1fr 0.9fr;
|
|
1012
|
+
gap: 28px;
|
|
1013
|
+
align-items: start;
|
|
1014
|
+
}
|
|
1015
|
+
|
|
1016
|
+
.usage-card {
|
|
1017
|
+
background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.01));
|
|
1018
|
+
border: 1px solid rgba(255, 255, 255, 0.06);
|
|
1019
|
+
border-radius: 20px;
|
|
1020
|
+
padding: 28px;
|
|
1021
|
+
box-shadow: 0 20px 50px rgba(0, 0, 0, 0.22);
|
|
1022
|
+
}
|
|
1023
|
+
|
|
1024
|
+
.usage-card h3 {
|
|
1025
|
+
color: #fff;
|
|
1026
|
+
font-size: 1.1rem;
|
|
1027
|
+
margin-bottom: 16px;
|
|
1028
|
+
font-weight: 700;
|
|
1029
|
+
}
|
|
1030
|
+
|
|
1031
|
+
.usage-card p {
|
|
1032
|
+
color: #a6a6a6;
|
|
1033
|
+
font-size: 0.95rem;
|
|
1034
|
+
margin-bottom: 16px;
|
|
1035
|
+
}
|
|
1036
|
+
|
|
1037
|
+
.usage-list {
|
|
1038
|
+
list-style: none;
|
|
1039
|
+
display: grid;
|
|
1040
|
+
gap: 12px;
|
|
1041
|
+
}
|
|
1042
|
+
|
|
1043
|
+
.usage-list li {
|
|
1044
|
+
display: flex;
|
|
1045
|
+
align-items: flex-start;
|
|
1046
|
+
gap: 10px;
|
|
1047
|
+
color: #b8b8b8;
|
|
1048
|
+
font-size: 0.94rem;
|
|
1049
|
+
line-height: 1.55;
|
|
1050
|
+
}
|
|
1051
|
+
|
|
1052
|
+
.usage-dot {
|
|
1053
|
+
flex-shrink: 0;
|
|
1054
|
+
width: 8px;
|
|
1055
|
+
height: 8px;
|
|
1056
|
+
border-radius: 50%;
|
|
1057
|
+
margin-top: 7px;
|
|
1058
|
+
}
|
|
1059
|
+
|
|
1060
|
+
.usage-dot.allowed {
|
|
1061
|
+
background: #76b900;
|
|
1062
|
+
box-shadow: 0 0 12px rgba(118, 185, 0, 0.45);
|
|
1063
|
+
}
|
|
1064
|
+
|
|
1065
|
+
.usage-dot.blocked {
|
|
1066
|
+
background: #ff6b35;
|
|
1067
|
+
box-shadow: 0 0 12px rgba(255, 107, 53, 0.35);
|
|
1068
|
+
}
|
|
1069
|
+
|
|
1070
|
+
.usage-links {
|
|
1071
|
+
display: flex;
|
|
1072
|
+
flex-wrap: wrap;
|
|
1073
|
+
gap: 12px;
|
|
1074
|
+
margin-top: 18px;
|
|
1075
|
+
}
|
|
1076
|
+
|
|
1077
|
+
.usage-warning {
|
|
1078
|
+
margin-top: 18px;
|
|
1079
|
+
padding: 14px 16px;
|
|
1080
|
+
border-radius: 14px;
|
|
1081
|
+
border: 1px solid rgba(255, 107, 53, 0.18);
|
|
1082
|
+
background: rgba(255, 107, 53, 0.06);
|
|
1083
|
+
color: #f0c0b1;
|
|
1084
|
+
font-size: 0.9rem;
|
|
1085
|
+
line-height: 1.6;
|
|
1086
|
+
}
|
|
1087
|
+
|
|
1088
|
+
.usage-warning strong {
|
|
1089
|
+
color: #fff1eb;
|
|
1090
|
+
}
|
|
1091
|
+
|
|
1092
|
+
.usage-link {
|
|
1093
|
+
display: inline-flex;
|
|
1094
|
+
align-items: center;
|
|
1095
|
+
gap: 8px;
|
|
1096
|
+
padding: 10px 14px;
|
|
1097
|
+
border-radius: 999px;
|
|
1098
|
+
border: 1px solid rgba(118, 185, 0, 0.2);
|
|
1099
|
+
background: rgba(118, 185, 0, 0.06);
|
|
1100
|
+
color: #d8f0a6;
|
|
1101
|
+
font-size: 0.88rem;
|
|
1102
|
+
font-weight: 600;
|
|
1103
|
+
}
|
|
1104
|
+
|
|
1105
|
+
.usage-link:hover {
|
|
1106
|
+
color: #f2ffd3;
|
|
1107
|
+
border-color: rgba(118, 185, 0, 0.35);
|
|
1108
|
+
background: rgba(118, 185, 0, 0.1);
|
|
1109
|
+
}
|
|
1110
|
+
|
|
980
1111
|
/* ===================== */
|
|
981
1112
|
/* FOOTER */
|
|
982
1113
|
/* ===================== */
|
|
@@ -1060,10 +1191,20 @@
|
|
|
1060
1191
|
padding-bottom: 80px;
|
|
1061
1192
|
}
|
|
1062
1193
|
|
|
1194
|
+
.hero-license-note {
|
|
1195
|
+
text-align: left;
|
|
1196
|
+
border-radius: 18px;
|
|
1197
|
+
line-height: 1.5;
|
|
1198
|
+
}
|
|
1199
|
+
|
|
1063
1200
|
.code-block code {
|
|
1064
1201
|
font-size: 0.78rem;
|
|
1065
1202
|
}
|
|
1066
1203
|
|
|
1204
|
+
.usage-terms-grid {
|
|
1205
|
+
grid-template-columns: 1fr;
|
|
1206
|
+
}
|
|
1207
|
+
|
|
1067
1208
|
.arch-diagram pre {
|
|
1068
1209
|
font-size: 0.7rem;
|
|
1069
1210
|
}
|
|
@@ -1121,6 +1262,7 @@
|
|
|
1121
1262
|
<li><a href="#architecture">Architecture</a></li>
|
|
1122
1263
|
<li><a href="#hardware">Hardware</a></li>
|
|
1123
1264
|
<li><a href="#how-it-works">How It Works</a></li>
|
|
1265
|
+
<li><a href="#license">Usage Terms</a></li>
|
|
1124
1266
|
<li><a href="#install">Install</a></li>
|
|
1125
1267
|
<li><a href="https://github.com/thanhan92-f1/clawspark" target="_blank" rel="noopener">GitHub</a></li>
|
|
1126
1268
|
</ul>
|
|
@@ -1134,6 +1276,10 @@
|
|
|
1134
1276
|
<img src="logo-hero.svg" alt="clawspark logo">
|
|
1135
1277
|
<h1><span class="accent">claw</span>spark</h1>
|
|
1136
1278
|
</div>
|
|
1279
|
+
<div class="hero-license-note">
|
|
1280
|
+
<span>•</span>
|
|
1281
|
+
<span><strong>Non-commercial use only.</strong> Individuals, companies, and organizations may use `clawspark` only for strictly non-commercial purposes.</span>
|
|
1282
|
+
</div>
|
|
1137
1283
|
<p class="tagline">One command. Private AI agent. Your hardware.</p>
|
|
1138
1284
|
<p class="description">
|
|
1139
1285
|
Turn your DGX Spark, RTX GPU, Mac, or Jetson into a private AI agent that can code, research, browse the web, analyze images, and run tasks. Everything runs locally. Your data never leaves your machine.
|
|
@@ -1756,6 +1902,46 @@
|
|
|
1756
1902
|
</div>
|
|
1757
1903
|
</section>
|
|
1758
1904
|
|
|
1905
|
+
<!-- Usage Terms -->
|
|
1906
|
+
<section class="usage-terms" id="license">
|
|
1907
|
+
<div class="container">
|
|
1908
|
+
<div class="fade-in">
|
|
1909
|
+
<h2 class="section-title">Usage Terms</h2>
|
|
1910
|
+
<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>
|
|
1911
|
+
</div>
|
|
1912
|
+
|
|
1913
|
+
<div class="usage-terms-grid">
|
|
1914
|
+
<div class="usage-card fade-in">
|
|
1915
|
+
<h3>Allowed without separate permission</h3>
|
|
1916
|
+
<ul class="usage-list">
|
|
1917
|
+
<li><span class="usage-dot allowed"></span><span>Personal learning, private experimentation, and non-commercial research.</span></li>
|
|
1918
|
+
<li><span class="usage-dot allowed"></span><span>Internal evaluation, testing, and education inside a company or organization.</span></li>
|
|
1919
|
+
<li><span class="usage-dot allowed"></span><span>Strictly non-commercial internal use that does not create revenue or commercial advantage.</span></li>
|
|
1920
|
+
</ul>
|
|
1921
|
+
</div>
|
|
1922
|
+
|
|
1923
|
+
<div class="usage-card fade-in">
|
|
1924
|
+
<h3>Not allowed without written permission</h3>
|
|
1925
|
+
<ul class="usage-list">
|
|
1926
|
+
<li><span class="usage-dot blocked"></span><span>Commercialization of the project or any derivative product.</span></li>
|
|
1927
|
+
<li><span class="usage-dot blocked"></span><span>Paid consulting, implementation, integration, hosting, or managed services.</span></li>
|
|
1928
|
+
<li><span class="usage-dot blocked"></span><span>Client delivery, SaaS, subscriptions, resale, bundling, or any revenue-generating use.</span></li>
|
|
1929
|
+
</ul>
|
|
1930
|
+
|
|
1931
|
+
<div class="usage-warning">
|
|
1932
|
+
<strong>Important:</strong> Availability on GitHub or npm does not grant any commercial right. Downloading, publishing, mirroring, or installing the package does not override the non-commercial license terms.
|
|
1933
|
+
</div>
|
|
1934
|
+
|
|
1935
|
+
<div class="usage-links">
|
|
1936
|
+
<a class="usage-link" href="https://github.com/thanhan92-f1/clawspark/blob/main/LICENSE" target="_blank" rel="noopener">View License</a>
|
|
1937
|
+
<a class="usage-link" href="https://github.com/thanhan92-f1/clawspark/blob/main/NOTICE" target="_blank" rel="noopener">License Notice</a>
|
|
1938
|
+
<a class="usage-link" href="https://github.com/thanhan92-f1/clawspark/blob/main/COMMERCIAL-LICENSE.md" target="_blank" rel="noopener">Commercial Licensing</a>
|
|
1939
|
+
</div>
|
|
1940
|
+
</div>
|
|
1941
|
+
</div>
|
|
1942
|
+
</div>
|
|
1943
|
+
</section>
|
|
1944
|
+
|
|
1759
1945
|
<!-- Footer -->
|
|
1760
1946
|
<footer>
|
|
1761
1947
|
<div class="container">
|
|
@@ -1766,10 +1952,11 @@
|
|
|
1766
1952
|
<a href="#architecture">Architecture</a>
|
|
1767
1953
|
<a href="#hardware">Hardware</a>
|
|
1768
1954
|
<a href="#how-it-works">How It Works</a>
|
|
1955
|
+
<a href="#license">Usage Terms</a>
|
|
1769
1956
|
</div>
|
|
1770
1957
|
<p class="footer-note">
|
|
1771
1958
|
Built <span class="heart">with care</span> for the OpenClaw community.<br>
|
|
1772
|
-
|
|
1959
|
+
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
1960
|
</p>
|
|
1774
1961
|
</div>
|
|
1775
1962
|
</footer>
|