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
> **License:** Licensed as personal property to MiOS-DEV
1
+
# MiOS Licensing & Components
2
+
> **Infrastructure:** Unified Open-Source System Specification
3
+
> **License:** MIT (Core Logic) / Apache-2.0 (Pipeline)
22
4
---
23
5
# Component Licenses
24
6
25
-
MiOS includes software under various open-source and proprietary licenses. By using MiOS, you acknowledge and accept the license terms of all included components.
7
+
MiOS provides a unified environment for FOSS and essential proprietary hardware/software components. By using MiOS, you acknowledge and accept the license terms of all included components.
26
8
27
-
## Proprietary Components
9
+
## Third-Party Components
28
10
29
-
These components are included in the MiOS image and are governed by their respective proprietary licenses. By booting and using MiOS, you agree to these terms.
11
+
These components are included for hardware compatibility or specific workstation roles and are governed by their respective licenses.
30
12
31
13
| Component | License | Notes |
32
14
|-----------|---------|-------|
33
-
| NVIDIA GPU Driver (590+) |[NVIDIA Software License](https://www.nvidia.com/en-us/drivers/nvidia-license/)|Installed via akmod-nvidia (MiOS-1) or pre-signed by ublue (MiOS-2). Required for NVIDIA GPUs. |
34
-
| NVIDIA Container Toolkit |[Apache 2.0](https://github.com/NVIDIA/nvidia-container-toolkit/blob/main/LICENSE)| Open source. CDI specs for Podman GPU access. |
| VirtIO-Win ISO |[Red Hat License](https://github.com/virtio-win/virtio-win-pkg-automation/blob/master/LICENSE)|Windows guest drivers for KVM. Downloaded at build time. |
39
-
| Geist Font |[OFL 1.1](https://github.com/vercel/geist-font/blob/main/LICENSE.TXT)|Open source. Vercel's monospace/sans font. |
| VirtIO-Win ISO |[Red Hat License](https://github.com/virtio-win/virtio-win-pkg-automation/blob/master/LICENSE)|KVM guest drivers. |
21
+
| Geist Font |[OFL 1.1](https://github.com/vercel/geist-font/blob/main/LICENSE.TXT)|UI typography. |
40
22
41
23
## Open-Source Licenses (Major Components)
42
24
@@ -63,25 +45,22 @@ These components are included in the MiOS image and are governed by their respec
63
45
64
46
## Firmware
65
47
66
-
`linux-firmware` and `microcode_ctl` include binary firmware blobs under various redistribution licenses. These are required for hardware functionality (Wi-Fi, Bluetooth, GPU initialization). See `/usr/share/licenses/linux-firmware/` on a running system for individual firmware licenses.
48
+
"linux-firmware" and "microcode_ctl" include binary firmware blobs under various redistribution licenses. These are required for hardware functionality.
67
49
68
50
## Your Responsibilities
69
51
70
-
-**Steam**: You must create a Steam account and accept the Steam Subscriber Agreement to use Steam.
71
-
-**NVIDIA**: The NVIDIA driver is included for hardware compatibility. No additional acceptance is required beyond using the system.
72
-
-**Flatpak apps**: Applications installed via Flatpak have their own licenses. Check each app's metadata on Flathub.
73
-
-**VM guests**: Windows VMs require valid Windows licenses. MiOS provides the virtualization infrastructure only.
52
+
-**Steam**: User-level acceptance of the Steam Subscriber Agreement is required.
53
+
-**NVIDIA**: Drivers are included for hardware compatibility.
54
+
-**Flatpak apps**: Applications have their own licenses; check Flathub metadata.
55
+
-**VM guests**: Windows VMs require valid external licenses.
74
56
75
57
## SBOM
76
58
77
-
Each CI build generates an SPDX and CycloneDX Software Bill of Materials listing every package and its license. SBOMs are attached to the OCI image via cosign and available as GitHub Actions artifacts.
59
+
Each CI build generates an SPDX and CycloneDX Software Bill of Materials. SBOMs are attached to the OCI image via cosign.
0 commit comments