Open source notices
AIOS Lite is built on other people's work. This page lists it, with versions and licences, because those licences require attribution and because you are entitled to know what is running on your machine.
Model weights
Model weights are the largest component and carry the licences that matter most. We ship only weights under permissive licences that allow commercial redistribution with attribution.
| Model | Tag | Licence | Published by | Notes |
|---|---|---|---|---|
| Qwen3 4B | qwen3:4b | Apache 2.0 | Alibaba Cloud | Bundled as the default model. Licence read with ollama show qwen3:4b --license. |
| Phi-4 mini | phi4-mini | MIT | Microsoft | Offered as an alternative on machines where it fits better. |
| SmolLM2 135M | smollm2:135m | Apache 2.0 | Hugging Face | Fallback for low-memory machines. |
Runtime
| Component | Version | Licence | Source |
|---|---|---|---|
| Ollama | 0.16.1 | MIT | ollama.com |
| Python | 3.x | PSF License | python.org |
Build and packaging dependencies
These are used to build the distributed executable. Versions are read from the build environment rather than typed in.
| Package | Version | Licence |
|---|---|---|
| altgraph | 0.17.5 | MIT |
| cffi | 2.1.1 | MIT-0 |
| cryptography | 48.0.0 | Apache-2.0 OR BSD-3-Clause |
| packaging | 26.3 | Apache-2.0 OR BSD-2-Clause |
| pefile | 2024.8.26 | MIT |
| pip | 25.0.1 | MIT |
| pycparser | 3.0 | BSD-3-Clause |
| pyinstaller | 6.20.0 | GNU General Public License v2 (GPLv2) |
| pyinstaller-hooks-contrib | 2026.7 | GNU General Public License v2 (GPLv2) |
| pywin32-ctypes | 0.2.3 | BSD-3-Clause |
| setuptools | 84.0.0 | MIT |
A note on PyInstaller and the GPL
PyInstaller is licensed GPLv2, which would normally be a problem for a paid
closed product. It is not, because PyInstaller grants an explicit Bootloader
Exception: its COPYING.txt gives “unlimited permission to link or
embed compiled bootloader and related files into combinations with other
programs, and to distribute those combinations without any restriction”. We
read that file in the build environment rather than taking it on trust, and we
distribute no modified PyInstaller source.
Getting the licence texts
The full text of every licence listed here ships inside the product, in a
licences folder next to the launcher. If you find a component we have
failed to credit, tell us through the contact page and
we will fix it. That is a bug on our side, not an argument.