@slint-ui/slint-ui-binary-linux-arm64-musl 1.18.0-nightly.2026072221

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/LICENSE.md ADDED
@@ -0,0 +1,57 @@
1
+
2
+ # Slint License
3
+
4
+ This repository contains several parts under different licenses:
5
+
6
+ - The **Slint framework** (the runtime libraries and the language tooling) is triple-licensed.
7
+ See below.
8
+ - The **documentation and examples** are under the [MIT License](LICENSES/MIT.txt),
9
+ so you can reuse them in any project, including proprietary ones.
10
+ - Some **third-party assets and code** keep their own licenses.
11
+
12
+ The exact license of each file is documented in its header or, where that's not possible, via [REUSE](https://reuse.software/) metadata in `REUSE.toml`.
13
+ The full text of every license used is in the `LICENSES` folder.
14
+
15
+ ## Licenses of the Slint Framework
16
+
17
+ You can use the Slint framework under ***any*** of the following licenses, at your choice:
18
+
19
+ 1. [Royalty-free License](LICENSES/LicenseRef-Slint-Royalty-free-2.0.md) - Permits use in **proprietary** desktop, mobile, and web applications **at no cost**. Use in embedded systems is excluded.
20
+ 2. [GNU GPLv3](LICENSES/GPL-3.0-only.txt) - Permits use in **open source software** under GPL-compatible terms, **at no cost**, for desktop, mobile, and web applications, as well as for embedded systems.
21
+ 3. [Commercial license](LICENSES/LicenseRef-Slint-Software-3.0.md) - Permits use in **proprietary** applications, including desktop, mobile, web, and embedded systems.
22
+ See the [pricing page](https://slint.dev/pricing) for the available plans.
23
+
24
+ ### What This Means in Practice
25
+
26
+ - **Do you want to build an open-source application?**
27
+ Use Slint for free under the GPLv3 on any platform; your own files can stay MIT or Apache-2.0.
28
+ You're not tied to the GPL, though — the Royalty-free or Commercial license works too.
29
+ - **Do you want to keep your application proprietary?**
30
+ Both the Royalty-free and Commercial licenses cover proprietary desktop, mobile, and web applications.
31
+ The Royalty-free License is free, as long as you disclose that you use Slint (for example with the `AboutSlint` widget or the Slint badge); without that disclosure, use the Commercial license.
32
+ A Commercial license is required for embedded systems, regardless of disclosure.
33
+
34
+ The Royalty-free License is meant for applications that run on a user's own general-purpose computer or phone, installed as one application among many.
35
+ It does not cover embedded systems — computer systems that perform a specific task within a larger mechanical or electrical system — which need the Commercial license.
36
+
37
+ See the [Licensing FAQ](FAQ.md#licensing) for the details and common scenarios.
38
+
39
+ ## Definitions
40
+
41
+ A ***Desktop Application*** is a computer program that is designed to run on a general-purpose computer (PC or notebook), typically installed and executed locally on the computer's operating system.
42
+
43
+ A ***Mobile Application*** is a computer program that is designed to run on a general-purpose mobile computer (mobile phone or tablet), typically installed and executed locally on the computer's operating system.
44
+
45
+ A ***Web Application*** is a computer program that is designed to run in the sandbox environment provided by a web browser.
46
+
47
+ An ***Embedded System*** is a computer system designed to perform a specific task within a larger mechanical or electrical system.
48
+
49
+ ## Contributions
50
+
51
+ Contributions to this repository are licensed under the [MIT No Attribution License (MIT-0)](https://opensource.org/license/mit-0).
52
+ See [CONTRIBUTING.md](CONTRIBUTING.md) for details, including the Contributor License Agreement.
53
+
54
+ ## Additional Info
55
+
56
+ See the [Slint licensing options on the website](https://slint.dev/pricing) and the [Licensing FAQ](FAQ.md#licensing).
57
+ Contact us at [info@slint.dev](mailto:info@slint.dev) if you have any questions regarding licensing.
package/README.md ADDED
@@ -0,0 +1,3 @@
1
+ # `@slint-ui/slint-ui-binary-linux-arm64-musl`
2
+
3
+ This is the **aarch64-unknown-linux-musl** binary for `@slint-ui/slint-ui-binary`
package/package.json ADDED
@@ -0,0 +1,36 @@
1
+ {
2
+ "name": "@slint-ui/slint-ui-binary-linux-arm64-musl",
3
+ "version": "1.18.0-nightly.2026072221",
4
+ "cpu": [
5
+ "arm64"
6
+ ],
7
+ "main": "slint-ui.linux-arm64-musl.node",
8
+ "files": [
9
+ "slint-ui.linux-arm64-musl.node"
10
+ ],
11
+ "description": "Slint is a declarative GUI toolkit to build native user interfaces for desktop and embedded applications.",
12
+ "keywords": [
13
+ "GUI",
14
+ "UI",
15
+ "native",
16
+ "node",
17
+ "Slint",
18
+ "desktop",
19
+ "embedded"
20
+ ],
21
+ "homepage": "https://github.com/slint-ui/slint",
22
+ "license": "SEE LICENSE IN LICENSE.md",
23
+ "engines": {
24
+ "node": ">= 10"
25
+ },
26
+ "repository": {
27
+ "type": "git",
28
+ "url": "https://github.com/slint-ui/slint"
29
+ },
30
+ "os": [
31
+ "linux"
32
+ ],
33
+ "libc": [
34
+ "musl"
35
+ ]
36
+ }
Binary file