Licensing & Attribution
π LLMIX source code
Section titled βπ LLMIX source codeβAll original source files in this repository are released under the Apache License 2.0.
LLMIX OS image is based on Raspberry Pi OS (Debian GNU/Linux).
π¦ Third-party components bundled in the image
Section titled βπ¦ Third-party components bundled in the imageβ| Component | Licence(s) | Notes |
|---|---|---|
| Raspberry Pi OS (Debian GNU/Linux) | GPL-2.0, GPL-3.0, BSD, MIT, permissive | Full licence texts are preserved under /usr/share/doc/*/copyright. |
| Raspberry Pi firmware & VideoCore blobs | Redistributable proprietary licence (see /licenses/ in image) | Required for Pi boot and hardware acceleration. |
| Raspberry Pi trademarks | Trademark Β© Raspberry Pi Ltd. | LLMix is not affiliated with or endorsed by the Raspberry Pi Foundation. |
| Granite-3.3-2B | Apache 2.0 | Default Chat Model |
| Medicanite | Apache 2.0 | Med-Chat Model |
| Qwen 2.5 Coder | Apache 2.0 | Code-Chat |
| BGE Small EN v1.5 | MIT | Embedding Model |
| Wikipedia text snippets | CC BY-SA 4.0 | Used via offline FAISS index; attribution retained via βπ Sourcesβ UI. |
π Python dependencies (bundled wheels)
Section titled βπ Python dependencies (bundled wheels)β| Package | Licence |
|---|---|
faiss-cpu | MIT |
numpy | BSD 3-Clause |
fastapi | MIT |
pydantic | MIT |
llama-cpp-python | MIT |
sentence-transformers | Apache 2.0 |
uvicorn | BSD 3-Clause |
All Python packages are redistributed unmodified; their LICENCE files are preserved inside the virtual-env site-packages directory.
π§© Extra system packages (installed via apt)
Section titled βπ§© Extra system packages (installed via apt)β| Package | Primary licence |
|---|---|
| python3-venv | PSF License v2 |
| python3-dev | PSF License v2 |
| build-essential | GNU AGPL v3 or later |
| cmake | BSD 3-Clause |
| ninja-build | Apache License 2.0 |
| pkg-config | GPL 2.0 or later |
| git | GPL 2.0 |
| curl | βcurlβ (MIT/ISC-style) |
| rsync | GPL 3.0 |
| python3-torch | BSD 3-Clause |
| libtorch2 | BSD 3-Clause |
| hostapd | BSD or GPL v2 (dual) |
| dnsmasq | GPL 2 or GPL 3 |
| dhcpcd5 | BSD 2-Clause |
| network-manager | GPL 2 or later (daemon/CLI) LGPL 2.1 or later (libnm) |
All of these are standard Debian/Raspberry Pi OS packages; their licence texts reside in
/usr/share/doc/<package>/copyright.
No modifications are made.
π Source availability for GPL components
Section titled βπ Source availability for GPL componentsβRaspberry Pi OS and all Debian packages are unmodified builds; corresponding source code is available from:
https://archive.raspberrypi.org/debian/ or any official Debian mirror.
π Best-effort notice
Section titled βπ Best-effort noticeβWe have made every reasonable effort to include or reference the licences for all third-party software and data distributed with LLMIX.
If you believe a required notice is missing or incomplete, please open an issue or email us at contact@llmix.org and we will correct it promptly.
Made with β€οΈ by Dominika & Michal β bringing AI to those who need it, anywhere, anytime.